Current File : //www/cron/sql/okullar_wp_nvpmq_2025_05_01.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.11-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: okullar_wp_nvpmq
-- ------------------------------------------------------
-- Server version	10.11.11-MariaDB-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 `punseNP_actionscheduler_actions`
--

DROP TABLE IF EXISTS `punseNP_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `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) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  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=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_actionscheduler_actions`
--

LOCK TABLES `punseNP_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `punseNP_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `punseNP_actionscheduler_actions` VALUES
(21,'action_scheduler/migration_hook','complete','2025-04-19 20:22:34','2025-04-19 20:22:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745094154;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745094154;}',1,1,'2025-04-19 20:24:04','2025-04-19 20:24:04',0,NULL),
(22,'woocommerce_cleanup_draft_orders','complete','2025-04-19 20:21:39','2025-04-19 20:21:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745094099;s:18:\"\0*\0first_timestamp\";i:1745094099;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745094099;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-04-19 20:22:23','2025-04-19 20:22:23',0,NULL),
(23,'woocommerce_install_assembler_fonts','complete','2025-04-19 20:21:54','2025-04-19 20:21:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745094114;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745094114;}',2,1,'2025-04-19 20:22:29','2025-04-19 20:22:29',0,NULL),
(24,'fetch_patterns','complete','2025-04-19 20:21:54','2025-04-19 20:21:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745094114;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745094114;}',2,1,'2025-04-19 20:22:29','2025-04-19 20:22:29',0,NULL),
(25,'woocommerce_cleanup_draft_orders','pending','2025-04-20 20:22:23','2025-04-20 20:22:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745180543;s:18:\"\0*\0first_timestamp\";i:1745094099;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745180543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(26,'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications','failed','2025-04-19 20:25:53','2025-04-19 20:25:53',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-04-19 20:25:59','2025-04-19 20:25:59',0,NULL);
/*!40000 ALTER TABLE `punseNP_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_actionscheduler_claims`
--

DROP TABLE IF EXISTS `punseNP_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_actionscheduler_claims`
--

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

--
-- Table structure for table `punseNP_actionscheduler_groups`
--

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

--
-- Dumping data for table `punseNP_actionscheduler_groups`
--

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

--
-- Table structure for table `punseNP_actionscheduler_logs`
--

DROP TABLE IF EXISTS `punseNP_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text 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=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_actionscheduler_logs`
--

LOCK TABLES `punseNP_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `punseNP_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `punseNP_actionscheduler_logs` VALUES
(1,21,'eylem oluşturuldu','2025-04-19 20:21:34','2025-04-19 20:21:34'),
(2,22,'eylem oluşturuldu','2025-04-19 20:21:39','2025-04-19 20:21:39'),
(3,23,'eylem oluşturuldu','2025-04-19 20:21:54','2025-04-19 20:21:54'),
(4,24,'eylem oluşturuldu','2025-04-19 20:21:54','2025-04-19 20:21:54'),
(5,22,'eylem WP Cron ile başlatıldı','2025-04-19 20:22:23','2025-04-19 20:22:23'),
(6,22,'eylem WP Cron ile tamamlandı','2025-04-19 20:22:23','2025-04-19 20:22:23'),
(7,25,'eylem oluşturuldu','2025-04-19 20:22:23','2025-04-19 20:22:23'),
(8,23,'eylem WP Cron ile başlatıldı','2025-04-19 20:22:23','2025-04-19 20:22:23'),
(9,23,'eylem WP Cron ile tamamlandı','2025-04-19 20:22:29','2025-04-19 20:22:29'),
(10,24,'eylem WP Cron ile başlatıldı','2025-04-19 20:22:29','2025-04-19 20:22:29'),
(11,24,'eylem WP Cron ile tamamlandı','2025-04-19 20:22:29','2025-04-19 20:22:29'),
(12,21,'eylem WP Cron ile başlatıldı','2025-04-19 20:24:04','2025-04-19 20:24:04'),
(13,21,'eylem WP Cron ile tamamlandı','2025-04-19 20:24:04','2025-04-19 20:24:04'),
(14,26,'eylem oluşturuldu','2025-04-19 20:25:53','2025-04-19 20:25:53'),
(15,26,'eylem WP Cron ile başlatıldı','2025-04-19 20:25:59','2025-04-19 20:25:59'),
(16,26,'eylem başarısız WP Cron: Hiçbir geri çağırma kaydedilmediğinden woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications için planlanan eylem gerçekleştirilmeyecek.','2025-04-19 20:25:59','2025-04-19 20:25:59');
/*!40000 ALTER TABLE `punseNP_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_commentmeta`
--

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

--
-- Dumping data for table `punseNP_commentmeta`
--

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

--
-- Table structure for table `punseNP_comments`
--

DROP TABLE IF EXISTS `punseNP_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_comments`
--

LOCK TABLES `punseNP_comments` WRITE;
/*!40000 ALTER TABLE `punseNP_comments` DISABLE KEYS */;
INSERT INTO `punseNP_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-04-19 20:15:56','2025-04-19 20:15:56','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),
(2,568,'','','','','2023-09-05 04:20:29','2023-09-05 04:20:29','Status changed from New to Auto Draft.',0,'1','','mphb_booking_log',0,0),
(3,568,'','','','','2023-09-05 04:20:29','2023-09-05 04:20:29','Status changed from Auto Draft to Pending Payment.',0,'1','','mphb_booking_log',0,0),
(4,568,'','','','','2023-09-05 04:20:29','2023-09-05 04:20:29','Status changed from Pending Payment to Confirmed.',0,'1','','mphb_booking_log',0,0),
(5,568,'','','','','2023-09-05 04:20:29','2023-09-05 04:20:29','\\\"Approved Booking Email\\\" mail was sent to customer.',0,'1','','mphb_booking_log',0,0),
(6,568,'','','','','2023-09-05 04:20:29','2023-09-05 04:20:29','\\\"Approved Booking Email (via payment)\\\" mail was sent to admin.',0,'1','','mphb_booking_log',0,0),
(7,824,'A WordPress Commenter','wapuu@wordpress.example','https://hotellerv6-5.themegoods.com/','','2023-09-01 11:56:00','2023-09-01 11:56:00','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\\\"https://en.gravatar.com/\\\" rel=\\\"nofollow ugc\\\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `punseNP_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_e_events`
--

DROP TABLE IF EXISTS `punseNP_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_e_events`
--

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

--
-- Table structure for table `punseNP_links`
--

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

--
-- Dumping data for table `punseNP_links`
--

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

--
-- Table structure for table `punseNP_mphb_api_keys`
--

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

--
-- Dumping data for table `punseNP_mphb_api_keys`
--

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

--
-- Table structure for table `punseNP_mphb_customers`
--

DROP TABLE IF EXISTS `punseNP_mphb_customers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_customers` (
  `customer_id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `email` varchar(60) NOT NULL,
  `first_name` varchar(60) NOT NULL,
  `last_name` varchar(60) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `country` varchar(2) NOT NULL,
  `state` varchar(20) NOT NULL,
  `city` varchar(20) NOT NULL,
  `address1` text NOT NULL,
  `zip` varchar(10) NOT NULL,
  `bookings` int(11) NOT NULL,
  `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_active` datetime DEFAULT NULL,
  UNIQUE KEY `email` (`email`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_customers`
--

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

--
-- Table structure for table `punseNP_mphb_customers_meta`
--

DROP TABLE IF EXISTS `punseNP_mphb_customers_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_customers_meta` (
  `meta_id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  KEY `meta_id` (`meta_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_customers_meta`
--

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

--
-- Table structure for table `punseNP_mphb_mailchimp_categories`
--

DROP TABLE IF EXISTS `punseNP_mphb_mailchimp_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_mailchimp_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `list_id` int(11) NOT NULL,
  `remote_id` varchar(32) NOT NULL,
  `category_name` varchar(200) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_mailchimp_categories`
--

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

--
-- Table structure for table `punseNP_mphb_mailchimp_groups`
--

DROP TABLE IF EXISTS `punseNP_mphb_mailchimp_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_mailchimp_groups` (
  `group_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) NOT NULL,
  `remote_id` varchar(32) NOT NULL,
  `group_name` varchar(200) NOT NULL,
  PRIMARY KEY (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_mailchimp_groups`
--

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

--
-- Table structure for table `punseNP_mphb_mailchimp_lists`
--

DROP TABLE IF EXISTS `punseNP_mphb_mailchimp_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_mailchimp_lists` (
  `list_id` int(11) NOT NULL AUTO_INCREMENT,
  `remote_id` varchar(32) NOT NULL,
  `list_name` varchar(200) NOT NULL,
  `sync_status` varchar(16) NOT NULL DEFAULT 'synced',
  PRIMARY KEY (`list_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_mailchimp_lists`
--

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

--
-- Table structure for table `punseNP_mphb_sync_logs`
--

DROP TABLE IF EXISTS `punseNP_mphb_sync_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_sync_logs` (
  `log_id` int(11) NOT NULL AUTO_INCREMENT,
  `queue_id` int(11) NOT NULL,
  `log_status` varchar(30) NOT NULL,
  `log_message` text NOT NULL,
  `log_context` text NOT NULL,
  PRIMARY KEY (`log_id`),
  KEY `queue_id` (`queue_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_sync_logs`
--

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

--
-- Table structure for table `punseNP_mphb_sync_queue`
--

DROP TABLE IF EXISTS `punseNP_mphb_sync_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_sync_queue` (
  `queue_id` int(11) NOT NULL AUTO_INCREMENT,
  `queue_name` tinytext NOT NULL,
  `queue_status` varchar(30) NOT NULL,
  PRIMARY KEY (`queue_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_sync_queue`
--

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

--
-- Table structure for table `punseNP_mphb_sync_stats`
--

DROP TABLE IF EXISTS `punseNP_mphb_sync_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_sync_stats` (
  `stat_id` int(11) NOT NULL AUTO_INCREMENT,
  `queue_id` int(11) NOT NULL,
  `import_total` int(11) NOT NULL DEFAULT 0,
  `import_succeed` int(11) NOT NULL DEFAULT 0,
  `import_skipped` int(11) NOT NULL DEFAULT 0,
  `import_failed` int(11) NOT NULL DEFAULT 0,
  `clean_total` int(11) NOT NULL DEFAULT 0,
  `clean_done` int(11) NOT NULL DEFAULT 0,
  `clean_skipped` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`stat_id`),
  UNIQUE KEY `queue_id` (`queue_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_sync_stats`
--

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

--
-- Table structure for table `punseNP_mphb_sync_urls`
--

DROP TABLE IF EXISTS `punseNP_mphb_sync_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphb_sync_urls` (
  `url_id` int(11) NOT NULL AUTO_INCREMENT,
  `room_id` int(11) NOT NULL,
  `sync_id` varchar(32) NOT NULL,
  `calendar_url` varchar(250) NOT NULL,
  PRIMARY KEY (`url_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphb_sync_urls`
--

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

--
-- Table structure for table `punseNP_mphbpl_pricelabs_rates`
--

DROP TABLE IF EXISTS `punseNP_mphbpl_pricelabs_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_mphbpl_pricelabs_rates` (
  `accommodation_type_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rental_date` date NOT NULL,
  `price` float unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`accommodation_type_id`,`rental_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_mphbpl_pricelabs_rates`
--

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

--
-- Table structure for table `punseNP_options`
--

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

--
-- Dumping data for table `punseNP_options`
--

LOCK TABLES `punseNP_options` WRITE;
/*!40000 ALTER TABLE `punseNP_options` DISABLE KEYS */;
INSERT INTO `punseNP_options` VALUES
(1,'cron','a:29:{i:1745094918;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:1745097356;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:1745097679;a:2:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}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:1745097693;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1745097704;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:1745097968;a:1:{s:34:\"mphb_wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1745099155;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745100955;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745101172;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1745101228;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d63aca0b7e6237c7964320bd7fc95644\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7;}}}}i:1745104879;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:1745107200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745115662;a:1:{s:26:\"mphb_cron_ical_auto_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"mphb_ical_auto_delete\";s:4:\"args\";a:0:{}s:8:\"interval\";i:21600;}}}i:1745115679;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:1745115693;a:1:{s:28:\"mphb_cron_send_notifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:32:\"mphb_send_notifications_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:21600;}}}i:1745137001;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:1745137293;a:2:{s:26:\"mphb_cron_request_payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"mphbpl_start_pricelabs_import_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745137294;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1745180156;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745180201;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:1745180202;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:1745180459;a:1:{s:28:\"elementor/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:1745180479;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:1745180489;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:1745180493;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745698564;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1746232965;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746390139;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;}','on'),
(2,'siteurl','https://okullar.com/hoteller','on'),
(3,'home','https://okullar.com/hoteller','on'),
(4,'blogname','My Store','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','erer@webservis.com.tr','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','login@example.com','on'),
(17,'mailserver_pass','','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','open','on'),
(21,'default_ping_status','open','on'),
(22,'default_pingback_flag','1','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','F j, Y','on'),
(25,'time_format','g:i a','on'),
(26,'links_updated_date_format','F j, Y g:i a','on'),
(27,'comment_moderation','0','on'),
(28,'moderation_notify','1','on'),
(29,'permalink_structure','/%postname%/','on'),
(30,'rewrite_rules','a:579:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s: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: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:16:\"accommodation/?$\";s:34:\"index.php?post_type=mphb_room_type\";s:46:\"accommodation/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=mphb_room_type&feed=$matches[1]\";s:41:\"accommodation/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=mphb_room_type&feed=$matches[1]\";s:33:\"accommodation/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=mphb_room_type&paged=$matches[1]\";s:11:\"services/?$\";s:37:\"index.php?post_type=mphb_room_service\";s:41:\"services/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mphb_room_service&feed=$matches[1]\";s:36:\"services/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mphb_room_service&feed=$matches[1]\";s:28:\"services/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=mphb_room_service&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:56:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"category/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";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:53:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:48:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";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:54:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:49:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:55:\"e-floating-buttons/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?e-floating-buttons=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"e-floating-buttons/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?e-floating-buttons=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"e-floating-buttons/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"marka/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:48:\"marka/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"marka/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"marka/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"marka/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:64:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:61:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:56:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:74:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:57:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:52:\"product/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s: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:63:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:40:\"mphb_booking/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"mphb_booking/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"mphb_booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"mphb_booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mphb_booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"mphb_booking/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"mphb_booking/([^/]+)/embed/?$\";s:60:\"index.php?post_type=mphb_booking&name=$matches[1]&embed=true\";s:33:\"mphb_booking/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=mphb_booking&name=$matches[1]&tb=1\";s:41:\"mphb_booking/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=mphb_booking&name=$matches[1]&paged=$matches[2]\";s:48:\"mphb_booking/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=mphb_booking&name=$matches[1]&cpage=$matches[2]\";s:49:\"mphb_booking/([^/]+)/wc/file/transient(/(.*))?/?$\";s:79:\"index.php?post_type=mphb_booking&name=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"mphb_booking/([^/]+)/wc-api(/(.*))?/?$\";s:68:\"index.php?post_type=mphb_booking&name=$matches[1]&wc-api=$matches[3]\";s:55:\"mphb_booking/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:66:\"mphb_booking/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"mphb_booking/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"mphb_booking/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"mphb_booking/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=mphb_booking&name=$matches[1]&page=$matches[2]\";s:29:\"mphb_booking/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"mphb_booking/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mphb_booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mphb_booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mphb_booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"mphb_booking/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"accommodation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"accommodation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"accommodation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"accommodation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"accommodation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"accommodation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"accommodation/([^/]+)/embed/?$\";s:47:\"index.php?mphb_room_type=$matches[1]&embed=true\";s:34:\"accommodation/([^/]+)/trackback/?$\";s:41:\"index.php?mphb_room_type=$matches[1]&tb=1\";s:63:\"accommodation/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:53:\"index.php?mphb_room_type=$matches[1]&feed=$matches[2]\";s:58:\"accommodation/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:53:\"index.php?mphb_room_type=$matches[1]&feed=$matches[2]\";s:42:\"accommodation/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?mphb_room_type=$matches[1]&paged=$matches[2]\";s:49:\"accommodation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?mphb_room_type=$matches[1]&cpage=$matches[2]\";s:50:\"accommodation/([^/]+)/wc/file/transient(/(.*))?/?$\";s:66:\"index.php?mphb_room_type=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"accommodation/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?mphb_room_type=$matches[1]&wc-api=$matches[3]\";s:56:\"accommodation/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:67:\"accommodation/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:45:\"accommodation/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"accommodation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"accommodation/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?mphb_room_type=$matches[1]&page=$matches[2]\";s:30:\"accommodation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"accommodation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"accommodation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"accommodation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"accommodation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"accommodation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"accommodation-category/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:62:\"index.php?mphb_room_type_category=$matches[1]&feed=$matches[2]\";s:65:\"accommodation-category/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:62:\"index.php?mphb_room_type_category=$matches[1]&feed=$matches[2]\";s:37:\"accommodation-category/(.+?)/embed/?$\";s:56:\"index.php?mphb_room_type_category=$matches[1]&embed=true\";s:49:\"accommodation-category/(.+?)/page/?([0-9]{1,})/?$\";s:63:\"index.php?mphb_room_type_category=$matches[1]&paged=$matches[2]\";s:31:\"accommodation-category/(.+?)/?$\";s:45:\"index.php?mphb_room_type_category=$matches[1]\";s:67:\"accommodation-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:57:\"index.php?mphb_room_type_tag=$matches[1]&feed=$matches[2]\";s:62:\"accommodation-tag/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:57:\"index.php?mphb_room_type_tag=$matches[1]&feed=$matches[2]\";s:34:\"accommodation-tag/([^/]+)/embed/?$\";s:51:\"index.php?mphb_room_type_tag=$matches[1]&embed=true\";s:46:\"accommodation-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?mphb_room_type_tag=$matches[1]&paged=$matches[2]\";s:28:\"accommodation-tag/([^/]+)/?$\";s:40:\"index.php?mphb_room_type_tag=$matches[1]\";s:70:\"accommodation-facility/(.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:62:\"index.php?mphb_room_type_facility=$matches[1]&feed=$matches[2]\";s:65:\"accommodation-facility/(.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:62:\"index.php?mphb_room_type_facility=$matches[1]&feed=$matches[2]\";s:37:\"accommodation-facility/(.+?)/embed/?$\";s:56:\"index.php?mphb_room_type_facility=$matches[1]&embed=true\";s:49:\"accommodation-facility/(.+?)/page/?([0-9]{1,})/?$\";s:63:\"index.php?mphb_room_type_facility=$matches[1]&paged=$matches[2]\";s:31:\"accommodation-facility/(.+?)/?$\";s:45:\"index.php?mphb_room_type_facility=$matches[1]\";s:47:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"mphb_room_attribute/([^/]+)/embed/?$\";s:52:\"index.php?mphb_room_attribute=$matches[1]&embed=true\";s:40:\"mphb_room_attribute/([^/]+)/trackback/?$\";s:46:\"index.php?mphb_room_attribute=$matches[1]&tb=1\";s:48:\"mphb_room_attribute/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?mphb_room_attribute=$matches[1]&paged=$matches[2]\";s:55:\"mphb_room_attribute/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?mphb_room_attribute=$matches[1]&cpage=$matches[2]\";s:56:\"mphb_room_attribute/([^/]+)/wc/file/transient(/(.*))?/?$\";s:71:\"index.php?mphb_room_attribute=$matches[1]&wc/file/transient=$matches[3]\";s:45:\"mphb_room_attribute/([^/]+)/wc-api(/(.*))?/?$\";s:60:\"index.php?mphb_room_attribute=$matches[1]&wc-api=$matches[3]\";s:62:\"mphb_room_attribute/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:73:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:51:\"mphb_room_attribute/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"mphb_room_attribute/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:44:\"mphb_room_attribute/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?mphb_room_attribute=$matches[1]&page=$matches[2]\";s:36:\"mphb_room_attribute/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"mphb_room_attribute/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"mphb_room_attribute/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"mphb_room_attribute/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"mphb_room_attribute/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"mphb_room_attribute/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"mphb_season/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"mphb_season/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"mphb_season/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"mphb_season/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"mphb_season/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"mphb_season/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"mphb_season/([^/]+)/embed/?$\";s:59:\"index.php?post_type=mphb_season&name=$matches[1]&embed=true\";s:32:\"mphb_season/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=mphb_season&name=$matches[1]&tb=1\";s:40:\"mphb_season/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=mphb_season&name=$matches[1]&paged=$matches[2]\";s:47:\"mphb_season/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=mphb_season&name=$matches[1]&cpage=$matches[2]\";s:48:\"mphb_season/([^/]+)/wc/file/transient(/(.*))?/?$\";s:78:\"index.php?post_type=mphb_season&name=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"mphb_season/([^/]+)/wc-api(/(.*))?/?$\";s:67:\"index.php?post_type=mphb_season&name=$matches[1]&wc-api=$matches[3]\";s:54:\"mphb_season/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:65:\"mphb_season/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"mphb_season/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"mphb_season/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"mphb_season/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=mphb_season&name=$matches[1]&page=$matches[2]\";s:28:\"mphb_season/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"mphb_season/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"mphb_season/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mphb_season/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"mphb_season/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"mphb_season/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"mphb_rate/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"mphb_rate/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"mphb_rate/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"mphb_rate/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mphb_rate/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"mphb_rate/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"mphb_rate/([^/]+)/embed/?$\";s:57:\"index.php?post_type=mphb_rate&name=$matches[1]&embed=true\";s:30:\"mphb_rate/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=mphb_rate&name=$matches[1]&tb=1\";s:38:\"mphb_rate/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=mphb_rate&name=$matches[1]&paged=$matches[2]\";s:45:\"mphb_rate/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=mphb_rate&name=$matches[1]&cpage=$matches[2]\";s:46:\"mphb_rate/([^/]+)/wc/file/transient(/(.*))?/?$\";s:76:\"index.php?post_type=mphb_rate&name=$matches[1]&wc/file/transient=$matches[3]\";s:35:\"mphb_rate/([^/]+)/wc-api(/(.*))?/?$\";s:65:\"index.php?post_type=mphb_rate&name=$matches[1]&wc-api=$matches[3]\";s:52:\"mphb_rate/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:63:\"mphb_rate/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"mphb_rate/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"mphb_rate/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"mphb_rate/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=mphb_rate&name=$matches[1]&page=$matches[2]\";s:26:\"mphb_rate/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"mphb_rate/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"mphb_rate/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"mphb_rate/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"mphb_rate/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"mphb_rate/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:50:\"index.php?mphb_room_service=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:44:\"index.php?mphb_room_service=$matches[1]&tb=1\";s:58:\"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:56:\"index.php?mphb_room_service=$matches[1]&feed=$matches[2]\";s:53:\"services/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:56:\"index.php?mphb_room_service=$matches[1]&feed=$matches[2]\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?mphb_room_service=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?mphb_room_service=$matches[1]&cpage=$matches[2]\";s:45:\"services/([^/]+)/wc/file/transient(/(.*))?/?$\";s:69:\"index.php?mphb_room_service=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"services/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?mphb_room_service=$matches[1]&wc-api=$matches[3]\";s:51:\"services/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"services/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"services/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"services/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?mphb_room_service=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"mphb_room/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"mphb_room/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"mphb_room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"mphb_room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mphb_room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"mphb_room/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"mphb_room/([^/]+)/embed/?$\";s:57:\"index.php?post_type=mphb_room&name=$matches[1]&embed=true\";s:30:\"mphb_room/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=mphb_room&name=$matches[1]&tb=1\";s:38:\"mphb_room/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=mphb_room&name=$matches[1]&paged=$matches[2]\";s:45:\"mphb_room/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=mphb_room&name=$matches[1]&cpage=$matches[2]\";s:46:\"mphb_room/([^/]+)/wc/file/transient(/(.*))?/?$\";s:76:\"index.php?post_type=mphb_room&name=$matches[1]&wc/file/transient=$matches[3]\";s:35:\"mphb_room/([^/]+)/wc-api(/(.*))?/?$\";s:65:\"index.php?post_type=mphb_room&name=$matches[1]&wc-api=$matches[3]\";s:52:\"mphb_room/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:63:\"mphb_room/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"mphb_room/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"mphb_room/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"mphb_room/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=mphb_room&name=$matches[1]&page=$matches[2]\";s:26:\"mphb_room/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"mphb_room/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"mphb_room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"mphb_room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"mphb_room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"mphb_room/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"mphb_payment/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"mphb_payment/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"mphb_payment/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"mphb_payment/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mphb_payment/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"mphb_payment/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"mphb_payment/([^/]+)/embed/?$\";s:60:\"index.php?post_type=mphb_payment&name=$matches[1]&embed=true\";s:33:\"mphb_payment/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=mphb_payment&name=$matches[1]&tb=1\";s:41:\"mphb_payment/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=mphb_payment&name=$matches[1]&paged=$matches[2]\";s:48:\"mphb_payment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=mphb_payment&name=$matches[1]&cpage=$matches[2]\";s:49:\"mphb_payment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:79:\"index.php?post_type=mphb_payment&name=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"mphb_payment/([^/]+)/wc-api(/(.*))?/?$\";s:68:\"index.php?post_type=mphb_payment&name=$matches[1]&wc-api=$matches[3]\";s:55:\"mphb_payment/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:66:\"mphb_payment/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"mphb_payment/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"mphb_payment/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"mphb_payment/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=mphb_payment&name=$matches[1]&page=$matches[2]\";s:29:\"mphb_payment/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"mphb_payment/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mphb_payment/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mphb_payment/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mphb_payment/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"mphb_payment/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"mphb_reserved_room/([^/]+)/embed/?$\";s:66:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&embed=true\";s:39:\"mphb_reserved_room/([^/]+)/trackback/?$\";s:60:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&tb=1\";s:47:\"mphb_reserved_room/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&paged=$matches[2]\";s:54:\"mphb_reserved_room/([^/]+)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&cpage=$matches[2]\";s:55:\"mphb_reserved_room/([^/]+)/wc/file/transient(/(.*))?/?$\";s:85:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"mphb_reserved_room/([^/]+)/wc-api(/(.*))?/?$\";s:74:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&wc-api=$matches[3]\";s:61:\"mphb_reserved_room/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"mphb_reserved_room/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"mphb_reserved_room/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"mphb_reserved_room/([^/]+)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=mphb_reserved_room&name=$matches[1]&page=$matches[2]\";s:35:\"mphb_reserved_room/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"mphb_reserved_room/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"mphb_reserved_room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"mphb_reserved_room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"mphb_reserved_room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"mphb_reserved_room/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"mphb_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"mphb_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"mphb_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"mphb_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"mphb_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"mphb_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"mphb_coupon/([^/]+)/embed/?$\";s:59:\"index.php?post_type=mphb_coupon&name=$matches[1]&embed=true\";s:32:\"mphb_coupon/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=mphb_coupon&name=$matches[1]&tb=1\";s:40:\"mphb_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=mphb_coupon&name=$matches[1]&paged=$matches[2]\";s:47:\"mphb_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=mphb_coupon&name=$matches[1]&cpage=$matches[2]\";s:48:\"mphb_coupon/([^/]+)/wc/file/transient(/(.*))?/?$\";s:78:\"index.php?post_type=mphb_coupon&name=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"mphb_coupon/([^/]+)/wc-api(/(.*))?/?$\";s:67:\"index.php?post_type=mphb_coupon&name=$matches[1]&wc-api=$matches[3]\";s:54:\"mphb_coupon/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:65:\"mphb_coupon/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"mphb_coupon/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"mphb_coupon/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"mphb_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=mphb_coupon&name=$matches[1]&page=$matches[2]\";s:28:\"mphb_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"mphb_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"mphb_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mphb_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"mphb_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"mphb_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"header/([^/]+)/embed/?$\";s:39:\"index.php?header=$matches[1]&embed=true\";s:27:\"header/([^/]+)/trackback/?$\";s:33:\"index.php?header=$matches[1]&tb=1\";s:35:\"header/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?header=$matches[1]&paged=$matches[2]\";s:42:\"header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?header=$matches[1]&cpage=$matches[2]\";s:43:\"header/([^/]+)/wc/file/transient(/(.*))?/?$\";s:58:\"index.php?header=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"header/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?header=$matches[1]&wc-api=$matches[3]\";s:49:\"header/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:60:\"header/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"header/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"header/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"header/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?header=$matches[1]&page=$matches[2]\";s:23:\"header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"footer/([^/]+)/embed/?$\";s:39:\"index.php?footer=$matches[1]&embed=true\";s:27:\"footer/([^/]+)/trackback/?$\";s:33:\"index.php?footer=$matches[1]&tb=1\";s:35:\"footer/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?footer=$matches[1]&paged=$matches[2]\";s:42:\"footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?footer=$matches[1]&cpage=$matches[2]\";s:43:\"footer/([^/]+)/wc/file/transient(/(.*))?/?$\";s:58:\"index.php?footer=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"footer/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?footer=$matches[1]&wc-api=$matches[3]\";s:49:\"footer/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:60:\"footer/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"footer/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"footer/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"footer/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?footer=$matches[1]&page=$matches[2]\";s:23:\"footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"megamenu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"megamenu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"megamenu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"megamenu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"megamenu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"megamenu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"megamenu/([^/]+)/embed/?$\";s:41:\"index.php?megamenu=$matches[1]&embed=true\";s:29:\"megamenu/([^/]+)/trackback/?$\";s:35:\"index.php?megamenu=$matches[1]&tb=1\";s:37:\"megamenu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?megamenu=$matches[1]&paged=$matches[2]\";s:44:\"megamenu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?megamenu=$matches[1]&cpage=$matches[2]\";s:45:\"megamenu/([^/]+)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?megamenu=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"megamenu/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?megamenu=$matches[1]&wc-api=$matches[3]\";s:51:\"megamenu/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"megamenu/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"megamenu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"megamenu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"megamenu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?megamenu=$matches[1]&page=$matches[2]\";s:25:\"megamenu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"megamenu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"megamenu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"megamenu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"megamenu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"megamenu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"fullmenu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"fullmenu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"fullmenu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"fullmenu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fullmenu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"fullmenu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"fullmenu/([^/]+)/embed/?$\";s:41:\"index.php?fullmenu=$matches[1]&embed=true\";s:29:\"fullmenu/([^/]+)/trackback/?$\";s:35:\"index.php?fullmenu=$matches[1]&tb=1\";s:37:\"fullmenu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?fullmenu=$matches[1]&paged=$matches[2]\";s:44:\"fullmenu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?fullmenu=$matches[1]&cpage=$matches[2]\";s:45:\"fullmenu/([^/]+)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?fullmenu=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"fullmenu/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?fullmenu=$matches[1]&wc-api=$matches[3]\";s:51:\"fullmenu/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"fullmenu/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"fullmenu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"fullmenu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"fullmenu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?fullmenu=$matches[1]&page=$matches[2]\";s:25:\"fullmenu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"fullmenu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"fullmenu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"fullmenu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"fullmenu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"fullmenu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:47:\"mc4wp-form/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?mc4wp-form=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"mc4wp-form/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:64:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:41:\"feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:36:\"(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:40:\"index.php?&page_id=725&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:50:\"comments/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:45:\"comments/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:53:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:48:\"search/(.+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";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:56:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:51:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";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:78:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:73:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s: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:65:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:60:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s: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:52:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:47:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";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:66:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:49:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:44:\"(.?.+?)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";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:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s: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:66:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:49:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:44:\"([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";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:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s: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:55:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|mphb.ics)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:21:{i:0;s:35:\"classic-widgets/classic-widgets.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"custom-fonts/custom-fonts.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:31:\"envato-market/envato-market.php\";i:5;s:67:\"extended-google-map-for-elementor/elementor-google-map-extended.php\";i:6;s:41:\"hoteller-elementor/hoteller-elementor.php\";i:7;s:25:\"loftloader/loftloader.php\";i:8;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:9;s:51:\"motopress-hotel-booking/motopress-hotel-booking.php\";i:10;s:45:\"mphb-checkout-fields/mphb-checkout-fields.php\";i:11;s:31:\"mphb-invoices/mphb-invoices.php\";i:12;s:33:\"mphb-mailchimp/mphb-mailchimp.php\";i:13;s:43:\"mphb-multi-currency/mphb-multi-currency.php\";i:14;s:31:\"mphb-notifier/mphb-notifier.php\";i:15;s:33:\"mphb-pricelabs/mphb-pricelabs.php\";i:16;s:45:\"mphb-request-payment/mphb-request-payment.php\";i:17;s:29:\"mphb-reviews/mphb-reviews.php\";i:18;s:37:\"mphb-woocommerce/mphb-woocommerce.php\";i:19;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:20;s:27:\"woocommerce/woocommerce.php\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','http://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','0','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','','off'),
(41,'template','hoteller','on'),
(42,'stylesheet','hoteller','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','58975','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(80,'uninstall_plugins','a:4:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:45:\"mphb-checkout-fields/mphb-checkout-fields.php\";a:2:{i:0;s:48:\"MPHB\\CheckoutFields\\Admin\\PluginLifecycleHandler\";i:1;s:15:\"uninstallPlugin\";}s:43:\"mphb-multi-currency/mphb-multi-currency.php\";a:2:{i:0;s:56:\"MPHB\\Addons\\MPHB_Multi_Currency\\Plugin_Lifecycle_Handler\";i:1;s:16:\"uninstall_plugin\";}s:33:\"mphb-pricelabs/mphb-pricelabs.php\";a:2:{i:0;s:51:\"MPHB\\Addons\\MPHB_Pricelabs\\Plugin_Lifecycle_Handler\";i:1;s:19:\"on_uninstall_plugin\";}}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','725','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','26','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','0','on'),
(91,'show_comments_cookies_opt_in','1','on'),
(92,'admin_email_lifespan','1760645755','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','1','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','on'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'initial_db_version','58975','on'),
(102,'punseNP_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:264:{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:20:\"mphb_manage_settings\";b:1;s:25:\"mphb_manage_booking_rules\";b:1;s:18:\"mphb_view_calendar\";b:1;s:26:\"mphb_manage_taxes_and_fees\";b:1;s:17:\"mphb_view_reports\";b:1;s:19:\"mphb_export_reports\";b:1;s:14:\"mphb_sync_ical\";b:1;s:16:\"mphb_import_ical\";b:1;s:19:\"mphb_view_customers\";b:1;s:18:\"mphb_edit_customer\";b:1;s:20:\"mphb_delete_customer\";b:1;s:18:\"edit_mphb_bookings\";b:1;s:26:\"edit_private_mphb_bookings\";b:1;s:25:\"edit_others_mphb_bookings\";b:1;s:28:\"edit_published_mphb_bookings\";b:1;s:20:\"delete_mphb_bookings\";b:1;s:28:\"delete_private_mphb_bookings\";b:1;s:27:\"delete_others_mphb_bookings\";b:1;s:30:\"delete_published_mphb_bookings\";b:1;s:18:\"read_mphb_bookings\";b:1;s:26:\"read_private_mphb_bookings\";b:1;s:21:\"publish_mphb_bookings\";b:1;s:20:\"edit_mphb_room_types\";b:1;s:28:\"edit_private_mphb_room_types\";b:1;s:27:\"edit_others_mphb_room_types\";b:1;s:30:\"edit_published_mphb_room_types\";b:1;s:22:\"delete_mphb_room_types\";b:1;s:30:\"delete_private_mphb_room_types\";b:1;s:29:\"delete_others_mphb_room_types\";b:1;s:32:\"delete_published_mphb_room_types\";b:1;s:20:\"read_mphb_room_types\";b:1;s:28:\"read_private_mphb_room_types\";b:1;s:23:\"publish_mphb_room_types\";b:1;s:25:\"edit_mphb_room_attributes\";b:1;s:33:\"edit_private_mphb_room_attributes\";b:1;s:32:\"edit_others_mphb_room_attributes\";b:1;s:35:\"edit_published_mphb_room_attributes\";b:1;s:27:\"delete_mphb_room_attributes\";b:1;s:35:\"delete_private_mphb_room_attributes\";b:1;s:34:\"delete_others_mphb_room_attributes\";b:1;s:37:\"delete_published_mphb_room_attributes\";b:1;s:25:\"read_mphb_room_attributes\";b:1;s:33:\"read_private_mphb_room_attributes\";b:1;s:28:\"publish_mphb_room_attributes\";b:1;s:17:\"edit_mphb_seasons\";b:1;s:25:\"edit_private_mphb_seasons\";b:1;s:24:\"edit_others_mphb_seasons\";b:1;s:27:\"edit_published_mphb_seasons\";b:1;s:19:\"delete_mphb_seasons\";b:1;s:27:\"delete_private_mphb_seasons\";b:1;s:26:\"delete_others_mphb_seasons\";b:1;s:29:\"delete_published_mphb_seasons\";b:1;s:17:\"read_mphb_seasons\";b:1;s:25:\"read_private_mphb_seasons\";b:1;s:20:\"publish_mphb_seasons\";b:1;s:15:\"edit_mphb_rates\";b:1;s:23:\"edit_private_mphb_rates\";b:1;s:22:\"edit_others_mphb_rates\";b:1;s:25:\"edit_published_mphb_rates\";b:1;s:17:\"delete_mphb_rates\";b:1;s:25:\"delete_private_mphb_rates\";b:1;s:24:\"delete_others_mphb_rates\";b:1;s:27:\"delete_published_mphb_rates\";b:1;s:15:\"read_mphb_rates\";b:1;s:23:\"read_private_mphb_rates\";b:1;s:18:\"publish_mphb_rates\";b:1;s:23:\"edit_mphb_room_services\";b:1;s:31:\"edit_private_mphb_room_services\";b:1;s:30:\"edit_others_mphb_room_services\";b:1;s:33:\"edit_published_mphb_room_services\";b:1;s:25:\"delete_mphb_room_services\";b:1;s:33:\"delete_private_mphb_room_services\";b:1;s:32:\"delete_others_mphb_room_services\";b:1;s:35:\"delete_published_mphb_room_services\";b:1;s:23:\"read_mphb_room_services\";b:1;s:31:\"read_private_mphb_room_services\";b:1;s:26:\"publish_mphb_room_services\";b:1;s:15:\"edit_mphb_rooms\";b:1;s:23:\"edit_private_mphb_rooms\";b:1;s:22:\"edit_others_mphb_rooms\";b:1;s:25:\"edit_published_mphb_rooms\";b:1;s:17:\"delete_mphb_rooms\";b:1;s:25:\"delete_private_mphb_rooms\";b:1;s:24:\"delete_others_mphb_rooms\";b:1;s:27:\"delete_published_mphb_rooms\";b:1;s:15:\"read_mphb_rooms\";b:1;s:23:\"read_private_mphb_rooms\";b:1;s:18:\"publish_mphb_rooms\";b:1;s:18:\"edit_mphb_payments\";b:1;s:26:\"edit_private_mphb_payments\";b:1;s:25:\"edit_others_mphb_payments\";b:1;s:28:\"edit_published_mphb_payments\";b:1;s:20:\"delete_mphb_payments\";b:1;s:28:\"delete_private_mphb_payments\";b:1;s:27:\"delete_others_mphb_payments\";b:1;s:30:\"delete_published_mphb_payments\";b:1;s:18:\"read_mphb_payments\";b:1;s:26:\"read_private_mphb_payments\";b:1;s:21:\"publish_mphb_payments\";b:1;s:24:\"edit_mphb_reserved_rooms\";b:1;s:32:\"edit_private_mphb_reserved_rooms\";b:1;s:31:\"edit_others_mphb_reserved_rooms\";b:1;s:34:\"edit_published_mphb_reserved_rooms\";b:1;s:26:\"delete_mphb_reserved_rooms\";b:1;s:34:\"delete_private_mphb_reserved_rooms\";b:1;s:33:\"delete_others_mphb_reserved_rooms\";b:1;s:36:\"delete_published_mphb_reserved_rooms\";b:1;s:24:\"read_mphb_reserved_rooms\";b:1;s:32:\"read_private_mphb_reserved_rooms\";b:1;s:27:\"publish_mphb_reserved_rooms\";b:1;s:17:\"edit_mphb_coupons\";b:1;s:25:\"edit_private_mphb_coupons\";b:1;s:24:\"edit_others_mphb_coupons\";b:1;s:27:\"edit_published_mphb_coupons\";b:1;s:19:\"delete_mphb_coupons\";b:1;s:27:\"delete_private_mphb_coupons\";b:1;s:26:\"delete_others_mphb_coupons\";b:1;s:29:\"delete_published_mphb_coupons\";b:1;s:17:\"read_mphb_coupons\";b:1;s:25:\"read_private_mphb_coupons\";b:1;s:20:\"publish_mphb_coupons\";b:1;s:32:\"manage_mphb_room_type_categories\";b:1;s:26:\"manage_mphb_room_type_tags\";b:1;s:32:\"manage_mphb_room_type_facilities\";b:1;s:25:\"edit_mphb_checkout_fields\";b:1;s:33:\"edit_private_mphb_checkout_fields\";b:1;s:32:\"edit_others_mphb_checkout_fields\";b:1;s:35:\"edit_published_mphb_checkout_fields\";b:1;s:27:\"delete_mphb_checkout_fields\";b:1;s:35:\"delete_private_mphb_checkout_fields\";b:1;s:34:\"delete_others_mphb_checkout_fields\";b:1;s:37:\"delete_published_mphb_checkout_fields\";b:1;s:25:\"read_mphb_checkout_fields\";b:1;s:33:\"read_private_mphb_checkout_fields\";b:1;s:28:\"publish_mphb_checkout_fields\";b:1;s:23:\"edit_mphb_notifications\";b:1;s:31:\"edit_private_mphb_notifications\";b:1;s:30:\"edit_others_mphb_notifications\";b:1;s:33:\"edit_published_mphb_notifications\";b:1;s:25:\"delete_mphb_notifications\";b:1;s:33:\"delete_private_mphb_notifications\";b:1;s:32:\"delete_others_mphb_notifications\";b:1;s:35:\"delete_published_mphb_notifications\";b:1;s:23:\"read_mphb_notifications\";b:1;s:31:\"read_private_mphb_notifications\";b:1;s:26:\"publish_mphb_notifications\";b:1;s:22:\"mphb_invoices_generate\";b:1;s:19:\"mphbrp_send_request\";b:1;s:20:\"manage_mphbr_ratings\";b:1;s:18:\"edit_mphbr_ratings\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:12:\"mphb_manager\";a:2:{s:4:\"name\";s:16:\"Otel yöneticisi\";s:12:\"capabilities\";a:184:{s:20:\"mphb_manage_settings\";b:1;s:25:\"mphb_manage_booking_rules\";b:1;s:18:\"mphb_view_calendar\";b:1;s:26:\"mphb_manage_taxes_and_fees\";b:1;s:17:\"mphb_view_reports\";b:1;s:19:\"mphb_export_reports\";b:1;s:14:\"mphb_sync_ical\";b:1;s:16:\"mphb_import_ical\";b:1;s:19:\"mphb_view_customers\";b:1;s:18:\"mphb_edit_customer\";b:1;s:20:\"mphb_delete_customer\";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: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:18:\"edit_mphb_bookings\";b:1;s:26:\"edit_private_mphb_bookings\";b:1;s:25:\"edit_others_mphb_bookings\";b:1;s:28:\"edit_published_mphb_bookings\";b:1;s:20:\"delete_mphb_bookings\";b:1;s:28:\"delete_private_mphb_bookings\";b:1;s:27:\"delete_others_mphb_bookings\";b:1;s:30:\"delete_published_mphb_bookings\";b:1;s:18:\"read_mphb_bookings\";b:1;s:26:\"read_private_mphb_bookings\";b:1;s:21:\"publish_mphb_bookings\";b:1;s:20:\"edit_mphb_room_types\";b:1;s:28:\"edit_private_mphb_room_types\";b:1;s:27:\"edit_others_mphb_room_types\";b:1;s:30:\"edit_published_mphb_room_types\";b:1;s:22:\"delete_mphb_room_types\";b:1;s:30:\"delete_private_mphb_room_types\";b:1;s:29:\"delete_others_mphb_room_types\";b:1;s:32:\"delete_published_mphb_room_types\";b:1;s:20:\"read_mphb_room_types\";b:1;s:28:\"read_private_mphb_room_types\";b:1;s:23:\"publish_mphb_room_types\";b:1;s:25:\"edit_mphb_room_attributes\";b:1;s:33:\"edit_private_mphb_room_attributes\";b:1;s:32:\"edit_others_mphb_room_attributes\";b:1;s:35:\"edit_published_mphb_room_attributes\";b:1;s:27:\"delete_mphb_room_attributes\";b:1;s:35:\"delete_private_mphb_room_attributes\";b:1;s:34:\"delete_others_mphb_room_attributes\";b:1;s:37:\"delete_published_mphb_room_attributes\";b:1;s:25:\"read_mphb_room_attributes\";b:1;s:33:\"read_private_mphb_room_attributes\";b:1;s:28:\"publish_mphb_room_attributes\";b:1;s:17:\"edit_mphb_seasons\";b:1;s:25:\"edit_private_mphb_seasons\";b:1;s:24:\"edit_others_mphb_seasons\";b:1;s:27:\"edit_published_mphb_seasons\";b:1;s:19:\"delete_mphb_seasons\";b:1;s:27:\"delete_private_mphb_seasons\";b:1;s:26:\"delete_others_mphb_seasons\";b:1;s:29:\"delete_published_mphb_seasons\";b:1;s:17:\"read_mphb_seasons\";b:1;s:25:\"read_private_mphb_seasons\";b:1;s:20:\"publish_mphb_seasons\";b:1;s:15:\"edit_mphb_rates\";b:1;s:23:\"edit_private_mphb_rates\";b:1;s:22:\"edit_others_mphb_rates\";b:1;s:25:\"edit_published_mphb_rates\";b:1;s:17:\"delete_mphb_rates\";b:1;s:25:\"delete_private_mphb_rates\";b:1;s:24:\"delete_others_mphb_rates\";b:1;s:27:\"delete_published_mphb_rates\";b:1;s:15:\"read_mphb_rates\";b:1;s:23:\"read_private_mphb_rates\";b:1;s:18:\"publish_mphb_rates\";b:1;s:23:\"edit_mphb_room_services\";b:1;s:31:\"edit_private_mphb_room_services\";b:1;s:30:\"edit_others_mphb_room_services\";b:1;s:33:\"edit_published_mphb_room_services\";b:1;s:25:\"delete_mphb_room_services\";b:1;s:33:\"delete_private_mphb_room_services\";b:1;s:32:\"delete_others_mphb_room_services\";b:1;s:35:\"delete_published_mphb_room_services\";b:1;s:23:\"read_mphb_room_services\";b:1;s:31:\"read_private_mphb_room_services\";b:1;s:26:\"publish_mphb_room_services\";b:1;s:15:\"edit_mphb_rooms\";b:1;s:23:\"edit_private_mphb_rooms\";b:1;s:22:\"edit_others_mphb_rooms\";b:1;s:25:\"edit_published_mphb_rooms\";b:1;s:17:\"delete_mphb_rooms\";b:1;s:25:\"delete_private_mphb_rooms\";b:1;s:24:\"delete_others_mphb_rooms\";b:1;s:27:\"delete_published_mphb_rooms\";b:1;s:15:\"read_mphb_rooms\";b:1;s:23:\"read_private_mphb_rooms\";b:1;s:18:\"publish_mphb_rooms\";b:1;s:18:\"edit_mphb_payments\";b:1;s:26:\"edit_private_mphb_payments\";b:1;s:25:\"edit_others_mphb_payments\";b:1;s:28:\"edit_published_mphb_payments\";b:1;s:20:\"delete_mphb_payments\";b:1;s:28:\"delete_private_mphb_payments\";b:1;s:27:\"delete_others_mphb_payments\";b:1;s:30:\"delete_published_mphb_payments\";b:1;s:18:\"read_mphb_payments\";b:1;s:26:\"read_private_mphb_payments\";b:1;s:21:\"publish_mphb_payments\";b:1;s:24:\"edit_mphb_reserved_rooms\";b:1;s:32:\"edit_private_mphb_reserved_rooms\";b:1;s:31:\"edit_others_mphb_reserved_rooms\";b:1;s:34:\"edit_published_mphb_reserved_rooms\";b:1;s:26:\"delete_mphb_reserved_rooms\";b:1;s:34:\"delete_private_mphb_reserved_rooms\";b:1;s:33:\"delete_others_mphb_reserved_rooms\";b:1;s:36:\"delete_published_mphb_reserved_rooms\";b:1;s:24:\"read_mphb_reserved_rooms\";b:1;s:32:\"read_private_mphb_reserved_rooms\";b:1;s:27:\"publish_mphb_reserved_rooms\";b:1;s:17:\"edit_mphb_coupons\";b:1;s:25:\"edit_private_mphb_coupons\";b:1;s:24:\"edit_others_mphb_coupons\";b:1;s:27:\"edit_published_mphb_coupons\";b:1;s:19:\"delete_mphb_coupons\";b:1;s:27:\"delete_private_mphb_coupons\";b:1;s:26:\"delete_others_mphb_coupons\";b:1;s:29:\"delete_published_mphb_coupons\";b:1;s:17:\"read_mphb_coupons\";b:1;s:25:\"read_private_mphb_coupons\";b:1;s:20:\"publish_mphb_coupons\";b:1;s:32:\"manage_mphb_room_type_categories\";b:1;s:26:\"manage_mphb_room_type_tags\";b:1;s:32:\"manage_mphb_room_type_facilities\";b:1;s:25:\"edit_mphb_checkout_fields\";b:1;s:33:\"edit_private_mphb_checkout_fields\";b:1;s:32:\"edit_others_mphb_checkout_fields\";b:1;s:35:\"edit_published_mphb_checkout_fields\";b:1;s:27:\"delete_mphb_checkout_fields\";b:1;s:35:\"delete_private_mphb_checkout_fields\";b:1;s:34:\"delete_others_mphb_checkout_fields\";b:1;s:37:\"delete_published_mphb_checkout_fields\";b:1;s:25:\"read_mphb_checkout_fields\";b:1;s:33:\"read_private_mphb_checkout_fields\";b:1;s:28:\"publish_mphb_checkout_fields\";b:1;s:23:\"edit_mphb_notifications\";b:1;s:31:\"edit_private_mphb_notifications\";b:1;s:30:\"edit_others_mphb_notifications\";b:1;s:33:\"edit_published_mphb_notifications\";b:1;s:25:\"delete_mphb_notifications\";b:1;s:33:\"delete_private_mphb_notifications\";b:1;s:32:\"delete_others_mphb_notifications\";b:1;s:35:\"delete_published_mphb_notifications\";b:1;s:23:\"read_mphb_notifications\";b:1;s:31:\"read_private_mphb_notifications\";b:1;s:26:\"publish_mphb_notifications\";b:1;s:22:\"mphb_invoices_generate\";b:1;s:19:\"mphbrp_send_request\";b:1;s:20:\"manage_mphbr_ratings\";b:1;s:18:\"edit_mphbr_ratings\";b:1;}}s:11:\"mphb_worker\";a:2:{s:4:\"name\";s:12:\"Hotel Worker\";s:12:\"capabilities\";a:3:{s:18:\"mphb_view_calendar\";b:1;s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"mphb_customer\";a:2:{s:4:\"name\";s:14:\"Hotel Customer\";s:12:\"capabilities\";a:0:{}}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;}}}','on'),
(103,'fresh_site','0','off'),
(104,'user_count','1','off'),
(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),
(106,'sidebars_widgets','a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"page-sidebar\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:12:\"blog-sidebar\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:15:\"contact-sidebar\";a:0:{}s:19:\"single-post-sidebar\";a:0:{}s:16:\"archives-sidebar\";a:0:{}s:16:\"category-sidebar\";a:0:{}s:14:\"search-sidebar\";a:0:{}s:11:\"tag-sidebar\";a:0:{}s:14:\"footer-sidebar\";a:0:{}s:19:\"single-room-sidebar\";a:0:{}s:13:\"array_version\";i:3;s:28:\"booking-confirmation-sidebar\";a:2:{i:0;s:24:\"mphbmc_select_currency-1\";i:1;s:33:\"mphb_search_availability_widget-1\";}}','auto'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"6.8\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),
(380,'loftloader_lite_version','2.4','auto'),
(362,'mphb_registered_attributes','a:0:{}','auto'),
(363,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'),
(364,'action_scheduler_lock_async-request-runner','680408daeb6a76.53082939|1745094934','no'),
(365,'woocommerce_admin_notices','a:0:{}','auto'),
(366,'mphb_reviews_db_version','1.2.7','auto'),
(189,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.0.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1745094054;s:7:\"version\";s:5:\"6.0.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),
(190,'elementor_active_kit','9','auto'),
(191,'elementor_font_display','swap','auto'),
(192,'_transient_timeout_elementor_activation_redirect','1745094119','off'),
(193,'_transient_elementor_activation_redirect','1','off'),
(194,'envato_market','a:2:{s:16:\"is_plugin_active\";s:1:\"1\";s:17:\"installed_version\";s:6:\"2.0.12\";}','auto'),
(125,'nonce_key','f)`rekP-aIW;$-+E{5@Apj ws-h.U8 ilakRUAwdGYMZgWLRY>*G~0]9z9Y=#mfH','off'),
(126,'nonce_salt','1+Ym/~0w_pDaj]1OXo6+x&.TB/Sy=19ahW*3qPaz3z*lb>bcL BXf4-m-D0[7$c.','off'),
(127,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1745094032;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),
(128,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"528f653c8bbefdb3718afd347a865865\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(546,'_elementor_local_google_fonts','a:3:{s:6:\"roboto\";a:2:{s:3:\"url\";s:85:\"https://okullar.com/hoteller/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1745094383;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:89:\"https://okullar.com/hoteller/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1745094389;}s:5:\"inter\";a:2:{s:3:\"url\";s:84:\"https://okullar.com/hoteller/wp-content/uploads/elementor/google-fonts/css/inter.css\";s:7:\"version\";i:1745094409;}}','auto'),
(547,'_site_transient_timeout_kirki_googlefonts_4347b5bbc16ca4d6e6b9000966ba73a2','1745097985','off'),
(548,'_site_transient_kirki_googlefonts_4347b5bbc16ca4d6e6b9000966ba73a2','a:1358:{i:0;s:7:\"ABeeZee\";i:1;s:4:\"Abel\";i:2;s:12:\"Abhaya Libre\";i:3;s:13:\"Abril Fatface\";i:4;s:8:\"Aclonica\";i:5;s:4:\"Acme\";i:6;s:5:\"Actor\";i:7;s:7:\"Adamina\";i:8;s:10:\"Advent Pro\";i:9;s:15:\"Aguafina Script\";i:10;s:14:\"Akaya Kanadaka\";i:11;s:16:\"Akaya Telivigala\";i:12;s:7:\"Akronim\";i:13;s:6:\"Aladin\";i:14;s:5:\"Alata\";i:15;s:6:\"Alatsi\";i:16;s:7:\"Aldrich\";i:17;s:4:\"Alef\";i:18;s:8:\"Alegreya\";i:19;s:11:\"Alegreya SC\";i:20;s:13:\"Alegreya Sans\";i:21;s:16:\"Alegreya Sans SC\";i:22;s:4:\"Aleo\";i:23;s:10:\"Alex Brush\";i:24;s:13:\"Alfa Slab One\";i:25;s:5:\"Alice\";i:26;s:5:\"Alike\";i:27;s:13:\"Alike Angular\";i:28;s:5:\"Allan\";i:29;s:7:\"Allerta\";i:30;s:15:\"Allerta Stencil\";i:31;s:7:\"Allison\";i:32;s:6:\"Allura\";i:33;s:7:\"Almarai\";i:34;s:8:\"Almendra\";i:35;s:16:\"Almendra Display\";i:36;s:11:\"Almendra SC\";i:37;s:11:\"Alumni Sans\";i:38;s:8:\"Amarante\";i:39;s:8:\"Amaranth\";i:40;s:9:\"Amatic SC\";i:41;s:9:\"Amethysta\";i:42;s:5:\"Amiko\";i:43;s:5:\"Amiri\";i:44;s:5:\"Amita\";i:45;s:7:\"Anaheim\";i:46;s:10:\"Andada Pro\";i:47;s:6:\"Andika\";i:48;s:16:\"Andika New Basic\";i:49;s:6:\"Angkor\";i:50;s:24:\"Annie Use Your Telescope\";i:51;s:13:\"Anonymous Pro\";i:52;s:5:\"Antic\";i:53;s:12:\"Antic Didone\";i:54;s:10:\"Antic Slab\";i:55;s:5:\"Anton\";i:56;s:7:\"Antonio\";i:57;s:6:\"Arapey\";i:58;s:7:\"Arbutus\";i:59;s:12:\"Arbutus Slab\";i:60;s:19:\"Architects Daughter\";i:61;s:7:\"Archivo\";i:62;s:13:\"Archivo Black\";i:63;s:14:\"Archivo Narrow\";i:64;s:15:\"Are You Serious\";i:65;s:10:\"Aref Ruqaa\";i:66;s:13:\"Arima Madurai\";i:67;s:5:\"Arimo\";i:68;s:8:\"Arizonia\";i:69;s:6:\"Armata\";i:70;s:7:\"Arsenal\";i:71;s:8:\"Artifika\";i:72;s:4:\"Arvo\";i:73;s:4:\"Arya\";i:74;s:4:\"Asap\";i:75;s:14:\"Asap Condensed\";i:76;s:4:\"Asar\";i:77;s:5:\"Asset\";i:78;s:9:\"Assistant\";i:79;s:7:\"Astloch\";i:80;s:4:\"Asul\";i:81;s:6:\"Athiti\";i:82;s:21:\"Atkinson Hyperlegible\";i:83;s:4:\"Atma\";i:84;s:10:\"Atomic Age\";i:85;s:6:\"Aubrey\";i:86;s:9:\"Audiowide\";i:87;s:10:\"Autour One\";i:88;s:7:\"Average\";i:89;s:12:\"Average Sans\";i:90;s:19:\"Averia Gruesa Libre\";i:91;s:12:\"Averia Libre\";i:92;s:17:\"Averia Sans Libre\";i:93;s:18:\"Averia Serif Libre\";i:94;s:11:\"Azeret Mono\";i:95;s:4:\"B612\";i:96;s:9:\"B612 Mono\";i:97;s:10:\"Bad Script\";i:98;s:7:\"Bahiana\";i:99;s:9:\"Bahianita\";i:100;s:12:\"Bai Jamjuree\";i:101;s:10:\"Bakbak One\";i:102;s:6:\"Ballet\";i:103;s:7:\"Baloo 2\";i:104;s:12:\"Baloo Bhai 2\";i:105;s:16:\"Baloo Bhaijaan 2\";i:106;s:14:\"Baloo Bhaina 2\";i:107;s:15:\"Baloo Chettan 2\";i:108;s:10:\"Baloo Da 2\";i:109;s:13:\"Baloo Paaji 2\";i:110;s:13:\"Baloo Tamma 2\";i:111;s:15:\"Baloo Tammudu 2\";i:112;s:14:\"Baloo Thambi 2\";i:113;s:13:\"Balsamiq Sans\";i:114;s:9:\"Balthazar\";i:115;s:7:\"Bangers\";i:116;s:6:\"Barlow\";i:117;s:16:\"Barlow Condensed\";i:118;s:21:\"Barlow Semi Condensed\";i:119;s:10:\"Barriecito\";i:120;s:6:\"Barrio\";i:121;s:5:\"Basic\";i:122;s:12:\"Baskervville\";i:123;s:10:\"Battambang\";i:124;s:7:\"Baumans\";i:125;s:5:\"Bayon\";i:126;s:14:\"Be Vietnam Pro\";i:127;s:10:\"Bebas Neue\";i:128;s:8:\"Belgrano\";i:129;s:9:\"Bellefair\";i:130;s:7:\"Belleza\";i:131;s:7:\"Bellota\";i:132;s:12:\"Bellota Text\";i:133;s:9:\"BenchNine\";i:134;s:5:\"Benne\";i:135;s:7:\"Bentham\";i:136;s:15:\"Berkshire Swash\";i:137;s:6:\"Besley\";i:138;s:10:\"Beth Ellen\";i:139;s:5:\"Bevan\";i:140;s:21:\"Big Shoulders Display\";i:141;s:28:\"Big Shoulders Inline Display\";i:142;s:25:\"Big Shoulders Inline Text\";i:143;s:29:\"Big Shoulders Stencil Display\";i:144;s:26:\"Big Shoulders Stencil Text\";i:145;s:18:\"Big Shoulders Text\";i:146;s:13:\"Bigelow Rules\";i:147;s:11:\"Bigshot One\";i:148;s:5:\"Bilbo\";i:149;s:16:\"Bilbo Swash Caps\";i:150;s:8:\"BioRhyme\";i:151;s:17:\"BioRhyme Expanded\";i:152;s:10:\"Birthstone\";i:153;s:17:\"Birthstone Bounce\";i:154;s:7:\"Biryani\";i:155;s:6:\"Bitter\";i:156;s:23:\"Black And White Picture\";i:157;s:14:\"Black Han Sans\";i:158;s:13:\"Black Ops One\";i:159;s:7:\"Blinker\";i:160;s:11:\"Bodoni Moda\";i:161;s:5:\"Bokor\";i:162;s:9:\"Bona Nova\";i:163;s:6:\"Bonbon\";i:164;s:14:\"Bonheur Royale\";i:165;s:8:\"Boogaloo\";i:166;s:10:\"Bowlby One\";i:167;s:13:\"Bowlby One SC\";i:168;s:7:\"Brawler\";i:169;s:10:\"Bree Serif\";i:170;s:12:\"Brygada 1918\";i:171;s:14:\"Bubblegum Sans\";i:172;s:11:\"Bubbler One\";i:173;s:4:\"Buda\";i:174;s:7:\"Buenard\";i:175;s:6:\"Bungee\";i:176;s:15:\"Bungee Hairline\";i:177;s:13:\"Bungee Inline\";i:178;s:14:\"Bungee Outline\";i:179;s:12:\"Bungee Shade\";i:180;s:10:\"Butcherman\";i:181;s:14:\"Butterfly Kids\";i:182;s:5:\"Cabin\";i:183;s:15:\"Cabin Condensed\";i:184;s:12:\"Cabin Sketch\";i:185;s:15:\"Caesar Dressing\";i:186;s:10:\"Cagliostro\";i:187;s:5:\"Cairo\";i:188;s:7:\"Caladea\";i:189;s:9:\"Calistoga\";i:190;s:14:\"Calligraffitti\";i:191;s:6:\"Cambay\";i:192;s:5:\"Cambo\";i:193;s:6:\"Candal\";i:194;s:9:\"Cantarell\";i:195;s:11:\"Cantata One\";i:196;s:11:\"Cantora One\";i:197;s:8:\"Capriola\";i:198;s:7:\"Caramel\";i:199;s:9:\"Carattere\";i:200;s:5:\"Cardo\";i:201;s:5:\"Carme\";i:202;s:14:\"Carrois Gothic\";i:203;s:17:\"Carrois Gothic SC\";i:204;s:10:\"Carter One\";i:205;s:7:\"Castoro\";i:206;s:9:\"Catamaran\";i:207;s:6:\"Caudex\";i:208;s:6:\"Caveat\";i:209;s:12:\"Caveat Brush\";i:210;s:18:\"Cedarville Cursive\";i:211;s:11:\"Ceviche One\";i:212;s:12:\"Chakra Petch\";i:213;s:6:\"Changa\";i:214;s:10:\"Changa One\";i:215;s:6:\"Chango\";i:216;s:5:\"Charm\";i:217;s:10:\"Charmonman\";i:218;s:8:\"Chathura\";i:219;s:18:\"Chau Philomene One\";i:220;s:9:\"Chela One\";i:221;s:14:\"Chelsea Market\";i:222;s:6:\"Chenla\";i:223;s:7:\"Cherish\";i:224;s:17:\"Cherry Cream Soda\";i:225;s:12:\"Cherry Swash\";i:226;s:5:\"Chewy\";i:227;s:6:\"Chicle\";i:228;s:8:\"Chilanka\";i:229;s:5:\"Chivo\";i:230;s:8:\"Chonburi\";i:231;s:6:\"Cinzel\";i:232;s:17:\"Cinzel Decorative\";i:233;s:14:\"Clicker Script\";i:234;s:4:\"Coda\";i:235;s:12:\"Coda Caption\";i:236;s:8:\"Codystar\";i:237;s:5:\"Coiny\";i:238;s:5:\"Combo\";i:239;s:9:\"Comfortaa\";i:240;s:9:\"Comforter\";i:241;s:15:\"Comforter Brush\";i:242;s:10:\"Comic Neue\";i:243;s:11:\"Coming Soon\";i:244;s:12:\"Commissioner\";i:245;s:11:\"Concert One\";i:246;s:9:\"Condiment\";i:247;s:7:\"Content\";i:248;s:12:\"Contrail One\";i:249;s:11:\"Convergence\";i:250;s:6:\"Cookie\";i:251;s:5:\"Copse\";i:252;s:6:\"Corben\";i:253;s:9:\"Corinthia\";i:254;s:9:\"Cormorant\";i:255;s:18:\"Cormorant Garamond\";i:256;s:16:\"Cormorant Infant\";i:257;s:12:\"Cormorant SC\";i:258;s:17:\"Cormorant Unicase\";i:259;s:17:\"Cormorant Upright\";i:260;s:9:\"Courgette\";i:261;s:13:\"Courier Prime\";i:262;s:7:\"Cousine\";i:263;s:8:\"Coustard\";i:264;s:21:\"Covered By Your Grace\";i:265;s:12:\"Crafty Girls\";i:266;s:9:\"Creepster\";i:267;s:11:\"Crete Round\";i:268;s:11:\"Crimson Pro\";i:269;s:13:\"Croissant One\";i:270;s:7:\"Crushed\";i:271;s:6:\"Cuprum\";i:272;s:9:\"Cute Font\";i:273;s:6:\"Cutive\";i:274;s:11:\"Cutive Mono\";i:275;s:7:\"DM Mono\";i:276;s:7:\"DM Sans\";i:277;s:16:\"DM Serif Display\";i:278;s:13:\"DM Serif Text\";i:279;s:6:\"Damion\";i:280;s:14:\"Dancing Script\";i:281;s:7:\"Dangrek\";i:282;s:16:\"Darker Grotesque\";i:283;s:11:\"David Libre\";i:284;s:20:\"Dawning of a New Day\";i:285;s:8:\"Days One\";i:286;s:5:\"Dekko\";i:287;s:15:\"Dela Gothic One\";i:288;s:6:\"Delius\";i:289;s:17:\"Delius Swash Caps\";i:290;s:14:\"Delius Unicase\";i:291;s:13:\"Della Respira\";i:292;s:8:\"Denk One\";i:293;s:10:\"Devonshire\";i:294;s:8:\"Dhurjati\";i:295;s:13:\"Didact Gothic\";i:296;s:9:\"Diplomata\";i:297;s:12:\"Diplomata SC\";i:298;s:8:\"Do Hyeon\";i:299;s:5:\"Dokdo\";i:300;s:6:\"Domine\";i:301;s:11:\"Donegal One\";i:302;s:6:\"Dongle\";i:303;s:10:\"Doppio One\";i:304;s:5:\"Dorsa\";i:305;s:5:\"Dosis\";i:306;s:11:\"DotGothic16\";i:307;s:11:\"Dr Sugiyama\";i:308;s:9:\"Duru Sans\";i:309;s:9:\"Dynalight\";i:310;s:11:\"EB Garamond\";i:311;s:10:\"Eagle Lake\";i:312;s:14:\"East Sea Dokdo\";i:313;s:5:\"Eater\";i:314;s:9:\"Economica\";i:315;s:5:\"Eczar\";i:316;s:10:\"El Messiri\";i:317;s:11:\"Electrolize\";i:318;s:5:\"Elsie\";i:319;s:16:\"Elsie Swash Caps\";i:320;s:11:\"Emblema One\";i:321;s:12:\"Emilys Candy\";i:322;s:11:\"Encode Sans\";i:323;s:21:\"Encode Sans Condensed\";i:324;s:20:\"Encode Sans Expanded\";i:325;s:14:\"Encode Sans SC\";i:326;s:26:\"Encode Sans Semi Condensed\";i:327;s:25:\"Encode Sans Semi Expanded\";i:328;s:10:\"Engagement\";i:329;s:9:\"Englebert\";i:330;s:9:\"Enriqueta\";i:331;s:7:\"Ephesis\";i:332;s:8:\"Epilogue\";i:333;s:9:\"Erica One\";i:334;s:7:\"Esteban\";i:335;s:7:\"Estonia\";i:336;s:15:\"Euphoria Script\";i:337;s:5:\"Ewert\";i:338;s:3:\"Exo\";i:339;s:5:\"Exo 2\";i:340;s:13:\"Expletus Sans\";i:341;s:7:\"Explora\";i:342;s:8:\"Fahkwang\";i:343;s:12:\"Fanwood Text\";i:344;s:5:\"Farro\";i:345;s:6:\"Farsan\";i:346;s:9:\"Fascinate\";i:347;s:16:\"Fascinate Inline\";i:348;s:10:\"Faster One\";i:349;s:8:\"Fasthand\";i:350;s:9:\"Fauna One\";i:351;s:8:\"Faustina\";i:352;s:8:\"Federant\";i:353;s:6:\"Federo\";i:354;s:6:\"Felipa\";i:355;s:5:\"Fenix\";i:356;s:7:\"Festive\";i:357;s:12:\"Finger Paint\";i:358;s:9:\"Fira Code\";i:359;s:9:\"Fira Mono\";i:360;s:9:\"Fira Sans\";i:361;s:19:\"Fira Sans Condensed\";i:362;s:25:\"Fira Sans Extra Condensed\";i:363;s:10:\"Fjalla One\";i:364;s:9:\"Fjord One\";i:365;s:8:\"Flamenco\";i:366;s:7:\"Flavors\";i:367;s:13:\"Fleur De Leah\";i:368;s:10:\"Flow Block\";i:369;s:13:\"Flow Circular\";i:370;s:12:\"Flow Rounded\";i:371;s:10:\"Fondamento\";i:372;s:16:\"Fontdiner Swanky\";i:373;s:5:\"Forum\";i:374;s:12:\"Francois One\";i:375;s:16:\"Frank Ruhl Libre\";i:376;s:8:\"Fraunces\";i:377;s:12:\"Freckle Face\";i:378;s:20:\"Fredericka the Great\";i:379;s:11:\"Fredoka One\";i:380;s:8:\"Freehand\";i:381;s:6:\"Fresca\";i:382;s:7:\"Frijole\";i:383;s:7:\"Fruktur\";i:384;s:9:\"Fugaz One\";i:385;s:7:\"Fuggles\";i:386;s:13:\"Fuzzy Bubbles\";i:387;s:9:\"GFS Didot\";i:388;s:15:\"GFS Neohellenic\";i:389;s:8:\"Gabriela\";i:390;s:5:\"Gaegu\";i:391;s:6:\"Gafata\";i:392;s:6:\"Galada\";i:393;s:8:\"Galdeano\";i:394;s:7:\"Galindo\";i:395;s:12:\"Gamja Flower\";i:396;s:8:\"Gayathri\";i:397;s:7:\"Gelasio\";i:398;s:12:\"Gemunu Libre\";i:399;s:5:\"Genos\";i:400;s:13:\"Gentium Basic\";i:401;s:18:\"Gentium Book Basic\";i:402;s:3:\"Geo\";i:403;s:7:\"Georama\";i:404;s:7:\"Geostar\";i:405;s:12:\"Geostar Fill\";i:406;s:12:\"Germania One\";i:407;s:12:\"Gideon Roman\";i:408;s:6:\"Gidugu\";i:409;s:13:\"Gilda Display\";i:410;s:8:\"Girassol\";i:411;s:14:\"Give You Glory\";i:412;s:13:\"Glass Antiqua\";i:413;s:6:\"Glegoo\";i:414;s:17:\"Gloria Hallelujah\";i:415;s:5:\"Glory\";i:416;s:6:\"Gluten\";i:417;s:10:\"Goblin One\";i:418;s:10:\"Gochi Hand\";i:419;s:7:\"Goldman\";i:420;s:8:\"Gorditas\";i:421;s:9:\"Gothic A1\";i:422;s:4:\"Gotu\";i:423;s:21:\"Goudy Bookletter 1911\";i:424;s:12:\"Gowun Batang\";i:425;s:11:\"Gowun Dodum\";i:426;s:8:\"Graduate\";i:427;s:11:\"Grand Hotel\";i:428;s:12:\"Grandstander\";i:429;s:12:\"Gravitas One\";i:430;s:11:\"Great Vibes\";i:431;s:14:\"Grechen Fuemen\";i:432;s:6:\"Grenze\";i:433;s:14:\"Grenze Gotisch\";i:434;s:7:\"Grey Qo\";i:435;s:6:\"Griffy\";i:436;s:6:\"Gruppo\";i:437;s:5:\"Gudea\";i:438;s:4:\"Gugi\";i:439;s:6:\"Gupter\";i:440;s:8:\"Gurajada\";i:441;s:9:\"Gwendolyn\";i:442;s:6:\"Habibi\";i:443;s:14:\"Hachi Maru Pop\";i:444;s:7:\"Hahmlet\";i:445;s:6:\"Halant\";i:446;s:15:\"Hammersmith One\";i:447;s:7:\"Hanalei\";i:448;s:12:\"Hanalei Fill\";i:449;s:7:\"Handlee\";i:450;s:7:\"Hanuman\";i:451;s:12:\"Happy Monkey\";i:452;s:9:\"Harmattan\";i:453;s:12:\"Headland One\";i:454;s:5:\"Heebo\";i:455;s:11:\"Henny Penny\";i:456;s:10:\"Hepta Slab\";i:457;s:20:\"Herr Von Muellerhoff\";i:458;s:9:\"Hi Melody\";i:459;s:11:\"Hina Mincho\";i:460;s:4:\"Hind\";i:461;s:11:\"Hind Guntur\";i:462;s:12:\"Hind Madurai\";i:463;s:13:\"Hind Siliguri\";i:464;s:13:\"Hind Vadodara\";i:465;s:15:\"Holtwood One SC\";i:466;s:14:\"Homemade Apple\";i:467;s:8:\"Homenaje\";i:468;s:9:\"Hurricane\";i:469;s:13:\"IBM Plex Mono\";i:470;s:13:\"IBM Plex Sans\";i:471;s:20:\"IBM Plex Sans Arabic\";i:472;s:23:\"IBM Plex Sans Condensed\";i:473;s:24:\"IBM Plex Sans Devanagari\";i:474;s:20:\"IBM Plex Sans Hebrew\";i:475;s:16:\"IBM Plex Sans KR\";i:476;s:18:\"IBM Plex Sans Thai\";i:477;s:25:\"IBM Plex Sans Thai Looped\";i:478;s:14:\"IBM Plex Serif\";i:479;s:15:\"IM Fell DW Pica\";i:480;s:18:\"IM Fell DW Pica SC\";i:481;s:19:\"IM Fell Double Pica\";i:482;s:22:\"IM Fell Double Pica SC\";i:483;s:15:\"IM Fell English\";i:484;s:18:\"IM Fell English SC\";i:485;s:20:\"IM Fell French Canon\";i:486;s:23:\"IM Fell French Canon SC\";i:487;s:20:\"IM Fell Great Primer\";i:488;s:23:\"IM Fell Great Primer SC\";i:489;s:16:\"Ibarra Real Nova\";i:490;s:7:\"Iceberg\";i:491;s:7:\"Iceland\";i:492;s:5:\"Imbue\";i:493;s:15:\"Imperial Script\";i:494;s:7:\"Imprima\";i:495;s:11:\"Inconsolata\";i:496;s:5:\"Inder\";i:497;s:12:\"Indie Flower\";i:498;s:5:\"Inika\";i:499;s:14:\"Inknut Antiqua\";i:500;s:10:\"Inria Sans\";i:501;s:11:\"Inria Serif\";i:502;s:11:\"Inspiration\";i:503;s:5:\"Inter\";i:504;s:12:\"Irish Grover\";i:505;s:14:\"Island Moments\";i:506;s:9:\"Istok Web\";i:507;s:8:\"Italiana\";i:508;s:9:\"Italianno\";i:509;s:4:\"Itim\";i:510;s:16:\"Jacques Francois\";i:511;s:23:\"Jacques Francois Shadow\";i:512;s:5:\"Jaldi\";i:513;s:14:\"JetBrains Mono\";i:514;s:14:\"Jim Nightshade\";i:515;s:10:\"Jockey One\";i:516;s:12:\"Jolly Lodger\";i:517;s:8:\"Jomhuria\";i:518;s:9:\"Jomolhari\";i:519;s:12:\"Josefin Sans\";i:520;s:12:\"Josefin Slab\";i:521;s:4:\"Jost\";i:522;s:8:\"Joti One\";i:523;s:3:\"Jua\";i:524;s:6:\"Judson\";i:525;s:5:\"Julee\";i:526;s:15:\"Julius Sans One\";i:527;s:5:\"Junge\";i:528;s:4:\"Jura\";i:529;s:17:\"Just Another Hand\";i:530;s:23:\"Just Me Again Down Here\";i:531;s:3:\"K2D\";i:532;s:5:\"Kadwa\";i:533;s:12:\"Kaisei Decol\";i:534;s:16:\"Kaisei HarunoUmi\";i:535;s:11:\"Kaisei Opti\";i:536;s:14:\"Kaisei Tokumin\";i:537;s:5:\"Kalam\";i:538;s:7:\"Kameron\";i:539;s:5:\"Kanit\";i:540;s:9:\"Kantumruy\";i:541;s:9:\"Karantina\";i:542;s:5:\"Karla\";i:543;s:5:\"Karma\";i:544;s:7:\"Katibeh\";i:545;s:14:\"Kaushan Script\";i:546;s:9:\"Kavivanar\";i:547;s:6:\"Kavoon\";i:548;s:10:\"Kdam Thmor\";i:549;s:10:\"Keania One\";i:550;s:10:\"Kelly Slab\";i:551;s:5:\"Kenia\";i:552;s:5:\"Khand\";i:553;s:5:\"Khmer\";i:554;s:5:\"Khula\";i:555;s:5:\"Kings\";i:556;s:14:\"Kirang Haerang\";i:557;s:8:\"Kite One\";i:558;s:9:\"Kiwi Maru\";i:559;s:8:\"Klee One\";i:560;s:7:\"Knewave\";i:561;s:4:\"KoHo\";i:562;s:9:\"Kodchasan\";i:563;s:14:\"Koh Santepheap\";i:564;s:12:\"Kolker Brush\";i:565;s:6:\"Kosugi\";i:566;s:11:\"Kosugi Maru\";i:567;s:9:\"Kotta One\";i:568;s:6:\"Koulen\";i:569;s:6:\"Kranky\";i:570;s:5:\"Kreon\";i:571;s:6:\"Kristi\";i:572;s:9:\"Krona One\";i:573;s:4:\"Krub\";i:574;s:5:\"Kufam\";i:575;s:10:\"Kulim Park\";i:576;s:9:\"Kumar One\";i:577;s:17:\"Kumar One Outline\";i:578;s:10:\"Kumbh Sans\";i:579;s:6:\"Kurale\";i:580;s:15:\"La Belle Aurore\";i:581;s:7:\"Lacquer\";i:582;s:5:\"Laila\";i:583;s:11:\"Lakki Reddy\";i:584;s:7:\"Lalezar\";i:585;s:8:\"Lancelot\";i:586;s:6:\"Langar\";i:587;s:6:\"Lateef\";i:588;s:4:\"Lato\";i:589;s:13:\"League Script\";i:590;s:12:\"Leckerli One\";i:591;s:6:\"Ledger\";i:592;s:6:\"Lekton\";i:593;s:5:\"Lemon\";i:594;s:8:\"Lemonada\";i:595;s:6:\"Lexend\";i:596;s:11:\"Lexend Deca\";i:597;s:10:\"Lexend Exa\";i:598;s:11:\"Lexend Giga\";i:599;s:11:\"Lexend Mega\";i:600;s:11:\"Lexend Peta\";i:601;s:11:\"Lexend Tera\";i:602;s:12:\"Lexend Zetta\";i:603;s:17:\"Libre Barcode 128\";i:604;s:22:\"Libre Barcode 128 Text\";i:605;s:16:\"Libre Barcode 39\";i:606;s:25:\"Libre Barcode 39 Extended\";i:607;s:30:\"Libre Barcode 39 Extended Text\";i:608;s:21:\"Libre Barcode 39 Text\";i:609;s:24:\"Libre Barcode EAN13 Text\";i:610;s:17:\"Libre Baskerville\";i:611;s:20:\"Libre Caslon Display\";i:612;s:17:\"Libre Caslon Text\";i:613;s:14:\"Libre Franklin\";i:614;s:8:\"Licorice\";i:615;s:11:\"Life Savers\";i:616;s:10:\"Lilita One\";i:617;s:15:\"Lily Script One\";i:618;s:9:\"Limelight\";i:619;s:11:\"Linden Hill\";i:620;s:8:\"Literata\";i:621;s:16:\"Liu Jian Mao Cao\";i:622;s:6:\"Livvic\";i:623;s:7:\"Lobster\";i:624;s:11:\"Lobster Two\";i:625;s:16:\"Londrina Outline\";i:626;s:15:\"Londrina Shadow\";i:627;s:15:\"Londrina Sketch\";i:628;s:14:\"Londrina Solid\";i:629;s:9:\"Long Cang\";i:630;s:4:\"Lora\";i:631;s:10:\"Love Light\";i:632;s:21:\"Love Ya Like A Sister\";i:633;s:17:\"Loved by the King\";i:634;s:14:\"Lovers Quarrel\";i:635;s:12:\"Luckiest Guy\";i:636;s:8:\"Lusitana\";i:637;s:7:\"Lustria\";i:638;s:15:\"Luxurious Roman\";i:639;s:16:\"Luxurious Script\";i:640;s:8:\"M PLUS 1\";i:641;s:13:\"M PLUS 1 Code\";i:642;s:9:\"M PLUS 1p\";i:643;s:8:\"M PLUS 2\";i:644;s:17:\"M PLUS Code Latin\";i:645;s:17:\"M PLUS Rounded 1c\";i:646;s:13:\"Ma Shan Zheng\";i:647;s:7:\"Macondo\";i:648;s:18:\"Macondo Swash Caps\";i:649;s:4:\"Mada\";i:650;s:5:\"Magra\";i:651;s:13:\"Maiden Orange\";i:652;s:7:\"Maitree\";i:653;s:18:\"Major Mono Display\";i:654;s:4:\"Mako\";i:655;s:4:\"Mali\";i:656;s:8:\"Mallanna\";i:657;s:7:\"Mandali\";i:658;s:7:\"Manjari\";i:659;s:7:\"Manrope\";i:660;s:8:\"Mansalva\";i:661;s:7:\"Manuale\";i:662;s:9:\"Marcellus\";i:663;s:12:\"Marcellus SC\";i:664;s:12:\"Marck Script\";i:665;s:9:\"Margarine\";i:666;s:12:\"Markazi Text\";i:667;s:9:\"Marko One\";i:668;s:8:\"Marmelad\";i:669;s:6:\"Martel\";i:670;s:11:\"Martel Sans\";i:671;s:6:\"Marvel\";i:672;s:4:\"Mate\";i:673;s:7:\"Mate SC\";i:674;s:9:\"Maven Pro\";i:675;s:7:\"McLaren\";i:676;s:9:\"Mea Culpa\";i:677;s:6:\"Meddon\";i:678;s:13:\"MedievalSharp\";i:679;s:10:\"Medula One\";i:680;s:12:\"Meera Inimai\";i:681;s:6:\"Megrim\";i:682;s:11:\"Meie Script\";i:683;s:11:\"Meow Script\";i:684;s:8:\"Merienda\";i:685;s:12:\"Merienda One\";i:686;s:12:\"Merriweather\";i:687;s:17:\"Merriweather Sans\";i:688;s:5:\"Metal\";i:689;s:11:\"Metal Mania\";i:690;s:12:\"Metamorphous\";i:691;s:11:\"Metrophobic\";i:692;s:8:\"Michroma\";i:693;s:7:\"Milonga\";i:694;s:9:\"Miltonian\";i:695;s:16:\"Miltonian Tattoo\";i:696;s:4:\"Mina\";i:697;s:7:\"Miniver\";i:698;s:12:\"Miriam Libre\";i:699;s:5:\"Mirza\";i:700;s:14:\"Miss Fajardose\";i:701;s:4:\"Mitr\";i:702;s:14:\"Mochiy Pop One\";i:703;s:16:\"Mochiy Pop P One\";i:704;s:5:\"Modak\";i:705;s:14:\"Modern Antiqua\";i:706;s:5:\"Mogra\";i:707;s:6:\"Mohave\";i:708;s:7:\"Molengo\";i:709;s:5:\"Molle\";i:710;s:5:\"Monda\";i:711;s:8:\"Monofett\";i:712;s:7:\"Monoton\";i:713;s:20:\"Monsieur La Doulaise\";i:714;s:7:\"Montaga\";i:715;s:12:\"Montagu Slab\";i:716;s:10:\"MonteCarlo\";i:717;s:6:\"Montez\";i:718;s:10:\"Montserrat\";i:719;s:21:\"Montserrat Alternates\";i:720;s:20:\"Montserrat Subrayada\";i:721;s:11:\"Moo Lah Lah\";i:722;s:10:\"Moon Dance\";i:723;s:4:\"Moul\";i:724;s:8:\"Moulpali\";i:725;s:22:\"Mountains of Christmas\";i:726;s:13:\"Mouse Memoirs\";i:727;s:10:\"Mr Bedfort\";i:728;s:8:\"Mr Dafoe\";i:729;s:14:\"Mr De Haviland\";i:730;s:19:\"Mrs Saint Delafield\";i:731;s:13:\"Mrs Sheppards\";i:732;s:5:\"Mukta\";i:733;s:11:\"Mukta Mahee\";i:734;s:11:\"Mukta Malar\";i:735;s:11:\"Mukta Vaani\";i:736;s:6:\"Mulish\";i:737;s:7:\"Murecho\";i:738;s:12:\"MuseoModerno\";i:739;s:13:\"Mystery Quest\";i:740;s:3:\"NTR\";i:741;s:18:\"Nanum Brush Script\";i:742;s:12:\"Nanum Gothic\";i:743;s:19:\"Nanum Gothic Coding\";i:744;s:14:\"Nanum Myeongjo\";i:745;s:16:\"Nanum Pen Script\";i:746;s:9:\"Nerko One\";i:747;s:6:\"Neucha\";i:748;s:6:\"Neuton\";i:749;s:10:\"New Rocker\";i:750;s:11:\"New Tegomin\";i:751;s:10:\"News Cycle\";i:752;s:10:\"Newsreader\";i:753;s:7:\"Niconne\";i:754;s:7:\"Niramit\";i:755;s:9:\"Nixie One\";i:756;s:6:\"Nobile\";i:757;s:6:\"Nokora\";i:758;s:7:\"Norican\";i:759;s:7:\"Nosifer\";i:760;s:7:\"Notable\";i:761;s:20:\"Nothing You Could Do\";i:762;s:12:\"Noticia Text\";i:763;s:16:\"Noto Kufi Arabic\";i:764;s:10:\"Noto Music\";i:765;s:17:\"Noto Naskh Arabic\";i:766;s:18:\"Noto Nastaliq Urdu\";i:767;s:17:\"Noto Rashi Hebrew\";i:768;s:9:\"Noto Sans\";i:769;s:15:\"Noto Sans Adlam\";i:770;s:24:\"Noto Sans Adlam Unjoined\";i:771;s:31:\"Noto Sans Anatolian Hieroglyphs\";i:772;s:16:\"Noto Sans Arabic\";i:773;s:18:\"Noto Sans Armenian\";i:774;s:17:\"Noto Sans Avestan\";i:775;s:18:\"Noto Sans Balinese\";i:776;s:15:\"Noto Sans Bamum\";i:777;s:19:\"Noto Sans Bassa Vah\";i:778;s:15:\"Noto Sans Batak\";i:779;s:17:\"Noto Sans Bengali\";i:780;s:19:\"Noto Sans Bhaiksuki\";i:781;s:16:\"Noto Sans Brahmi\";i:782;s:18:\"Noto Sans Buginese\";i:783;s:15:\"Noto Sans Buhid\";i:784;s:29:\"Noto Sans Canadian Aboriginal\";i:785;s:16:\"Noto Sans Carian\";i:786;s:28:\"Noto Sans Caucasian Albanian\";i:787;s:16:\"Noto Sans Chakma\";i:788;s:14:\"Noto Sans Cham\";i:789;s:18:\"Noto Sans Cherokee\";i:790;s:16:\"Noto Sans Coptic\";i:791;s:19:\"Noto Sans Cuneiform\";i:792;s:17:\"Noto Sans Cypriot\";i:793;s:17:\"Noto Sans Deseret\";i:794;s:20:\"Noto Sans Devanagari\";i:795;s:17:\"Noto Sans Display\";i:796;s:18:\"Noto Sans Duployan\";i:797;s:30:\"Noto Sans Egyptian Hieroglyphs\";i:798;s:17:\"Noto Sans Elbasan\";i:799;s:17:\"Noto Sans Elymaic\";i:800;s:18:\"Noto Sans Georgian\";i:801;s:20:\"Noto Sans Glagolitic\";i:802;s:16:\"Noto Sans Gothic\";i:803;s:17:\"Noto Sans Grantha\";i:804;s:18:\"Noto Sans Gujarati\";i:805;s:23:\"Noto Sans Gunjala Gondi\";i:806;s:18:\"Noto Sans Gurmukhi\";i:807;s:12:\"Noto Sans HK\";i:808;s:25:\"Noto Sans Hanifi Rohingya\";i:809;s:17:\"Noto Sans Hanunoo\";i:810;s:16:\"Noto Sans Hatran\";i:811;s:16:\"Noto Sans Hebrew\";i:812;s:26:\"Noto Sans Imperial Aramaic\";i:813;s:29:\"Noto Sans Indic Siyaq Numbers\";i:814;s:31:\"Noto Sans Inscriptional Pahlavi\";i:815;s:32:\"Noto Sans Inscriptional Parthian\";i:816;s:12:\"Noto Sans JP\";i:817;s:18:\"Noto Sans Javanese\";i:818;s:12:\"Noto Sans KR\";i:819;s:16:\"Noto Sans Kaithi\";i:820;s:17:\"Noto Sans Kannada\";i:821;s:18:\"Noto Sans Kayah Li\";i:822;s:20:\"Noto Sans Kharoshthi\";i:823;s:15:\"Noto Sans Khmer\";i:824;s:16:\"Noto Sans Khojki\";i:825;s:19:\"Noto Sans Khudawadi\";i:826;s:13:\"Noto Sans Lao\";i:827;s:16:\"Noto Sans Lepcha\";i:828;s:15:\"Noto Sans Limbu\";i:829;s:18:\"Noto Sans Linear A\";i:830;s:18:\"Noto Sans Linear B\";i:831;s:14:\"Noto Sans Lisu\";i:832;s:16:\"Noto Sans Lycian\";i:833;s:16:\"Noto Sans Lydian\";i:834;s:18:\"Noto Sans Mahajani\";i:835;s:19:\"Noto Sans Malayalam\";i:836;s:17:\"Noto Sans Mandaic\";i:837;s:20:\"Noto Sans Manichaean\";i:838;s:17:\"Noto Sans Marchen\";i:839;s:23:\"Noto Sans Masaram Gondi\";i:840;s:14:\"Noto Sans Math\";i:841;s:24:\"Noto Sans Mayan Numerals\";i:842;s:21:\"Noto Sans Medefaidrin\";i:843;s:22:\"Noto Sans Meetei Mayek\";i:844;s:18:\"Noto Sans Meroitic\";i:845;s:14:\"Noto Sans Miao\";i:846;s:14:\"Noto Sans Modi\";i:847;s:19:\"Noto Sans Mongolian\";i:848;s:14:\"Noto Sans Mono\";i:849;s:13:\"Noto Sans Mro\";i:850;s:17:\"Noto Sans Multani\";i:851;s:17:\"Noto Sans Myanmar\";i:852;s:14:\"Noto Sans N Ko\";i:853;s:19:\"Noto Sans Nabataean\";i:854;s:21:\"Noto Sans New Tai Lue\";i:855;s:14:\"Noto Sans Newa\";i:856;s:15:\"Noto Sans Nushu\";i:857;s:15:\"Noto Sans Ogham\";i:858;s:18:\"Noto Sans Ol Chiki\";i:859;s:23:\"Noto Sans Old Hungarian\";i:860;s:20:\"Noto Sans Old Italic\";i:861;s:27:\"Noto Sans Old North Arabian\";i:862;s:20:\"Noto Sans Old Permic\";i:863;s:21:\"Noto Sans Old Persian\";i:864;s:21:\"Noto Sans Old Sogdian\";i:865;s:27:\"Noto Sans Old South Arabian\";i:866;s:20:\"Noto Sans Old Turkic\";i:867;s:15:\"Noto Sans Oriya\";i:868;s:15:\"Noto Sans Osage\";i:869;s:17:\"Noto Sans Osmanya\";i:870;s:22:\"Noto Sans Pahawh Hmong\";i:871;s:19:\"Noto Sans Palmyrene\";i:872;s:21:\"Noto Sans Pau Cin Hau\";i:873;s:18:\"Noto Sans Phags Pa\";i:874;s:20:\"Noto Sans Phoenician\";i:875;s:25:\"Noto Sans Psalter Pahlavi\";i:876;s:16:\"Noto Sans Rejang\";i:877;s:15:\"Noto Sans Runic\";i:878;s:12:\"Noto Sans SC\";i:879;s:19:\"Noto Sans Samaritan\";i:880;s:20:\"Noto Sans Saurashtra\";i:881;s:17:\"Noto Sans Sharada\";i:882;s:17:\"Noto Sans Shavian\";i:883;s:17:\"Noto Sans Siddham\";i:884;s:17:\"Noto Sans Sinhala\";i:885;s:17:\"Noto Sans Sogdian\";i:886;s:22:\"Noto Sans Sora Sompeng\";i:887;s:17:\"Noto Sans Soyombo\";i:888;s:19:\"Noto Sans Sundanese\";i:889;s:22:\"Noto Sans Syloti Nagri\";i:890;s:17:\"Noto Sans Symbols\";i:891;s:19:\"Noto Sans Symbols 2\";i:892;s:16:\"Noto Sans Syriac\";i:893;s:12:\"Noto Sans TC\";i:894;s:17:\"Noto Sans Tagalog\";i:895;s:18:\"Noto Sans Tagbanwa\";i:896;s:16:\"Noto Sans Tai Le\";i:897;s:18:\"Noto Sans Tai Tham\";i:898;s:18:\"Noto Sans Tai Viet\";i:899;s:15:\"Noto Sans Takri\";i:900;s:15:\"Noto Sans Tamil\";i:901;s:26:\"Noto Sans Tamil Supplement\";i:902;s:16:\"Noto Sans Telugu\";i:903;s:16:\"Noto Sans Thaana\";i:904;s:14:\"Noto Sans Thai\";i:905;s:21:\"Noto Sans Thai Looped\";i:906;s:18:\"Noto Sans Tifinagh\";i:907;s:17:\"Noto Sans Tirhuta\";i:908;s:18:\"Noto Sans Ugaritic\";i:909;s:13:\"Noto Sans Vai\";i:910;s:16:\"Noto Sans Wancho\";i:911;s:21:\"Noto Sans Warang Citi\";i:912;s:12:\"Noto Sans Yi\";i:913;s:26:\"Noto Sans Zanabazar Square\";i:914;s:10:\"Noto Serif\";i:915;s:15:\"Noto Serif Ahom\";i:916;s:19:\"Noto Serif Armenian\";i:917;s:19:\"Noto Serif Balinese\";i:918;s:18:\"Noto Serif Bengali\";i:919;s:21:\"Noto Serif Devanagari\";i:920;s:18:\"Noto Serif Display\";i:921;s:16:\"Noto Serif Dogra\";i:922;s:19:\"Noto Serif Ethiopic\";i:923;s:19:\"Noto Serif Georgian\";i:924;s:18:\"Noto Serif Grantha\";i:925;s:19:\"Noto Serif Gujarati\";i:926;s:19:\"Noto Serif Gurmukhi\";i:927;s:17:\"Noto Serif Hebrew\";i:928;s:13:\"Noto Serif JP\";i:929;s:13:\"Noto Serif KR\";i:930;s:18:\"Noto Serif Kannada\";i:931;s:16:\"Noto Serif Khmer\";i:932;s:14:\"Noto Serif Lao\";i:933;s:20:\"Noto Serif Malayalam\";i:934;s:18:\"Noto Serif Myanmar\";i:935;s:33:\"Noto Serif Nyiakeng Puachue Hmong\";i:936;s:13:\"Noto Serif SC\";i:937;s:18:\"Noto Serif Sinhala\";i:938;s:13:\"Noto Serif TC\";i:939;s:16:\"Noto Serif Tamil\";i:940;s:17:\"Noto Serif Tangut\";i:941;s:17:\"Noto Serif Telugu\";i:942;s:15:\"Noto Serif Thai\";i:943;s:18:\"Noto Serif Tibetan\";i:944;s:17:\"Noto Serif Yezidi\";i:945;s:22:\"Noto Traditional Nushu\";i:946;s:8:\"Nova Cut\";i:947;s:9:\"Nova Flat\";i:948;s:9:\"Nova Mono\";i:949;s:9:\"Nova Oval\";i:950;s:10:\"Nova Round\";i:951;s:11:\"Nova Script\";i:952;s:9:\"Nova Slim\";i:953;s:11:\"Nova Square\";i:954;s:6:\"Numans\";i:955;s:6:\"Nunito\";i:956;s:11:\"Nunito Sans\";i:957;s:11:\"Odibee Sans\";i:958;s:14:\"Odor Mean Chey\";i:959;s:7:\"Offside\";i:960;s:2:\"Oi\";i:961;s:15:\"Old Standard TT\";i:962;s:9:\"Oldenburg\";i:963;s:3:\"Ole\";i:964;s:11:\"Oleo Script\";i:965;s:22:\"Oleo Script Swash Caps\";i:966;s:9:\"Oooh Baby\";i:967;s:9:\"Open Sans\";i:968;s:19:\"Open Sans Condensed\";i:969;s:11:\"Oranienbaum\";i:970;s:8:\"Orbitron\";i:971;s:7:\"Oregano\";i:972;s:11:\"Orelega One\";i:973;s:7:\"Orienta\";i:974;s:15:\"Original Surfer\";i:975;s:6:\"Oswald\";i:976;s:14:\"Otomanopee One\";i:977;s:6:\"Outfit\";i:978;s:16:\"Over the Rainbow\";i:979;s:8:\"Overlock\";i:980;s:11:\"Overlock SC\";i:981;s:8:\"Overpass\";i:982;s:13:\"Overpass Mono\";i:983;s:3:\"Ovo\";i:984;s:7:\"Oxanium\";i:985;s:6:\"Oxygen\";i:986;s:11:\"Oxygen Mono\";i:987;s:7:\"PT Mono\";i:988;s:7:\"PT Sans\";i:989;s:15:\"PT Sans Caption\";i:990;s:14:\"PT Sans Narrow\";i:991;s:8:\"PT Serif\";i:992;s:16:\"PT Serif Caption\";i:993;s:8:\"Pacifico\";i:994;s:6:\"Padauk\";i:995;s:9:\"Palanquin\";i:996;s:14:\"Palanquin Dark\";i:997;s:14:\"Palette Mosaic\";i:998;s:8:\"Pangolin\";i:999;s:7:\"Paprika\";i:1000;s:10:\"Parisienne\";i:1001;s:11:\"Passero One\";i:1002;s:11:\"Passion One\";i:1003;s:17:\"Passions Conflict\";i:1004;s:18:\"Pathway Gothic One\";i:1005;s:12:\"Patrick Hand\";i:1006;s:15:\"Patrick Hand SC\";i:1007;s:7:\"Pattaya\";i:1008;s:9:\"Patua One\";i:1009;s:7:\"Pavanam\";i:1010;s:11:\"Paytone One\";i:1011;s:7:\"Peddana\";i:1012;s:7:\"Peralta\";i:1013;s:16:\"Permanent Marker\";i:1014;s:8:\"Petemoss\";i:1015;s:19:\"Petit Formal Script\";i:1016;s:7:\"Petrona\";i:1017;s:11:\"Philosopher\";i:1018;s:9:\"Piazzolla\";i:1019;s:6:\"Piedra\";i:1020;s:13:\"Pinyon Script\";i:1021;s:10:\"Pirata One\";i:1022;s:7:\"Plaster\";i:1023;s:4:\"Play\";i:1024;s:8:\"Playball\";i:1025;s:16:\"Playfair Display\";i:1026;s:19:\"Playfair Display SC\";i:1027;s:7:\"Podkova\";i:1028;s:10:\"Poiret One\";i:1029;s:10:\"Poller One\";i:1030;s:4:\"Poly\";i:1031;s:8:\"Pompiere\";i:1032;s:12:\"Pontano Sans\";i:1033;s:10:\"Poor Story\";i:1034;s:7:\"Poppins\";i:1035;s:16:\"Port Lligat Sans\";i:1036;s:16:\"Port Lligat Slab\";i:1037;s:9:\"Potta One\";i:1038;s:14:\"Pragati Narrow\";i:1039;s:6:\"Praise\";i:1040;s:5:\"Prata\";i:1041;s:11:\"Preahvihear\";i:1042;s:14:\"Press Start 2P\";i:1043;s:5:\"Pridi\";i:1044;s:14:\"Princess Sofia\";i:1045;s:8:\"Prociono\";i:1046;s:6:\"Prompt\";i:1047;s:10:\"Prosto One\";i:1048;s:11:\"Proza Libre\";i:1049;s:11:\"Public Sans\";i:1050;s:12:\"Puppies Play\";i:1051;s:7:\"Puritan\";i:1052;s:12:\"Purple Purse\";i:1053;s:8:\"Pushster\";i:1054;s:6:\"Qahiri\";i:1055;s:6:\"Quando\";i:1056;s:8:\"Quantico\";i:1057;s:12:\"Quattrocento\";i:1058;s:17:\"Quattrocento Sans\";i:1059;s:9:\"Questrial\";i:1060;s:9:\"Quicksand\";i:1061;s:14:\"Quintessential\";i:1062;s:7:\"Qwigley\";i:1063;s:15:\"Qwitcher Grypen\";i:1064;s:15:\"Racing Sans One\";i:1065;s:6:\"Radley\";i:1066;s:8:\"Rajdhani\";i:1067;s:6:\"Rakkas\";i:1068;s:7:\"Raleway\";i:1069;s:12:\"Raleway Dots\";i:1070;s:10:\"Ramabhadra\";i:1071;s:8:\"Ramaraja\";i:1072;s:6:\"Rambla\";i:1073;s:12:\"Rammetto One\";i:1074;s:11:\"Rampart One\";i:1075;s:8:\"Ranchers\";i:1076;s:6:\"Rancho\";i:1077;s:5:\"Ranga\";i:1078;s:4:\"Rasa\";i:1079;s:9:\"Rationale\";i:1080;s:12:\"Ravi Prakash\";i:1081;s:10:\"Readex Pro\";i:1082;s:9:\"Recursive\";i:1083;s:15:\"Red Hat Display\";i:1084;s:12:\"Red Hat Mono\";i:1085;s:12:\"Red Hat Text\";i:1086;s:8:\"Red Rose\";i:1087;s:8:\"Redacted\";i:1088;s:15:\"Redacted Script\";i:1089;s:9:\"Redressed\";i:1090;s:9:\"Reem Kufi\";i:1091;s:13:\"Reenie Beanie\";i:1092;s:10:\"Reggae One\";i:1093;s:7:\"Revalia\";i:1094;s:13:\"Rhodium Libre\";i:1095;s:6:\"Ribeye\";i:1096;s:13:\"Ribeye Marrow\";i:1097;s:9:\"Righteous\";i:1098;s:6:\"Risque\";i:1099;s:9:\"Road Rage\";i:1100;s:6:\"Roboto\";i:1101;s:16:\"Roboto Condensed\";i:1102;s:11:\"Roboto Mono\";i:1103;s:11:\"Roboto Slab\";i:1104;s:9:\"Rochester\";i:1105;s:7:\"Rock 3D\";i:1106;s:9:\"Rock Salt\";i:1107;s:13:\"RocknRoll One\";i:1108;s:7:\"Rokkitt\";i:1109;s:9:\"Romanesco\";i:1110;s:9:\"Ropa Sans\";i:1111;s:7:\"Rosario\";i:1112;s:8:\"Rosarivo\";i:1113;s:12:\"Rouge Script\";i:1114;s:7:\"Rowdies\";i:1115;s:9:\"Rozha One\";i:1116;s:5:\"Rubik\";i:1117;s:13:\"Rubik Beastly\";i:1118;s:14:\"Rubik Mono One\";i:1119;s:4:\"Ruda\";i:1120;s:6:\"Rufina\";i:1121;s:11:\"Ruge Boogie\";i:1122;s:6:\"Ruluko\";i:1123;s:10:\"Rum Raisin\";i:1124;s:14:\"Ruslan Display\";i:1125;s:9:\"Russo One\";i:1126;s:6:\"Ruthie\";i:1127;s:3:\"Rye\";i:1128;s:13:\"STIX Two Text\";i:1129;s:10:\"Sacramento\";i:1130;s:7:\"Sahitya\";i:1131;s:4:\"Sail\";i:1132;s:5:\"Saira\";i:1133;s:15:\"Saira Condensed\";i:1134;s:21:\"Saira Extra Condensed\";i:1135;s:20:\"Saira Semi Condensed\";i:1136;s:17:\"Saira Stencil One\";i:1137;s:5:\"Salsa\";i:1138;s:7:\"Sanchez\";i:1139;s:8:\"Sancreek\";i:1140;s:7:\"Sansita\";i:1141;s:15:\"Sansita Swashed\";i:1142;s:7:\"Sarabun\";i:1143;s:6:\"Sarala\";i:1144;s:6:\"Sarina\";i:1145;s:8:\"Sarpanch\";i:1146;s:11:\"Sassy Frass\";i:1147;s:7:\"Satisfy\";i:1148;s:15:\"Sawarabi Gothic\";i:1149;s:15:\"Sawarabi Mincho\";i:1150;s:5:\"Scada\";i:1151;s:16:\"Scheherazade New\";i:1152;s:10:\"Schoolbell\";i:1153;s:9:\"Scope One\";i:1154;s:14:\"Seaweed Script\";i:1155;s:11:\"Secular One\";i:1156;s:12:\"Sedgwick Ave\";i:1157;s:20:\"Sedgwick Ave Display\";i:1158;s:3:\"Sen\";i:1159;s:9:\"Sevillana\";i:1160;s:11:\"Seymour One\";i:1161;s:18:\"Shadows Into Light\";i:1162;s:22:\"Shadows Into Light Two\";i:1163;s:8:\"Shalimar\";i:1164;s:6:\"Shanti\";i:1165;s:5:\"Share\";i:1166;s:10:\"Share Tech\";i:1167;s:15:\"Share Tech Mono\";i:1168;s:16:\"Shippori Antique\";i:1169;s:19:\"Shippori Antique B1\";i:1170;s:15:\"Shippori Mincho\";i:1171;s:18:\"Shippori Mincho B1\";i:1172;s:7:\"Shizuru\";i:1173;s:9:\"Shojumaru\";i:1174;s:11:\"Short Stack\";i:1175;s:9:\"Shrikhand\";i:1176;s:8:\"Siemreap\";i:1177;s:10:\"Sigmar One\";i:1178;s:7:\"Signika\";i:1179;s:16:\"Signika Negative\";i:1180;s:9:\"Simonetta\";i:1181;s:10:\"Single Day\";i:1182;s:7:\"Sintony\";i:1183;s:13:\"Sirin Stencil\";i:1184;s:8:\"Six Caps\";i:1185;s:7:\"Skranji\";i:1186;s:10:\"Slabo 13px\";i:1187;s:10:\"Slabo 27px\";i:1188;s:7:\"Slackey\";i:1189;s:6:\"Smokum\";i:1190;s:6:\"Smooch\";i:1191;s:6:\"Smythe\";i:1192;s:7:\"Sniglet\";i:1193;s:7:\"Snippet\";i:1194;s:13:\"Snowburst One\";i:1195;s:10:\"Sofadi One\";i:1196;s:5:\"Sofia\";i:1197;s:6:\"Solway\";i:1198;s:10:\"Song Myung\";i:1199;s:10:\"Sonsie One\";i:1200;s:4:\"Sora\";i:1201;s:16:\"Sorts Mill Goudy\";i:1202;s:15:\"Source Code Pro\";i:1203;s:13:\"Source Sans 3\";i:1204;s:15:\"Source Sans Pro\";i:1205;s:14:\"Source Serif 4\";i:1206;s:16:\"Source Serif Pro\";i:1207;s:13:\"Space Grotesk\";i:1208;s:10:\"Space Mono\";i:1209;s:7:\"Spartan\";i:1210;s:13:\"Special Elite\";i:1211;s:8:\"Spectral\";i:1212;s:11:\"Spectral SC\";i:1213;s:10:\"Spicy Rice\";i:1214;s:9:\"Spinnaker\";i:1215;s:6:\"Spirax\";i:1216;s:11:\"Spline Sans\";i:1217;s:10:\"Squada One\";i:1218;s:20:\"Sree Krushnadevaraya\";i:1219;s:8:\"Sriracha\";i:1220;s:8:\"Srisakdi\";i:1221;s:11:\"Staatliches\";i:1222;s:9:\"Stalemate\";i:1223;s:13:\"Stalinist One\";i:1224;s:15:\"Stardos Stencil\";i:1225;s:5:\"Stick\";i:1226;s:14:\"Stick No Bills\";i:1227;s:21:\"Stint Ultra Condensed\";i:1228;s:20:\"Stint Ultra Expanded\";i:1229;s:5:\"Stoke\";i:1230;s:6:\"Strait\";i:1231;s:12:\"Style Script\";i:1232;s:7:\"Stylish\";i:1233;s:19:\"Sue Ellen Francisco\";i:1234;s:8:\"Suez One\";i:1235;s:13:\"Sulphur Point\";i:1236;s:6:\"Sumana\";i:1237;s:9:\"Sunflower\";i:1238;s:9:\"Sunshiney\";i:1239;s:16:\"Supermercado One\";i:1240;s:4:\"Sura\";i:1241;s:7:\"Suranna\";i:1242;s:9:\"Suravaram\";i:1243;s:11:\"Suwannaphum\";i:1244;s:18:\"Swanky and Moo Moo\";i:1245;s:9:\"Syncopate\";i:1246;s:4:\"Syne\";i:1247;s:9:\"Syne Mono\";i:1248;s:12:\"Syne Tactile\";i:1249;s:7:\"Tajawal\";i:1250;s:9:\"Tangerine\";i:1251;s:6:\"Taprom\";i:1252;s:5:\"Tauri\";i:1253;s:7:\"Taviraj\";i:1254;s:4:\"Teko\";i:1255;s:5:\"Telex\";i:1256;s:18:\"Tenali Ramakrishna\";i:1257;s:10:\"Tenor Sans\";i:1258;s:11:\"Text Me One\";i:1259;s:9:\"Texturina\";i:1260;s:9:\"Thasadith\";i:1261;s:18:\"The Girl Next Door\";i:1262;s:12:\"The Nautigal\";i:1263;s:6:\"Tienne\";i:1264;s:7:\"Tillana\";i:1265;s:7:\"Timmana\";i:1266;s:5:\"Tinos\";i:1267;s:9:\"Titan One\";i:1268;s:13:\"Titillium Web\";i:1269;s:8:\"Tomorrow\";i:1270;s:7:\"Tourney\";i:1271;s:11:\"Trade Winds\";i:1272;s:9:\"Train One\";i:1273;s:7:\"Trirong\";i:1274;s:8:\"Trispace\";i:1275;s:7:\"Trocchi\";i:1276;s:7:\"Trochut\";i:1277;s:10:\"Truculenta\";i:1278;s:7:\"Trykker\";i:1279;s:10:\"Tulpen One\";i:1280;s:11:\"Turret Road\";i:1281;s:12:\"Twinkle Star\";i:1282;s:6:\"Ubuntu\";i:1283;s:16:\"Ubuntu Condensed\";i:1284;s:11:\"Ubuntu Mono\";i:1285;s:5:\"Uchen\";i:1286;s:5:\"Ultra\";i:1287;s:14:\"Uncial Antiqua\";i:1288;s:8:\"Underdog\";i:1289;s:9:\"Unica One\";i:1290;s:14:\"UnifrakturCook\";i:1291;s:18:\"UnifrakturMaguntia\";i:1292;s:7:\"Unkempt\";i:1293;s:6:\"Unlock\";i:1294;s:4:\"Unna\";i:1295;s:8:\"Urbanist\";i:1296;s:5:\"VT323\";i:1297;s:11:\"Vampiro One\";i:1298;s:6:\"Varela\";i:1299;s:12:\"Varela Round\";i:1300;s:5:\"Varta\";i:1301;s:11:\"Vast Shadow\";i:1302;s:12:\"Vesper Libre\";i:1303;s:12:\"Viaoda Libre\";i:1304;s:5:\"Vibes\";i:1305;s:5:\"Vibur\";i:1306;s:8:\"Vidaloka\";i:1307;s:4:\"Viga\";i:1308;s:5:\"Voces\";i:1309;s:7:\"Volkhov\";i:1310;s:8:\"Vollkorn\";i:1311;s:11:\"Vollkorn SC\";i:1312;s:8:\"Voltaire\";i:1313;s:15:\"Vujahday Script\";i:1314;s:23:\"Waiting for the Sunrise\";i:1315;s:8:\"Wallpoet\";i:1316;s:15:\"Walter Turncoat\";i:1317;s:6:\"Warnes\";i:1318;s:9:\"Waterfall\";i:1319;s:9:\"Wellfleet\";i:1320;s:9:\"Wendy One\";i:1321;s:8:\"WindSong\";i:1322;s:8:\"Wire One\";i:1323;s:9:\"Work Sans\";i:1324;s:9:\"Xanh Mono\";i:1325;s:7:\"Yaldevi\";i:1326;s:17:\"Yanone Kaffeesatz\";i:1327;s:11:\"Yantramanav\";i:1328;s:9:\"Yatra One\";i:1329;s:10:\"Yellowtail\";i:1330;s:9:\"Yeon Sung\";i:1331;s:10:\"Yeseva One\";i:1332;s:10:\"Yesteryear\";i:1333;s:6:\"Yomogi\";i:1334;s:4:\"Yrsa\";i:1335;s:9:\"Yuji Boku\";i:1336;s:21:\"Yuji Hentaigana Akari\";i:1337;s:23:\"Yuji Hentaigana Akebono\";i:1338;s:8:\"Yuji Mai\";i:1339;s:10:\"Yuji Syuku\";i:1340;s:11:\"Yusei Magic\";i:1341;s:12:\"ZCOOL KuaiLe\";i:1342;s:21:\"ZCOOL QingKe HuangYou\";i:1343;s:13:\"ZCOOL XiaoWei\";i:1344;s:11:\"Zen Antique\";i:1345;s:16:\"Zen Antique Soft\";i:1346;s:8:\"Zen Dots\";i:1347;s:23:\"Zen Kaku Gothic Antique\";i:1348;s:19:\"Zen Kaku Gothic New\";i:1349;s:13:\"Zen Kurenaido\";i:1350;s:8:\"Zen Loop\";i:1351;s:15:\"Zen Maru Gothic\";i:1352;s:14:\"Zen Old Mincho\";i:1353;s:13:\"Zen Tokyo Zoo\";i:1354;s:6:\"Zeyada\";i:1355;s:13:\"Zhi Mang Xing\";i:1356;s:10:\"Zilla Slab\";i:1357;s:20:\"Zilla Slab Highlight\";}','off'),
(129,'recovery_keys','a:0:{}','off'),
(171,'pp_verified_envato_hoteller','1','auto'),
(172,'pp_envato_personal_token','activated','auto'),
(173,'envato_purchase_code_22316029','activated','auto'),
(174,'elementor_disable_color_schemes','yes','auto'),
(175,'elementor_disable_typography_schemes','yes','auto'),
(176,'elementor_page_title_selector','#page_caption','auto'),
(177,'elementor_space_between_widgets','0','auto'),
(178,'elementor_container_width','1170','auto'),
(179,'elementor_cpt_support','a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"footer\";i:3;s:6:\"header\";i:4;s:8:\"megamenu\";i:5;s:8:\"fullmenu\";i:6;s:14:\"mphb_room_type\";}','auto'),
(180,'booked_light_color','#222222','auto'),
(181,'booked_dark_color','#000000','auto'),
(182,'booked_button_color','#1c58f6','auto'),
(183,'mphb_datepicker_theme','minimal','auto'),
(184,'zm_alr','a:1:{s:24:\"zm_alr_misc_login_handle\";s:18:\".client_login_link\";}','auto'),
(367,'mphb_notifier_db_version','1.3.3','auto'),
(621,'_site_transient_timeout_kirki_googlefonts_cache','1746063747','off'),
(622,'_site_transient_kirki_googlefonts_cache','a:1361:{s:6:\"Renner\";a:2:{s:5:\"label\";s:6:\"Renner\";s:8:\"category\";s:10:\"sans-serif\";}s:16:\"hk_groteskmedium\";a:2:{s:5:\"label\";s:16:\"hk_groteskmedium\";s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Reforma1969\";a:2:{s:5:\"label\";s:11:\"Reforma1969\";s:8:\"category\";s:10:\"sans-serif\";}s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";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:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";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:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";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:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni 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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";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:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";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: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:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";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: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:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin 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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";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: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:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";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: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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";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:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";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:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";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: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:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";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: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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";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: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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";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: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:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public 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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";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:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto 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: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:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";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: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:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";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:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";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:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";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: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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";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: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:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";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:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";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:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";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: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:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";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:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work 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: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:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";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:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','off'),
(619,'_site_transient_timeout_theme_roots','1746061942','off'),
(620,'_site_transient_theme_roots','a:4:{s:8:\"hoteller\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),
(368,'mphb_request_payment_db_version','2.0.0','auto'),
(369,'mphb_invoice_db_version','1.4.2','auto'),
(370,'wc_blocks_version','11.8.0-dev','auto'),
(371,'loftloader_main_switch','on','auto'),
(372,'loftloader_show_range','sitewide','auto'),
(373,'loftloader_bg_color','#000000','auto'),
(374,'loftloader_bg_opacity','95','auto'),
(375,'loftloader_bg_animation','fade','auto'),
(376,'loftloader_loader_type','sun','auto'),
(377,'loftloader_loader_color','#248acc','auto'),
(378,'loftloader_custom_img','https://okullar.com/hoteller/wp-content/plugins/loftloader/assets/img/loftloader-logo.png','auto'),
(379,'loftloader_img_width','76','auto'),
(135,'WPLANG','tr_TR','auto'),
(137,'_site_transient_timeout_browser_33d0f257a817d1ca4c4381b87f8ad83f','1745698601','off'),
(138,'_site_transient_browser_33d0f257a817d1ca4c4381b87f8ad83f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"135.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(139,'_site_transient_timeout_php_check_f4e425cdc65ba7660354eb213c40a6b6','1745698602','off'),
(140,'_site_transient_php_check_f4e425cdc65ba7660354eb213c40a6b6','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(157,'finished_updating_comment_type','1','auto'),
(142,'_transient_timeout_feed_868981a74fb045e2d866f14ee0dbf978','1745137004','off'),
(143,'_transient_feed_868981a74fb045e2d866f14ee0dbf978','a:6:{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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress  Türkiye\";s:7:\"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:21:\"https://www.wp-tr.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress Türkiye Resmi sitesi\";s: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:\"Mon, 01 Jul 2024 22:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"tr\";s: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:30:\"https://wordpress.org/?v=6.7.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordCamp Avrupa 2024’ün Kısa Özeti\";s:7:\"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://www.wp-tr.org/wordcamp-avrupa-2024un-kisa-ozeti/\";s: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, 01 Jul 2024 08:40: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:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20531\";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:498:\"Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, Lingotto Konferans ve Sergi Salonu&#8216;nda, Torino, İtalya&#8217;da gerçekleşti. Etkinliği sizlere aktarabilmek için Güzel Hosting sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino&#8217;ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden [&#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:\"Emre Erkan\";s: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:13750:\"\n<p>Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, <a href=\"https://europe.wordcamp.org/2024/venue/\" target=\"_blank\" rel=\"noreferrer noopener\">Lingotto Konferans ve Sergi Salonu</a>&#8216;nda, Torino, İtalya&#8217;da gerçekleşti.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-1024x683.webp\" alt=\"WordCamp Avrupa 2024\'ü kutlamak için aydınlatılan Torino\'daki Mole Antonelliana.\" class=\"wp-image-20532\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night.webp 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WordCamp Avrupa 2024&#8217;ü kutlamak için aydınlatılan Torino&#8217;daki Mole Antonelliana.</figcaption></figure></div>\n\n\n<p>Etkinliği sizlere aktarabilmek için <a href=\"https://www.guzel.net.tr\" data-type=\"link\" data-id=\"https://www.guzel.net.tr\" target=\"_blank\" rel=\"noreferrer noopener\">Güzel Hosting</a> sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino&#8217;ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden oluşan 250 kişilik bir ekip, kıdemli WordCamp organizatörleri Wendie Huis in ‘t Veld, Juan Hernando ve Takis Bouyouris yönetiminde etkinliği düzenlediler.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcı Günü&#8217;nün Büyük Etkisi</h2>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">Katılımcı Günü</a>, WordPress&#8217;i geliştirmek ve desteklemek için 25 ekipte toplam 726 katılımcıyı bir araya getirdi. Katılımcılar 29 dilde 79.059 metnin çevrilmesi, yaklaşan 6.6 sürümü için belgelerin güncellenmesi, destek forumlarında etkinlik, test ekipleri için yeni katılımcıların ekibe katılması ve eklenti güvenliğini artırma yollarının belirlenmesi gibi çok çeşitli alanlarda çalışmalar sağladı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1024x683.webp\" alt=\"WCEU 2024 Katkı Günü\'nde toplanan katılımcılar.\" class=\"wp-image-20533\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-2048x1366.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WCEU 2024 Katkı Günü&#8217;nde toplanan katılımcılar.</figcaption></figure></div>\n\n\n<h2 class=\"wp-block-heading\">Sürdürülebilir Açık Kaynak Gelecektir</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1024x576.webp\" alt=\"Açılış konuşması sunucuları, Joost de Valk and Juliette Reinders Folmer\" class=\"wp-image-20534\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1024x576.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-200x113.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-768x432.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1536x864.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Açılış konuşması sunucuları, Joost de Valk and Juliette Reinders Folmer</figcaption></figure></div>\n\n\n<p>Joost de Valk ve Juliette Reinders Folmer, açık kaynak yazılım projelerinin sürdürülebilirliğini konu alan açılış konuşmasını yaptılar. Konuşmalarında açık kaynak projelerinin finansmanı, kod dışındaki katkılar ve ticari işletmelerde, müşterileri açık kaynağın tescilli platformlara uygun bir alternatif olduğuna ikna etme konularını ele aldılar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">İki Gün Süren İlgi Çekici Oturumlar</h2>\n\n\n\n<p>Cuma ve Cumartesi günlerinde, üç ayrı kolda toplam 60 sunum ve atölye çalışması gerçekleştirildi. Konular arasında WordPress geliştirme, erişilebilirlik, tasarım, iş dünyası, topluluk, yapay zeka ve siber güvenlik yer aldı.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1024x683.webp\" alt=\"\" class=\"wp-image-20536\" style=\"width:auto;height:250px\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Hızlı Oluşturma Oturumu</figcaption></figure></div></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"783\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-1024x783.webp\" alt=\"Bağlantı Serisi\" class=\"wp-image-20535\" style=\"width:auto;height:250px\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-1024x783.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-200x153.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-768x587.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1.webp 1404w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Bağlantı Serisi</figcaption></figure></div></div>\n</div>\n\n\n\n<p>Gençlik atölyesi, genç katılımcılara WordPress siteleri oluşturma, yeni teknolojileri keşfetme ve internet güvenliği hakkında bilgi edinme fırsatları sundu. Bu arada, sağlıklı yaşam temalı bir kolda, yoga dersleri ve Torino&#8217;da yürüyüş turları içeriyordu; katılımcıları ekranlarından uzaklaşmaya ve bu yılın ev sahibi şehrinin güzelliklerini keşfetmeye teşvik etti.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Yıl Ortası Proje Güncellemesi</h2>\n\n\n\n<p>WordPress&#8217;in kurucu ortağı Matt Mullenweg, WordPress ile ilgili <a href=\"https://www.youtube.com/watch?v=ELW4Jdvujbc\" target=\"_blank\" rel=\"noreferrer noopener\">yıl ortası proje güncellemesini</a> paylaştı ve sunumunu, Gutenberg aşamalarından WordPress Playground&#8217;a kadar çeşitli konularda seyircilerden gelen soruları yanıtlayarak ve bir hata düzeltme talebinin hızlandırılmasını kabul ederek tamamladı.</p>\n\n\n\n<p>Matt&#8217;in sunumu, <a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\" target=\"_blank\" rel=\"noreferrer noopener\">katılımcı mentorluk programı</a>nın ve WCEU Katılımcı Günü’nün başarısını vurguladı, Canlı Çeviri&#8217;yi tanıttı ve <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Veri Özgürlüğü</a> girişimi hakkında bir güncelleme paylaştı.</p>\n\n\n\n<p>Matt ayrıca <a href=\"https://wordpress.org/playground/\">WordPress Playground</a> ile ilgili en son yenilikleri ele aldı, <a href=\"https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/\" target=\"_blank\" rel=\"noreferrer noopener\">performans kazanımları</a>nı vurguladı ve otomatik güncellemeler için geri alma ve uzaktan görüntüleme gibi gelecekteki sürümlerde beklenen özelliklerin önizlemesini yaptı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1024x683.webp\" alt=\"WordPress kurucu ortağı Matt Mullenweg\" class=\"wp-image-20537\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WordPress kurucu ortağı Matt Mullenweg</figcaption></figure></div>\n\n\n<p>WordPress topluluğunda heyecan verici yeni bir trende dikkat çeken Mullenweg, WordPress uzmanlarının gerçek zamanlı olarak web siteleri oluşturduğu, ipuçlarını, kısayolları ve en iyi uygulamaları sergilediği &#8220;hızlı oluşturma yarışmaları&#8221;ndan bahsetti. Bu tür bir etkinlik WCEU oturumlarından birinde gerçekleşti ve Matt&#8217;in sunumunun soru-cevap bölümünde, böyle bir etkinliğe katılması için bir meydan okumayı kabul etti!</p>\n\n\n\n<p>Matt, 2003&#8217;te Mike Little ile birlikte ilk sürümü başlattığından bu yana WordPress&#8217;in 21. yıldönümüne ulaşmasını değerlendirdi. WordPress&#8217;in önümüzdeki on yıllar boyunca sürdürülebilir kalmasını sağlamak için <a href=\"https://ma.tt/2024/05/wp21/\">11 önemli madde</a>yi paylaştı:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Basit şeyler kolay ve sezgisel olmalı, karmaşık şeyler mümkün olmalı.</li>\n\n\n\n<li>Bloglar ve dinamik siteler daha iyidir.</li>\n\n\n\n<li>Belgelerin Wiki&#8217;ler kadar kolay düzenlenebilir olması gerekir.</li>\n\n\n\n<li>Forumlar ön planda ve merkezi bir konumda olmalıdır.</li>\n\n\n\n<li>Eklentiler ve temalar topluluk altyapısı ile birlikte gelmelidir.</li>\n\n\n\n<li>Harika tema önizlemeleri ve çeşitli estetikler sunulmalıdır.</li>\n\n\n\n<li>Rehberler ve gereksinimler için aşırıya kaçmamalıyız.</li>\n\n\n\n<li>Geri bildirim döngüleri çok önemlidir.</li>\n\n\n\n<li>Çekirdek, belirgin görüşlere sahip ve tuhaf olmalıdır.</li>\n\n\n\n<li>WordPress yapıyorsanız, WordPress kullanın.</li>\n\n\n\n<li>Son kullanıcılarımıza yakın kalın.</li>\n</ul>\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\" title=\"WordCamp Europe 2024: Matt Mullenweg Keynote Presentation\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/ELW4Jdvujbc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div><figcaption class=\"wp-element-caption\">WordPress Yaz Güncellemesi</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Kapanış Konuşmaları</h2>\n\n\n\n<p>Kapanış konuşmalarında, etkinlik organizatörleri Avrupa Parlamentosu, Torino şehri ve bölgesel turizm kurulu Turismo Torino&#8217;nun destekleri için teşekkürlerini ifade ettiler. Gönüllüler ekibi, etkinliği üretmedeki özverili çalışmaları nedeniyle kutlandı.</p>\n\n\n\n<p>Üç günlük yoğun bir programı sonlandıran organizasyon ekibi, WordCamp Europe 2025&#8217;in 5-7 Haziran 2025 tarihleri arasında Basel, İsviçre&#8217;de düzenleneceğini duyurdu. Duyuru büyük alkışlarla karşılandı ve bir yıl sonra tekrar buluşma planları yapıldı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/group-1024x682.webp\" alt=\"\" class=\"wp-image-20538\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/group-1024x682.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WCEU grup fotoğrafı</figcaption></figure></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<p>Bu yazı <a href=\"https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/</a> adresindeki yazının Türkçe&#8217;ye çevrilmiş ve editöryel olarak elden geçirilmiş sürümüdür.</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:\"20531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Sayılarla Güzel Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://www.wp-tr.org/sayilarla-guzel-hosting/\";s: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, 14 Jun 2024 13: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20526\";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:486:\"Sayılarla WordCamp Avrupa 2023 yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan Güzel Hosting ile ilgili çeşitli istatistikleri paylaşacağız. Güzel Hosting, 2008 yılından bu yana &#8220;en uygun ücretlerle en iyi hizmeti sunabilmek&#8221; anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin [&#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:\"Emre Erkan\";s: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:2825:\"\n<p><a href=\"https://www.wp-tr.org/sayilarla-wordcamp-avrupa-2023/\">Sayılarla WordCamp Avrupa 2023</a> yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan <a href=\"https://www.guzel.net.tr\">Güzel Hosting</a> ile ilgili çeşitli istatistikleri paylaşacağız.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"760\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1024x760.jpg\" alt=\"\" class=\"wp-image-20528\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1024x760.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-200x148.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-768x570.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1536x1140.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-2048x1520.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Güzel Hosting, 2008 yılından bu yana &#8220;<strong>en uygun ücretlerle en iyi hizmeti sunabilmek</strong>&#8221; anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin öneminin bilincinde olarak, 365 gün 7/24 çalışmakta ve her soruna en hızlı şekilde müdahale etmekteler. Paylaşımlı sunucuların sürekli takibi yapılarak olası sorunlara en kısa sürede müdahale edebiliyorlar, böylece %99 uptime garantisini aşan bir hizmet sunmaktalar.</p>\n\n\n\n<p>2024 Haziran verilerine göre Güzel Hosting&#8217;in, toplam <strong>150.853 aktif müşteri</strong> hesabı bulunmakta olup, VPS/VDS ve sunucu hizmetleri hariç yaklaşık <strong>192.859 web sitesi</strong> sunucularında barınmakta. Ayrıca, verilen alan adı bayilikleri hariç, <strong>97.983 aktif alan adı</strong> kayıtlıdır. <a href=\"https://www.guzel.net.tr/kurumsal-email.php\">Kurumsal mail</a> hizmetlerinde ise toplam <strong>35.491 posta kutusu</strong>nda <strong>92.000.478 adet e-posta</strong> saklanmaktadır. Bu veriler, Güzel Hosting’in sektördeki büyüklüğünü ve müşteri memnuniyetine verdiği önemi göstermektedir.</p>\n\n\n\n<p>Güzel Hosting, Türkiye’nin yerli sermayeye sahip en çok web sitesi barındıran <a href=\"https://www.guzel.net.tr/hosting.php\">web hosting</a> şirketi olmanın sorumluluğu ile sektörün lideri olmaya devam ediyor. Her gün altyapı güçlendirmeleri ve geliştirmeler yaparak, müşterilerine daha iyi hizmet sunmak için aralıksız çalışıyorlar.</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:\"20526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Katılımcı gününün ardından\";s:7:\"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:49:\"https://www.wp-tr.org/katilimci-gununun-ardindan/\";s: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, 14 Jun 2024 08: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:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20521\";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:490:\"Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress&#8217;e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress&#8217;e olabildiğince katkıda bulunmaya çalışıyorlar. Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700&#8217;ü aşkın gönüllü 24 [&#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:\"Emre Erkan\";s: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:3552:\"\n<p>Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress&#8217;e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress&#8217;e olabildiğince katkıda bulunmaya çalışıyorlar.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1024x683.jpg\" alt=\"\" class=\"wp-image-20522\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1024x683.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-200x133.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-768x512.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1536x1024.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700&#8217;ü aşkın gönüllü 24 farklı grupta tüm gün boyunca WordPress&#8217;e katkı sağladılar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Gruplar</h2>\n\n\n\n<p>Bu yılki gruplar aşağıdaki gibiydi;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress Coding Standards (WordPress Kodlama Standartları)</li>\n\n\n\n<li>Core (Çekirdek)</li>\n\n\n\n<li>Design (Tasarım)</li>\n\n\n\n<li>Mobile (Mobil)</li>\n\n\n\n<li>Accessibility (Erişilebilirlik)</li>\n\n\n\n<li>Polyglots (Çok Dillilik)</li>\n\n\n\n<li>Support (Destek)</li>\n\n\n\n<li>Documentation (Dokümantasyon)</li>\n\n\n\n<li>Themes (Temalar)</li>\n\n\n\n<li>Plugins (Eklentiler)</li>\n\n\n\n<li>Community (Topluluk)</li>\n\n\n\n<li>Meta (Meta)</li>\n\n\n\n<li>Training (Eğitim)</li>\n\n\n\n<li>Test (Test)</li>\n\n\n\n<li>TV (TV)</li>\n\n\n\n<li>Marketing (Pazarlama)</li>\n\n\n\n<li>CLI (Komut Satırı Arayüzü)</li>\n\n\n\n<li>Hosting (Hosting)</li>\n\n\n\n<li>Tide (Tide)</li>\n\n\n\n<li>Openverse (Openverse)</li>\n\n\n\n<li>Photos (Fotoğraflar)</li>\n\n\n\n<li>Core Performance (Çekirdek Performansı)</li>\n\n\n\n<li>Sustainability (Sürdürülebilirlik)</li>\n\n\n\n<li>Diversity, Equity, Inclusion, and Belonging (DEIB) Working Group (Çeşitlilik, Eşitlik, Kapsayıcılık ve Aidiyet Çalışma Grubu)</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"730\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1024x730.jpg\" alt=\"\" class=\"wp-image-20524\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1024x730.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-200x143.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-768x548.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1536x1095.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Uzaktan katılımın da sağlandığı günün sonunda bir çok grup harika işler başardılar. Biz de çeviri konusunda çalışarak günün sonunda bir çok farklı tema ve eklentisinin çevirisini yaparak, 6.000&#8217;in üzerinde dizenin çevirisini tamamladık.</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:\"20521\";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: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:31:\"Sayılarla WordCamp Avrupa 2023\";s:7:\"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://www.wp-tr.org/sayilarla-wordcamp-avrupa-2023/\";s: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, 12 Jun 2024 12:35: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";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:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20518\";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:504:\"WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina&#8217;da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu. WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı [&#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:\"Emre Erkan\";s: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:4105:\"\n<p>WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina&#8217;da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu.</p>\n\n\n\n<p>WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı araladı.</p>\n\n\n\n<p>Tamamen şeffaf bir etkinlik oluşturma mottosunu koruyarak, verileri inceledik ve bilmek istediğiniz sayıları sizler için derledik.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcılar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2.545 kişi etkinliğe katıldı</li>\n\n\n\n<li>90 ülke temsil edildi</li>\n\n\n\n<li>1.400 kişi ilk kez katıldı</li>\n\n\n\n<li>110 mikro sponsorluk</li>\n\n\n\n<li>222 vize mektubu oluşturuldu</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gönüllüler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>142 gönüllü</li>\n\n\n\n<li>40 ülke temsil edildi</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Organizatörler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>98 organizatör</li>\n\n\n\n<li>21 ülke temsil edildi</li>\n\n\n\n<li>11 farklı takım</li>\n\n\n\n<li>13 takım lideri</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Medya</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>10 medya ortağı</li>\n\n\n\n<li>11 medya sponsoru</li>\n\n\n\n<li>Sosyal medya paylaşımlarından 23,2 milyon kişiye ulaşıldı</li>\n\n\n\n<li>14.000 etkileşim</li>\n\n\n\n<li>2.000&#8217;den fazla Twitter bahsetmesi</li>\n\n\n\n<li>4.000&#8217;den fazla sosyal medya içerik paylaşımı</li>\n\n\n\n<li>12.200&#8217;den fazla beğeni</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Fotoğraf</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Etkinlik sırasında 28.000 fotoğraf çekildi (tekrar eden fotoğraflar çıkartıldığında) ve 4.900&#8217;u Flickr hesabımıza yüklendi!</li>\n\n\n\n<li>15 fotoğrafçı</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Konuşmacılar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>102 konuşmacı</li>\n\n\n\n<li>29 ülke temsil edildi</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Temsil edilen ülkeler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bangladeş 1</li>\n\n\n\n<li>Brezilya 1</li>\n\n\n\n<li>Hırvatistan 1</li>\n\n\n\n<li>Estonya 1</li>\n\n\n\n<li>Yunanistan 1</li>\n\n\n\n<li>Japonya 1</li>\n\n\n\n<li>Litvanya 1</li>\n\n\n\n<li>Polonya 1</li>\n\n\n\n<li>Portekiz 1</li>\n\n\n\n<li>Slovenya 1</li>\n\n\n\n<li>Vietnam 1</li>\n\n\n\n<li>Zimbabve 1</li>\n\n\n\n<li>Avustralya 2</li>\n\n\n\n<li>Kanada 2</li>\n\n\n\n<li>Kosta Rika 2</li>\n\n\n\n<li>İsveç 2</li>\n\n\n\n<li>İsviçre 2</li>\n\n\n\n<li>Hindistan 3</li>\n\n\n\n<li>İtalya 3</li>\n\n\n\n<li>Sırbistan 3</li>\n\n\n\n<li>Güney Afrika 3</li>\n\n\n\n<li>İsrail 4</li>\n\n\n\n<li>Bulgaristan 6</li>\n\n\n\n<li>Almanya 8</li>\n\n\n\n<li>Hollanda 9</li>\n\n\n\n<li>Birleşik Krallık 9</li>\n\n\n\n<li>İspanya 11</li>\n\n\n\n<li>ABD 21</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsorlar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>64 sponsor</li>\n\n\n\n<li>Porto&#8217;da sponsor olan ve Atina&#8217;da da sponsorlar %56,25 oranına sahipken, sponsorların %43,75 kadarı bu sene WordCamp Avrupa&#8217;ya ilk kez sponsor oldular.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcı Günü</h2>\n\n\n\n<p>658 Katılımcı<br>144 Yeni katılımcı<br>23 Takım</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sonuç</h2>\n\n\n\n<p>Rakamlar bir araya geliyor ve sayıları oluşturuyorlar. Etkileyici bir hikaye anlatıyor olabilirler, ancak olayı dikkat çekici kılan insanlardır. Her sayının arkasında anlatacak bir WordPress hikayesi olan bir kişi yatar.</p>\n\n\n\n<p>Gerçek sihir, insanlar birbirleriyle bağlantı kurduğunda, paylaştığında ve etkileşime geçtiğinde gerçekleşir.</p>\n\n\n\n<p>WordCamp Avrupa 2023&#8217;ün unutulmaz bir an olmasına yardımcı olan herkese teşekkürler.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Bu yazı Wordcamp Avrupa 2023 sitesinde yayınlanmış olan <a href=\"https://europe.wordcamp.org/2023/wceu-2023-in-numbers/\">WCEU 2023 in Numbers</a> yazısının çevirisidir.</p>\n</blockquote>\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:\"20518\";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:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://www.wp-tr.org/wordcamp-avrupa-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jun 2024 07: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:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20514\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:493:\"WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor. WordCamp Avrupa&#8217;da ne yapılır? WordCamp Avrupa&#8217;da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç [&#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:\"Emre Erkan\";s: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:3008:\"\n<p>WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Avrupa&#8217;da ne yapılır?</h2>\n\n\n\n<p>WordCamp Avrupa&#8217;da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç gün boyunca gerçekleşecek birçok konuşma, birçok uygulamalı oturum ve atölye çalışması ile katılımcılar kendilerini eğitme şansına ve diğer katılımcılarla ağ kurma fırsatına sahip olacaklar.</p>\n\n\n\n<p>Son yıllarda etkinliğin hayli büyümesiyle beraber konuşmalar birden çok sahnede yer almaya başladılar. Bu yıl üç ayrı sahnede bir çok konuşmacı, konuşmalarını sunacaklar. Programı resmi siteden <a href=\"https://europe.wordcamp.org/2024/schedule/\" target=\"_blank\" rel=\"noreferrer noopener\">inceleyebilirsiniz</a>.</p>\n\n\n\n<p>Sahnelere ek olarak, fuaye alanında stand açmış olan büyük şirketlerden küçük niş şirketlere kadar bir çok sponsor da renkli anlar oluşturabiliyor. Bu şirketlerin çalışanlarıyla tanışabilir, ürün tanıtımlarına katılabilir ve sohbet edebilirsiniz. Eğlenceli mini oyunlar ve hediyeler de cabası.</p>\n\n\n\n<p>Diğer katılımcılarla sohbet ederek WordPress topluluğunun diğer üyelerini tanıma fırsatını yakalamak belki de bu etkinliğin en önemli konularından biri. Twitter&#8217;da takip ettiğiniz biriyle, kullanıcı gruplarında tanıştığınız biriyle veya önceki bir WordCamp&#8217;ten tanıdık bir yüzle karşılaşabilirsiniz. WCEU, eski ve yeni arkadaşlarla tanışmak için harika bir yer.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katkıda Bulunma</h2>\n\n\n\n<p>Konferansa ek olarak, ilk gün <a href=\"https://europe.wordcamp.org/2024/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">Katılımcı Günü</a> adıyla hem yeni, hem de deneyimli topluluk üyelerinin bir araya gelip WordPress projesine katılmanın farklı yollarını öğrendiği özel bir gün düzenleniyor.</p>\n\n\n\n<p>Katılımcı Günü herkese açık olmasına rağmen, yoğun talep nedeniyle bu yıl kayıt olanlarla sınırlandırıldı. Yine de 700 civarında WordPress sever katılımcı günü için kaydolmuş durumda!</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Türkiye olarak ne yapıyoruz?</h2>\n\n\n\n<p>Geçmiş yıllarda olduğu gibi, bu yıl da WordCamp Avrupa etkinliği ile ilgili haberleri size taşımaya çalışıyoruz. Bu yıl WordPress Türkiye ekibinden Emre Erkan, <a href=\"https://www.guzel.net.tr/\" target=\"_blank\" rel=\"noreferrer noopener\">Güzel Hosting</a> sponsorluğunda etkinliğe katılacak ve izlenimlerini paylaşacak. Blog yazılarımızı ve sosyal medya hesaplarımızı takip etmeyi unutmayın. Sponsorumuzun küçük sürprizleri olacak!</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:\"20514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp Avrupa’da neler oluyor?\";s:7:\"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://www.wp-tr.org/wordcamp-avrupada-neler-oluyor/\";s: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, 10 Jun 2023 07:05:19 +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:20:\"WordCamp Avrupa 2023\";s:7:\"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://www.wp-tr.org/?p=20449\";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:\"Bu yıl Atina&#8217;da düzenlenen WordCamp Avrupa etkinliği Atina&#8217;nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre &#8211; MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi [&#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:\"Emre Erkan\";s: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:5157:\"\n<p>Bu yıl Atina&#8217;da düzenlenen WordCamp Avrupa etkinliği Atina&#8217;nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre &#8211; MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi ve fuaye alanları toplamda 12.000 metrekarelik bir alana sahip. WordCamp Avrupa etkinliği de bu geniş alanı en güzel şekilde kullanıyor.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-1024x768.jpg\" alt=\"\" class=\"wp-image-20450\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-1024x768.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-200x150.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-768x576.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc.jpg 1434w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n<p>Etkinliğe Avrupa&#8217;nın bir çok ülkesinden 1.500&#8217;ün üzerinde katılımcı katılıyor. Üç konferans salonunda konuşmalar devam ederken iki konferans salonu da atölye çalışmaları için ayrılmış durumda. Ayrıca bir salon da aile olarak gelmiş katılımcıların çocukları için ayrılmış durumda ve mini bir WordCamp de burada devam ediyor.</p>\n\n\n\n<p>Konferans salonlarının hemen dışında, fuaye alanında ve koridorlarda etkinliğe sponsor olan firmaların standları yer alıyor. Oldukça fazla sayıda sponsor olduğu için bu alanlar bir pazar alanı havası taşıyor.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"563\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg\" alt=\"\" class=\"wp-image-20451\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye-200x113.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye-768x432.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p>Birçok firma, ürünlerini tanıtmak ve katılımcılarla bağ kurmak amacıyla çeşitli çekilişler ve hediyeler düzenliyor. Katılımcılar hem WordPress ekosistemini daha yakından tanıma fırsatı buluyor hem de yeni işbirlikleri için adımlar atabiliyorlar. WordCamp ekibi de etkileşimi en üst düzeyde tutabilmek, insanların daha kolay birbirleriyle iletişime geçebilmelerini sağlamak için bir oyun eklemiş. Kayıtta size dört adet kartpostal veriliyor. Dördü de birbirinin aynı. Fakat başka katılımcılarda farklı tasarıma sahip kartpostallar var. Konuşup, tanışıp kartpostal takası yapabiliyorsunuz. İletişimi başlatmak için harika bir strateji. Ayrıca kartpostal olmaları da uzaklarda yaşayan sevdiklerinize küçük bir sürpriz yapmanız için sizi tetikliyor.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"517\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg\" alt=\"\" class=\"wp-image-20453\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin-200x103.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin-768x397.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p>Her bir konferans salonunda devam eden etkinliklerin listesine <a href=\"https://europe.wordcamp.org/2023/schedule/\" target=\"_blank\" rel=\"noreferrer noopener\">buradan</a>, etkinlikleri canlı olarak seyretmek isterseniz de canlı yayın listesine buradan <a href=\"https://europe.wordcamp.org/2023/live-streaming/\" target=\"_blank\" rel=\"noreferrer noopener\">ulaşabilirsiniz</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"47\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\" alt=\"\" class=\"wp-image-20442\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp 278w, https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo-200x34.webp 200w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" /></a></figure></div>\n\n\n<p>Etkinliğe katılım, bu bilgileri size aktarmamızı sağlayan sponsorumuz Güzel Hosting&#8217;e bir kere daha teşekkür ederiz. <a href=\"https://twitter.com/WP_Turkiye/status/1667124693382332418\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter</a>&#8216;da ve Facebook&#8217;da devam eden iki ayrı çekiliş ile WP-Mini paketi kazanma fırsatı devam ediyor.</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:\"20449\";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: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:23:\"Yeniden WordCamp Avrupa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://www.wp-tr.org/yeniden-wordcamp-avrupa/\";s: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, 08 Jun 2023 10:12:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"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://www.wp-tr.org/?p=20445\";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:458:\"Tekrar Merhaba! Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum. WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye [&#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:\"Emre Erkan\";s: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:8553:\"\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"750\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg\" alt=\"\" class=\"wp-image-20446\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic-200x150.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic-768x576.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Tekrar Merhaba!</h2>\n\n\n\n<p>Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum.</p>\n\n\n\n<p>WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye takipçilerine aktarmak için <a rel=\"noreferrer noopener\" href=\"https://www.guzel.net.tr\" target=\"_blank\">Güzel Hosting</a> sponsorluğunda Atina&#8217;da olacağım. Blog yazıları, Facebook üzerinden canlı yayınlar ve sosyal medya paylaşımları ile elimden geldiğince etkinliği sizlere aktarmaya çalışacağım.</p>\n\n\n\n<ul class=\"wp-block-social-links is-style-default is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://www.facebook.com/WPTurkiye/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://twitter.com/WP_Turkiye\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://www.instagram.com/wpturkiye/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://tr.wordpress.org\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsorumuzu tanıyalım</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><a href=\"https://www.guzel.net.tr\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"47\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\" alt=\"\" class=\"wp-image-20442\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp 278w, https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo-200x34.webp 200w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" /></a></figure></div>\n\n\n<p><strong>Güzel Hosting</strong>, 2008&#8217;den beri en uygun ücretlerle en iyi hizmeti sunma anlayışıyla sektörde öncü bir şirket olarak faaliyet göstermektedir. Müşterilerinin işleri ve web sitelerinin ne kadar önemli olduğunun farkında olan Güzel Hosting, 365 gün 24 saat çalışarak her soruna en hızlı şekilde müdahale etmekte ve %99 uptime garantisini aşan bir oranda çalışmayı sağlamaktadır. Şeffaf ve özverili yaklaşımları, müşterilerin güvenini kazanmada en önemli faktörlerdir. Güzel Hosting, sürekli olarak geleceğe yatırım yaparak altyapısını güçlendirmekte ve müşterilerine daha iyi hizmet sunabilmek için kendilerine özgü sistemler ve yazılımlar geliştirmektedir. Her geçen gün ekibini de büyüterek sürekli gelişmeyi hedeflemektedir.</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:\"20445\";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:63:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Türkçe 5.5\";s:7:\"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:43:\"https://www.wp-tr.org/wordpress-turkce-5-5/\";s: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, 12 Aug 2020 09:43: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";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:\"Haberler\";s:7:\"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://www.wp-tr.org/?p=20331\";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:518:\"İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü indirebilir ya da panelinizden güncelleme yapabilirsiniz. Hız Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek. Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor. WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı [&#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:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:48:\"https://s.w.org/images/core/5.5/auto-updates.mp4\";s:6:\"length\";s:6:\"238264\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://s.w.org/images/core/5.5/block-patterns.mp4\";s:6:\"length\";s:7:\"3518792\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\";s:6:\"length\";s:7:\"3145140\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Emre Erkan\";s: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:13833:\"\n<p>İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü <a rel=\"noreferrer noopener\" href=\"https://tr.wordpress.org/download/\" target=\"_blank\">indirebilir</a> ya da panelinizden güncelleme yapabilirsiniz.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png\" alt=\"\" class=\"wp-image-8930\"/></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f2edd4;min-height:300px;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#f2edd4\">WordPress 5.5 karşınızda.</p>\n\n\n\n<h3 class=\"has-text-align-center has-black-color has-text-color wp-block-heading\">WordPress 5.5 sitenizin üç ana alanda yeni güçlere kavuşmasını sağlayacak:<br>hız, arama ve güvenlik..</h3>\n</div></div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Hız</h2>\n\n\n\n<p><strong>Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek.</strong></p>\n\n\n\n<p>Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor.</p>\n\n\n\n<p>WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı &#8216;geç yükleme&#8217;.</p>\n\n\n\n<p>Mobilde, geç yükleme diğer cihazlar için yüklenmesi planlanan dosyalardan da koruma sağlar. Bu da okuyucularınızın veriye daha az ücret ödemesine — ve daha az pil tüketimine yol açar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Arama</h2>\n\n\n\n<p><strong>Yeni site haritanıza merhaba deyin.</strong></p>\n\n\n\n<p>WordPress siteleri arama motorlarıyla uyumlu çalışır.</p>\n\n\n\n<p>Artık varsayılan olarak WordPress 5.5, arama motorlarının yayına girdiğiniz andan itibaren en önemli sayfalarınızı keşfetmesine yardımcı olan bir XML site haritası içerir.</p>\n\n\n\n<p>Böylece daha fazla kişi sitenizi daha erken bulur, bu sayede onları meşgul etmek, elde tutmak ve abonelere, müşterilere veya başarı tanımınıza uyan her şeye dönüştürmek için daha fazla zaman tanır.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Güvenlik</h2>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/auto-updates.mp4\"></video><figcaption>Artık eklenti ve temalarınızı otomatik güncelleyebileceksiniz. Hem de bu işlemi her zaman kullandığınız alışık olduğunuz ekranlar üzerinden ayarlayacaksınız.</figcaption></figure>\n\n\n\n<p><strong>Eklentiler ve temalar için otomatik güncellemeler</strong></p>\n\n\n\n<p>Artık, WordPress yönetim ekranından, eklentileri ve temaları otomatik olarak güncellenecek veya güncellenmeyecek şekilde ayarlayabilirsiniz. Böylece her zaman sitenizin mevcut en son kodu çalıştırdığını bilirsiniz.</p>\n\n\n\n<p>Ayrıca her bir eklenti ya da tema için otomatik güncellemeleri açıp, kapatabilirsiniz — hepsi hali hazırda kullandığınız ekranlara eklendi.</p>\n\n\n\n<p><strong>ZIP dosyaları yükleyerek güncelleme</strong></p>\n\n\n\n<p>Eğer eklenti ve temaları kendiniz yüklemeyi seviyorsanız, artık bu da kolay — sadece ZIP dosyasını yükleyin.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\" style=\"background-color:#f2edd4\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Blok düzenleyicide öne çıkanlar</h2>\n\n\n\n<p>En son WordPress sürümü bir kez daha blok düzenleyici için heyecan verici yeni özelliklerin uzun bir listesini içeriyor. Örneğin:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/block-patterns.mp4\"></video></figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Blok desenleri</h3>\n\n\n\n<p>Yeni blok desenleri, hikayenize uyacak şekilde karıştırıp eşleştirebileceğiniz metin ve ortam kombinasyonlarını kullanarak karmaşık, güzel düzenler oluşturmayı basit ve eğlenceli hale getirir.</p>\n\n\n\n<p>Ayrıca blok desenlerini geniş bir eklenti ve tema seçkisinde bulabilirsiniz, ki zaman içinde daha çoğu da gelecek. İstediğinizi tek bir yerden seçin — tıklayın ve ilerleyin!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Yeni blok dizini</h3>\n\n\n\n<p>Artık ihtiyacınız olan bloğu bulmak her zamankinden kolay. Yeni blok dizini blok düzenleyici içinde gömülü durumda, böylece düzenleyiciyi terk etmeden sitenize yeni bloklar ekleyebileceksiniz.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Satır içi görsel düzenleme</h3>\n\n\n\n<p>Fotoğraflarınızı doğrudan görsel bloğundan kırpın, döndürün ve yakınlaştırın. Görsellere çok fazla zaman harcıyorsanız, bu size zaman kazandırabilir!</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\"></video></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Ve çok daha fazlası.</h3>\n\n\n\n<p>Yukardakiler yüklemiş olduğunuz yeni blok düzenleyici özelliklerinin küçük bir parçası. Blok düzenleyiciyi açın ve keyfini çıkarın!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Erişilebilirlik</h2>\n\n\n\n<p>Her dağıtım erişilebilir yayımlama deneyimine katkıda bulunuyor, ve bu WordPress 5.5 içinde geçerliliğini koruyor.</p>\n\n\n\n<p>Artık ortam ekranlarında ve modal pencerelerde bir satır metni seçmek yerine tek bir tuş ile bağlantıları kopyalayabilirsiniz.</p>\n\n\n\n<p>Meta kutularını tuş takımı ile de taşıyabilirsiniz, ve görsel düzenleyici içindeki yönergeleri size okuyabileceği için yardımcı cihazınız ile WordPress içinde görselleri düzenleyebilirsiniz.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-black-color has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Geliştiriciler için</h2>\n\n\n\n<p>5.5 ayrıca geliştiriciler için büyük bit dğeişiklik kutusu getiriyor.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">REST API içinde sunucu taraflı kayıtlı bloklar</h3>\n\n\n\n<p>Blok tipi uç noktalarının eklenmesi demek, JavaScript uygulamalarının (blok düzenleyici gibi) sunucuda kayıtlı herhangi bir blok ile ilgili tanımları alabilmesini sağlıyor.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Ortamları tanımlama</h3>\n\n\n\n<p>WordPress artık sitenin ortam tipine ait standardize edilmiş bir tanıma (test, canlı vb.) sahip. <code>wp_get_environment_type()</code> ile bu tanımı edinin ve sadece gerekli kodu çalıştırın.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Panel simgeleri</h3>\n\n\n\n<p>Panel simgeleri 5.5 ile beraber son bir güncelleme aldı. 26 simge ve 29 blok düzenleyici simgesi eklendi.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Şablon dosyalarına veri aktarma</h3>\n\n\n\n<p>Şablon yükleme işlevleri (<code>get_header()</code>, <code>get_template_part()</code> vb.) artık yeni bir $args argümanına sahip. Böylece o şablonlara dizi olarak tonla veri aktarabilirsiniz. .</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Geliştiriciler için daha fazla değişiklik</h3>\n\n\n\n<ul class=\"wp-block-list\"><li>PHPMailer kütüphanesi büyük bir güncelleme aldı, 5.2.27 sürümünden 6.1.6 sürümüne geçti.</li><li>Aertık <code>redirect_guess_404_permalink()</code> için çok daha incelikli bir kontrole sahipsiniz.</li><li>PHP OPcache kullanan siteler daha güvenilir önbellek geçersizleştirme sonuçları alacaklar, bu da güncellemeler sırasında kullanılacak yeni <code>wp_opcache_invalidate()</code> işlevi sayesinde (eklentiler ve temalar dahil). </li><li>Kategori sınıflandırması ile ilişkilendirilmiş özel yazı tipleri artık desteklenen varsayılan terime dahil olabilir.</li><li><code>register_taxonomy()</code> içindeki özel sınıflandırmalar için varsayılan terimler artık belirtilebiliyor.</li><li>REST API artık resmi olarak <code>register_meta()</code> üzerinden varsayılan meta verileri için değerler belirlenebilmesini destekliyor.</li><li>Şu tümleşik paketlenmiş kütüphanelerin güncellenmiş sürümlerini bulacaksınız: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, ve clipboard.js.</li></ul>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Ekip</h2>\n\n\n\n<p>Bu sürüme liderlik edenler: <a rel=\"noreferrer noopener\" href=\"http://ma.tt/\" target=\"_blank\">Matt Mullenweg</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/whyisjake\" target=\"_blank\">Jake Spurlock,</a> ve <a rel=\"noreferrer noopener\" href=\"https://dream-encode.com/blog/\" target=\"_blank\">David Baumwald</a>. Ayrıca kendilerine aşağıdaki dağıtım ekibi de büyük bir coşkuyla destek verdiler:</p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Düzenleyici teknolojisi</strong> Ella Van Durpe (@ellatrix)</li><li><strong>Düzenleyici tasarımı</strong>: Michael Arestad (@michael-arestad)</li><li><strong>Çekirdek teknolojisi</strong>: Sergey Biryukov (@sergeybiryukov)</li><li><strong>Ortam teknolojisi: </strong>Andrew Ozz (@azaozz)</li><li><strong>Erişilebilirlik teknolojisi</strong>: JB Audras (@audrasjb)</li><li><strong>Belgeler koordinatörü</strong>:&nbsp;Justin Ahinon (@justinahinon)</li><li><strong>Pazarlama/İletişim koordinatörü</strong>: Mary Baum (@marybaum)</li></ul>\n\n\n\n<p>Ayrıca yukardaki ekibe <strong>805 kişilik gönüllü kaıtılımcıları</strong> da eklememiz lazım, ki bu katılımcılar  <strong><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/milestone/5.5\" target=\"_blank\">523</a>&#8216;den fazla bildirimi Trac üzerinden</strong> ve <strong>1660&#8217;den fazla çekme isteğini GitHub üzerinden</strong> yaparak katkı sağladılar.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/\">Destek forumlarında</a> gönüllü olarak katkıda bulunan tüm gönüllülere teşekkürler. Dünyanın her yerinden insanların sorularına cevap veriyorlar. İstek WordPress ile ilk kez tanışmış olun, ister uzun zamandır çözemediğiniz bir problem olsun&#8230; Bu dağıtımlar onlar sayesinde çok daha başarılı!</p>\n\n\n\n<p>Son olarak, WordPress 5.5 sürümünün 50&#8217;den fazla dilde kullanıcılara ulaşmasını sağlayan çevirmenlere de büyük bir teşekkür. Bu yazı yazılırken daha bir çok dil de kullanıma hazır hale getiriliyordu.</p>\n\n\n\n<p>Eğer daha fazlasını öğrenmek ve WordPress&#8217;e katkıda bulunmak isterseniz <a href=\"https://make.wordpress.org/\">Make WordPress</a> ya da <a href=\"https://make.wordpress.org/core/\">çekirdek geliştirici blog</a>unu ziyaret edebilirsiniz.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</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:\"20331\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.9.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:45:\"https://www.wp-tr.org/wordpress-turkce-4-9-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:\"Wed, 07 Feb 2018 10:24: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";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:5:\"4.9.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:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";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:24:\"WordPress Türkçe 4.9.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20207\";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:481:\"Merhaba arkadaşlar, WordPress Türkçe 4.9.4 şu an indirilebilir durumda. 4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde Başlangıç &#62; Güncellemeler bölümünden 4.9.4 sürümüne güncelleme [&#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:\"Emre Erkan\";s: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:2119:\"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-20208\" src=\"https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site.png\" alt=\"\" width=\"670\" height=\"206\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site.png 670w, https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site-200x61.png 200w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" /></p>\n<p>Merhaba arkadaşlar,</p>\n<p><a href=\"http://tr.wordpress.org/\"><img decoding=\"async\" src=\"/static/img/wp-indir-son.jpg\" alt=\"WordPress Türkiye indir\" align=\"left\" /></a>WordPress Türkçe 4.9.4 şu an <a href=\"http://tr.wordpress.org/\">indir</a>ilebilir durumda.</p>\n<p>4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde <strong>Başlangıç</strong> &gt; <strong>Güncellemeler</strong> bölümünden 4.9.4 sürümüne güncelleme yapabilirsiniz.</p>\n<h2>Son olarak</h2>\n<p>WordPress.org üzerindeki resmi 4.9.4 duyurusuna da <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">buradan</a> ulaşabilirsiniz. Teknik detaylar ile ilgili çekirdek ekibin makalesine <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">buradan</a> ulaşabilirsiniz.</p>\n<p>Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi <a href=\"/belgeler/wordpress/wordpress-surum-yukseltme/\">sürüm yükseltme belgemiz</a>e yönlendirebiliriz.</p>\n<p>Yeni sürümle ilgili sorunlarınızı <a href=\"https://www.facebook.com/WPTurkiye/\">facebook</a> ya da <a href=\"https://twitter.com/WP_Turkiye/\">twitter</a> üzerinden paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.</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:\"20207\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.8.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:45:\"https://www.wp-tr.org/wordpress-turkce-4-8-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:\"Wed, 02 Aug 2017 21:30: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:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";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:5:\"4.8.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:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";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:24:\"WordPress Türkçe 4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20193\";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:469:\"Merhaba arkadaşlar, WordPress Türkçe 4.8.1 şu an indirilebilir durumda. 4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1&#8217;i duyurmaktan mutluluk duyuyoruz. Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için dağıtım notlarını inceleyebilir ya da değişiklik listesine [&#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:\"Emre Erkan\";s: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:1925:\"<p><img loading=\"lazy\" decoding=\"async\" src=\"https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1.png\" alt=\"WordPress Türkçe 4.8.1\" width=\"670\" height=\"206\" class=\"aligncenter size-full wp-image-20194\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1.png 670w, https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1-200x61.png 200w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" /></p>\n<p>Merhaba arkadaşlar,</p>\n<p><a href=\"http://tr.wordpress.org/\"><img decoding=\"async\" src=\"/static/img/wp-indir-son.jpg\" alt=\"WordPress Türkiye indir\" align=\"left\" /></a>WordPress Türkçe 4.8.1 şu an <a href=\"http://tr.wordpress.org/\">indir</a>ilebilir durumda.</p>\n<p>4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1&#8217;i duyurmaktan mutluluk duyuyoruz.</p>\n<p>Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için <a href=\"https://codex.wordpress.org/Version_4.8.1\">dağıtım notları</a>nı inceleyebilir ya da <a href=\"https://core.trac.wordpress.org/query?milestone=4.8.1\">değişiklik listesi</a>ne bir göz atabilirsiniz.</p>\n<h2>Son olarak</h2>\n<p>WordPress.org üzerindeki resmi 4.8.1 duyurusuna da <a href=\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\">buradan</a> ulaşabilirsiniz.</p>\n<p>Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi <a href=\"/belgeler/wordpress/wordpress-surum-yukseltme/\">sürüm yükseltme belgemiz</a>e yönlendirebiliriz.</p>\n<p>Yeni sürümle ilgili sorunlarınızı <a href=\"/forum/\">forumda</a> paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.</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:\"20193\";s: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:27:\"https://www.wp-tr.org/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:\"67772354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:4:\"vary\";s:46:\"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site\";s:12:\"feedburnerv2\";s:0:\"\";s:13:\"last-modified\";s:28:\"Sun, 2 Mar 2025 07:47:33 GMT\";s:13:\"cache-control\";s:46:\"no-cache, no-store, max-age=0, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Mon, 01 Jan 1990 00:00:00 GMT\";s:4:\"date\";s:29:\"Sat, 19 Apr 2025 20:16:44 GMT\";s:18:\"permissions-policy\";s:174:\"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*\";s:23:\"content-security-policy\";s:243:\"script-src \'report-sample\' \'nonce-jDc-PE3auIq5XFmMwjztTA\' \'unsafe-inline\';object-src \'none\';base-uri \'self\';report-uri /_/RaichuFeedServer/cspreport;worker-src \'self\', require-trusted-types-for \'script\';report-uri /_/RaichuFeedServer/cspreport\";s:28:\"cross-origin-resource-policy\";s:9:\"same-site\";s:26:\"cross-origin-opener-policy\";s:11:\"same-origin\";s:9:\"accept-ch\";s:192:\"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version\";s:19:\"reporting-endpoints\";s:170:\"default=\"/_/RaichuFeedServer/web-reports?context=eJzj4tDikmJw1ZBiEOLhWNM54QCbwItbe6cwKVkm5RfGJ5amZObrFpQm5WQWZ6QWFesCBXWLEjOTM0p101JTU4pTi8pSi-KNDIxMDUwMzfUMzOMLDABRHBsy\"\";s:16:\"content-encoding\";s:4:\"gzip\";s:6:\"server\";s:3:\"ESF\";s:16:\"x-xss-protection\";s:1:\"0\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1745137004;s:23:\"__cache_expiration_time\";i:1745137004;}','off'),
(144,'_transient_timeout_feed_mod_868981a74fb045e2d866f14ee0dbf978','1745137004','off'),
(145,'_transient_feed_mod_868981a74fb045e2d866f14ee0dbf978','1745093804','off'),
(146,'can_compress_scripts','0','on'),
(147,'_site_transient_timeout_community-events-7eae4d9b76728595100cc96959f744eb','1745137004','off'),
(148,'_site_transient_community-events-7eae4d9b76728595100cc96959f744eb','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.133.106.0\";}s:6:\"events\";a:0:{}}','off'),
(149,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1745137005','off');
INSERT INTO `punseNP_options` VALUES
(150,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Do The Woo Community: Vibes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94797\";s:7:\"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:31:\"https://dothewoo.io/blog/vibes/\";s: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:176:\"BobWP\'s short reflection on the resurgence of the term \"vibes,\" expressing ambivalence, especially regarding its use in technology and media, and anticipating branded products.\";s: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, 19 Apr 2025 08:24: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: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: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: WordPress 6.8 released, Block Accessibility checks, Stacking cards layout, and more — Weekend Edition 326\";s:7:\"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=39995\";s:7:\"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:128:\"https://gutenbergtimes.com/wordpress-6-8-released-block-accessibility-checks-stacking-cards-layout-and-more-weekend-edition-326/\";s: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:14980:\"<p>Hi there, </p>\n\n\n\n<p>In most European countries, Easter is a four-day weekend with two bank holidays, on Good Friday and Easter Monday. It&#8217;s a welcome occasion to unplug and enjoy the life right in front of you. For me, that&#8217;s organizing my home, celebrating Spring in the English Garden, friends coming over for a card game and lots of art. What are you doing to unplug?</p>\n\n\n\n<p>A huge shoutout to <strong>Simon Kraft</strong>, Krautpress <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f44b.png\" alt=\"👋\" class=\"wp-smiley\" /> for inviting me to the WordPress Meetup in Konstanz this week! I had an awesome time and loved connecting with the German WordPress community. Plus, I&#8217;ve now got <a href=\"https://bit.ly/playground-wm-konstanz\">the German version of the slidedeck </a>from my WordCamp Asia presentation!</p>\n\n\n\n<p>This week, the final release of WordPress 6.8 came out &#8220;Cecil&#8221;, the last major WordPress version for 2025. We will see more minor releases for sure, the first one is scheduled tentatively for April 29, 2025.</p>\n\n\n\n<p>And now, if you celebrate  it or not, I wish you and yours a Happy Easter! <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f423.png\" alt=\"🐣\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f430.png\" alt=\"🐰\" class=\"wp-smiley\" /></p>\n\n\n\n<p>CU next week again, <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" alt=\"💕\" class=\"wp-smiley\" /><br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-released-block-accessibility-checks-stacking-cards-layout-and-more-weekend-edition-326/#wordpress-6-8\">WordPress 6.8</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-released-block-accessibility-checks-stacking-cards-layout-and-more-weekend-edition-326/#0-p\">Plugins and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-released-block-accessibility-checks-stacking-cards-layout-and-more-weekend-edition-326/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-6-8\">WordPress 6.8</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2025/04/cecil/\"><strong>WordPress 6.8 “Cecil”</strong></a> is out! It honors the legendary pianist and jazz pioneer Cecil Taylor. Congratulations to the <em>release quad</em> and the over 900 contributors from over 60 countries, 250 of them were first timers.</p>\n\n\n\n<p><strong>Jeff Paul</strong> wrote in the release post: &#8220;WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage.&nbsp; The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles. Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.&#8221;</p>\n\n\n\n<p>If you want to take a deep dive into all the updates, here are the couple of links, I shared before: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\"><strong>WordPress 6.8 Field Guide</strong></a> has all the cool updates that matter to developers.</li>\n\n\n\n<li>Don’t miss the <a href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/\"><strong>Source of Truth (WordPress 6.8)</strong></a> for the latest on Block editor updates.</li>\n</ul>\n\n\n\n<p>More articles covering 6.8 from different point of views: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In <a href=\"https://wordpress.com/blog/2025/04/15/wordpress-6-8/\"><strong>WordPress 6.8: Feature Highlights and&nbsp;Improvements</strong></a>, <strong>Jonathan Bossenger</strong> compiled a comprehensive list of the user facing changes of the new version.</li>\n\n\n\n<li><strong>Bud Kraus</strong> discovered <a href=\"https://www.hostinger.com/blog/wordpress-6-8\"><strong>6 key changes in WordPress 6.8</strong></a> for the Hostinger Blog. </li>\n\n\n\n<li><strong>Justin Tadlock</strong> published <a href=\"https://wordpress.com/blog/2025/04/16/wordpress-6-8-developers\"><strong>The Developer’s Guide to WordPress&nbsp;6.8</strong></a></li>\n\n\n\n<li><strong>Gianna Legate</strong>, HumanMade explained <a href=\"https://humanmade.com/wordpress-for-enterprise/what-wordpress-6-8-means-for-enterprise-features-and-benefits/\"><strong>What WordPress 6.8 means for enterprise: Features and benefits</strong></a> </li>\n\n\n\n<li><strong>Jeff Paul </strong>recounts how <a href=\"https://10up.com/blog/2025/team-contribute-wordpress-6-8/\"><strong>Fueled+10up Leads the Way in the Making of WordPress 6.8</strong></a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-116-wordpress-6-8-field-guide/\">Gutenberg Changelog 116 – WordPress 6.8, Source of Truth, Field Guide, Gutenberg 20.5 and 20.6</a> with special guest JC Palmes, WebDev Studios</p>\n\n\n\n<img width=\"652\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/04/Screenshot-2025-04-05-at-12.27.14.png?resize=652%2C184&ssl=1\" alt=\"\" class=\"wp-image-39894\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins and Tools for #nocode site builders and owners<a href=\"https://bsky.app/profile/troychaplin.bsky.social\"></a></h2>\n\n\n\n<p>Last week, I mentioned the <a href=\"https://wordpress.com/ai-website-builder/\"><em>new AI builder at WordPress.com</em></a>. <strong>Matt Medeiros</strong>, <em>WPMinute</em>, took it out for a spin and in his video you will be right there with him, getting a first impression. <a href=\"https://www.youtube.com/watch?v=SxrWvHv90wM\"><strong>I Tried the WordPress.com AI Builder</strong></a>.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://bsky.app/profile/troychaplin.bsky.social\"><strong>‪Troy Chaplin</strong>‬</a> continued his work on the <a href=\"https://wordpress.org/plugins/block-accessibility-checks/\"><strong>Block Accessibility Checks plugin</strong></a>. For the new features he added to the existing image conditions a check for the alt text length and matches with captions, plus tools to help follow WP coding standards. <a href=\"https://wordpress.org/plugins/block-accessibility-checks/\">Version 1.2.0</a> now is ready for download from the WordPress plugin repository. </p>\n\n\n\n<img width=\"652\" height=\"277\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/04/Block-Accesibility-check-screenshot.png?resize=652%2C277&ssl=1\" alt=\"Screenshot Block Accessibility Check plugin v. 1.2\" class=\"wp-image-40006\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jean-Baptist Audras,</strong> a core committer and engineer at the Whodunit agency, just dropped the <a href=\"https://wordpress.org/plugins/who-inline-quote-format/\"><strong>Inline Quote Format Button for the Block Editor</strong></a> plugin in the WordPress repository.  With this plugin activated, content creators can easily mark inline citations using the <code>q</code> HTML element right from the Format toolbar in the block editor. This way they make sure that assistive technologies get that the sentence is a citation, keeping things clear for everyone!  Using this plugin keeps your site inline with one of the European Accessibility Act&#8217;s (EAA) criteria to properly indicate inline citations, according to Audras. To style the inline quote use the <strong>Editor &gt; Styles &gt; Additional CSS</strong> and add CSS for the element q, i.e., <code>q {color:purple}</code>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest video, <strong>Jamie Marsland</strong> shows you <strong><a href=\"https://www.youtube.com/watch?v=IH3RINZ8rWI\">how to create beautiful Stacking Cards in WordPress</a></strong>. &#8220;You’ll get a behind-the-scenes look at the process so you can understand how it works and tweak it for your own needs.&#8221; he wrote in the description. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><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 2025&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>JuanMa Garrido</strong>, developer advocate at Automattic, takes you with him on <a href=\"https://juanma.codes/2025/04/17/a-deep-dive-into-a-blocks-attributes/\"><strong>A deep dive into a block’s “attributes”</strong></a>. He explores how attributes work within WordPress blocks, focusing on their role in storing and managing block data. Garrido explains the different types of attributes, such as string, number, array, and object, and demonstrates how to define them in a block’s code. The article also covers how attributes are sourced from HTML, how they persist in the block’s markup, and how developers can use them to control block behavior and appearance. Practical code examples illustrate best practices for defining, accessing, and updating attributes in custom Gutenberg blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Riad Benguella</strong> announced new features for Studio app. <a href=\"https://wordpress.com/blog/2025/03/31/studio-custom-domains-https/\"><strong>Add Custom Domains and HTTPS Support to Your Local WordPress Development</strong>.</a> User can now make local WordPress development more closely mirror live production environments. Developers can now assign custom wp<code>.local</code> domains and enable SSL for their local sites. It helps developer with better testing of plugins and themes that require specific domains or secure connections. The process is streamlined, with Studio handling most technical details automatically, though macOS users must manually install the SSL certificate. These updates aim to enhance flexibility and realism in local development workflows, based on user feedback, as Studio continues to evolve. You can <a href=\"https://developer.wordpress.com/studio/\">download open-source Studio for free</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://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><em>Questions? Suggestions? Ideas? </em> <em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, email to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<p>Featured Image: Skyline Chicago 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<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Apr 2025 23:27: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:116:\"Do The Woo Community: From Page Views to Conversions: Improving Products with WordPress Analytics with Derek Ashauer\";s:7:\"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=94460\";s:7:\"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://dothewoo.io/from-page-views-to-conversions-improving-products-with-wordpress-analytics-with-derek-ashauer/\";s: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:\"In this episode of Woo ProductChat, James and Katie discuss user analytics with Derek Ashauer, emphasizing data-driven decisions for WordPress product owners, conversion tracking, and actionable insights for business 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:\"Fri, 18 Apr 2025 14:34: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Gravatar: Best Digital Business Cards for Lead Generation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3062\";s:7:\"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://blog.gravatar.com/2025/04/18/best-digital-business-card/\";s: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:17000:\"<p>Did you know that <a href=\"https://wavecnct.com/blogs/news/business-card-statistics\">88% of paper business cards are thrown away within a week</a>? This staggering statistic highlights a common frustration for professionals – traditional business cards often fail to create lasting connections.</p>\n\n\n\n<p>Digital business cards offer a smarter approach to networking. Unlike paper cards that get lost or discarded, these modern alternatives let you share contact details instantly through QR codes and track when recipients view your information. Plus, many digital cards integrate with Customer Relationship Management (CRM) systems, transforming simple contact sharing into a powerful lead generation tool.</p>\n\n\n\n<p>In this article, we&#8217;ll explore the best digital business card options available so you can decide on the tools that will enhance your <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">personal brand</a>, help you build stronger professional relationships, or generate more leads.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why digital business cards are your new lead generation engine</strong></h2>\n\n\n\n<p>Remember when business cards were just pieces of paper with your name and phone number? Those days are gone. Modern digital business cards work more like miniature marketing systems – they don&#8217;t just <a href=\"https://blog.gravatar.com/2024/08/02/organizational-benefits-of-efficient-contact-sharing/\">share your contact info</a>; they help you build and nurture professional relationships.</p>\n\n\n\n<p>The growth in digital business card adoption tells an interesting story. According to recent research, the <a href=\"https://www.globenewswire.com/news-release/2023/04/17/2647635/0/en/Digital-Business-Card-Market-Size-is-Estimated-to-Hit-US-500-Million-by-2033-North-America-Leads-the-Industry-Share-Fact-MR-Report.html#:~:text=Worldwide%20demand%20for%20digital%20business%20cards%20is%20forecasted%20to%20surge%20at%20a%20CAGR%20of%209.5%25%20during%20the%20forecast%20period%20(2023%20to%202033).\">worldwide demand for digital business cards is forecasted to surge</a> at a rate of 9.5% during the forecast period (2023 to 2033). And it makes sense – who wouldn&#8217;t want a business card that automatically saves contacts and helps track potential leads?</p>\n\n\n\n<p>Think of it like having a tiny personal assistant in your pocket. When you share your digital card via QR code, it transfers contact details and automatically logs the interaction in your CRM system. Some cards even notify you when someone views your profile or downloads your materials.&nbsp;</p>\n\n\n\n<p>This tracking capability transforms how you follow up with contacts. Instead of playing the guessing game of &#8220;Should I reach out now?&#8221;, you can actively see who&#8217;s actively engaged with your profile and time your follow-ups perfectly. Spot a potential client who just viewed your portfolio? That&#8217;s your cue to send a friendly check-in message.</p>\n\n\n\n<p>These tools come at various price points and with different features. Some focus on simple contact sharing, while others offer full suites of lead generation and analytics tools. For example, a sales team might want advanced CRM integration and tracking, while a freelance designer might just need basic contact sharing with a portfolio link.</p>\n\n\n\n<p>Let&#8217;s explore some specific options and find out which might work best for your needs.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Guide to the top digital business card platforms&nbsp;</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Gravatar</strong></h3>\n\n\n\n<img width=\"1397\" height=\"716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-new-homepage.png\" alt=\"Gravatar homepage\" class=\"wp-image-3064\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is a versatile platform that can easily become your online business card that never runs out and updates itself everywhere at once. This free service from <a href=\"https://automattic.com/\">Automattic</a> (the folks behind <a href=\"http://wordpress.com\">WordPress.com</a>) turns your email address into a universal online identity that follows you across thousands of websites.</p>\n\n\n\n<img width=\"1421\" height=\"985\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/ronnie-gravatar-profile.png\" alt=\"Example of a Gravatar profile\" class=\"wp-image-3065\" />\n\n\n\n<p>What makes Gravatar special? Unlike standalone digital business cards, your Gravatar profile automatically appears whenever you comment, contribute, or interact on supported platforms – from WordPress blogs to <a href=\"https://github.com/trending\">GitHub repositories</a>. Update your information once at Gravatar.com, and those changes instantly sync everywhere your profile appears.</p>\n\n\n\n<p>Going to a <a href=\"https://blog.gravatar.com/2025/02/17/how-to-be-better-at-networking/\">networking event</a> and need to share your details in person? Gravatar has you covered. Add your profile to <a href=\"https://www.apple.com/wallet/\">Apple</a> or <a href=\"https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel\">Google Wallet</a> for quick QR code sharing at networking events. Getting started takes just minutes – visit Gravatar.com, create a profile, and you&#8217;ve got a powerful <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a> that works automatically across the web, completely free of charge.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. HiHello</strong></h3>\n\n\n\n<img width=\"1380\" height=\"869\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/hihello-homepage.png\" alt=\"HiHello homepage\" class=\"wp-image-3067\" />\n\n\n\n<p><a href=\"https://www.hihello.com/\">HiHello</a> is a full-featured digital business card platform that combines contact sharing with lead-tracking capabilities. Users can share their cards through NFC tapping or QR codes, with the option to add cards directly to Apple or Google Wallet for quick access.</p>\n\n\n\n<p>The platform includes several practical features:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CRM integration for automatic contact syncing.</li>\n\n\n\n<li>Analytics to track card views and engagement.</li>\n\n\n\n<li>An AI scanner that can digitize paper business cards.</li>\n\n\n\n<li>Consistent branding through customizable templates, colors, and QR code designs.</li>\n</ul>\n\n\n\n<p>The pricing structure has four tiers:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free tier for personal use and some basic features.&nbsp;</li>\n\n\n\n<li>Professional plan ($6/month), which adds features like custom branding, advanced analytics, and unlimited card designs.</li>\n\n\n\n<li>Business tier ($5/user/month) that provides administrative controls, CRM integration, and team-wide templates.&nbsp;</li>\n\n\n\n<li>Enterprise options with custom pricing, additional security features, and various deployment solutions.</li>\n</ul>\n\n\n\n<p><strong>Worth noting:</strong> While the free tier works well for individuals, many of the lead generation and tracking features require a paid subscription.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Popl</strong></h3>\n\n\n\n<img width=\"1351\" height=\"749\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/popl-homepage.png\" alt=\"Popl homepage\" class=\"wp-image-3068\" />\n\n\n\n<p><a href=\"https://popl.co/\">Popl</a> is an AI-powered digital business card platform with a focus on lead capture and event networking. The platform&#8217;s standout feature is its versatile scanning capability – not just for traditional business cards but also for conference badges, <a href=\"https://www.linkedin.com/help/linkedin/answer/a525286/using-a-linkedin-qr-code-to-connect-with-members\">LinkedIn QR codes</a>, and even digital cards from other platforms.</p>\n\n\n\n<p>The platform includes several conference-focused features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AI-powered contact enrichment to automatically fill in missing information.</li>\n\n\n\n<li>Offline scanning capabilities for poor Wi-Fi environments.</li>\n\n\n\n<li>Direct CRM synchronization.</li>\n\n\n\n<li>Event-specific lead qualifiers and tagging.</li>\n\n\n\n<li>Detailed marketing attribution tracking.</li>\n</ul>\n\n\n\n<p>The pricing structure is tiered:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free tier for basic individual digital cards.</li>\n\n\n\n<li>Professional plan ($11.99/month), unlocking advanced CRM features, lead capture, and analytics.</li>\n\n\n\n<li>Team plans with custom pricing, offering additional features like shared templates and administrative controls.</li>\n</ul>\n\n\n\n<p><strong>Worth noting:</strong> While Popl provides free digital business cards, its core strength lies in its lead capture and event management capabilities, which are only available in paid tiers.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Wave</strong></h3>\n\n\n\n<img width=\"660\" height=\"393\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/wave-homepage.png?w=660\" alt=\"Wave homepage\" class=\"wp-image-3069\" />\n\n\n\n<p><a href=\"http://wavecnct.com\">Wave</a> combines digital business card functionality with lead generation tools. The platform offers automatic synchronization – when users update their contact details, the changes reflect instantly across all shared cards and integrations.</p>\n\n\n\n<p>The platform includes several networking-focused features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deep customization options for fonts, colors, and design elements.</li>\n\n\n\n<li>Quick-capture lead forms for events and conferences.</li>\n\n\n\n<li>Integration with major CRMs, including <a href=\"https://www.hubspot.com/\">HubSpot</a>.</li>\n\n\n\n<li>PDF and video file hosting capabilities.</li>\n\n\n\n<li>Real-time analytics and engagement tracking.</li>\n</ul>\n\n\n\n<p>The pricing structure follows a simple model:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free tier offering basic digital business cards and contact sharing.</li>\n\n\n\n<li>Professional plan ($4.99/month) that adds features like video uploads, file hosting, and advanced analytics.</li>\n\n\n\n<li>Business tier with custom pricing for team management and enterprise features.</li>\n</ul>\n\n\n\n<p><strong>Worth noting:</strong> While Wave provides comprehensive free features, some of its more advanced networking capabilities require a paid subscription.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Mobilo&nbsp;</strong></h3>\n\n\n\n<img width=\"660\" height=\"322\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/mobilo-homepage.png?w=660\" alt=\"Mobilo homepage\" class=\"wp-image-3070\" />\n\n\n\n<p><a href=\"https://www.mobilocard.com/\">Mobilo</a> positions itself as a business card solution designed specifically for professional teams, with an emphasis on personal branding and event networking. The platform treats each digital card as a mini landing page, allowing extensive customization.</p>\n\n\n\n<p>The platform includes several team-focused features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customizable headers, video embeds, and downloadable content hosting.</li>\n\n\n\n<li>Event-focused lead capture with automated follow-ups.</li>\n\n\n\n<li>Integration with email systems for automated presentation sharing.</li>\n\n\n\n<li>Built-in calendar linking capabilities.</li>\n\n\n\n<li>Detailed ROI tracking for events and networking activities.</li>\n</ul>\n\n\n\n<p>The pricing structure is flexible and based on several factors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Card material choice (recyclable plastic, wood, or stainless steel).</li>\n\n\n\n<li>Number of team members.</li>\n\n\n\n<li>Required features and integrations.</li>\n\n\n\n<li>Physical NFC card requirements.</li>\n</ul>\n\n\n\n<p><strong>Worth noting: </strong>For specific pricing details and customized team solutions, interested users should visit <a href=\"https://www.mobilocard.com/pricing\">Mobilo&#8217;s pricing page</a>, as costs vary based on organizational needs and setup requirements.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gravatar: Your universal digital identity solution</strong></h2>\n\n\n\n<p>Gravatar takes a unique double approach to digital business cards – it integrates them automatically into the platforms professionals use daily and can serve offline networking with a dynamic QR code.&nbsp;</p>\n\n\n\n<p>Simply add your Gravatar profile to Apple or Google Wallet for instant QR code sharing at events and meetings.</p>\n\n\n\n<img width=\"660\" height=\"466\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-qr-code-example.png?w=660\" alt=\"Example of a Gravatar profile QR code\" class=\"wp-image-3071\" />\n\n\n\n<p>Unlike standalone solutions that mostly require manual sharing, your Gravatar profile appears naturally wherever you engage online – from WordPress blogs to <a href=\"https://github.com/\">GitHub</a> repositories, <a href=\"https://slack.com/\">Slack</a> channels, and <a href=\"https://www.atlassian.com/\">Atlassian</a> products.</p>\n\n\n\n<img width=\"1328\" height=\"695\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/update-once-sync-everywhere-1.png\" alt=\"Gravatar profile syncing capabilities\" class=\"wp-image-3072\" />\n\n\n\n<p>Think of it as a self-maintaining digital business card. Update your Gravatar profile once, and those changes ripple across every platform where your email address appears. No more checking multiple profiles or worrying about outdated information. This works great for offline networking as well. When someone scans your QR code, they will be led to your profile, which is always up-to-date, unlike normal business cards.&nbsp;</p>\n\n\n\n<p>For professionals managing multiple identities, Gravatar&#8217;s email-based system lets you maintain separate profiles – use one email for work-related platforms and another for personal projects. This separation ensures you present the right image in each context.</p>\n\n\n\n<p>However, the true power of Gravatar lies in its organic reach. Rather than only actively exchanging contact information, potential connections discover your profile naturally as they interact with your comments, contributions, or collaborations across the web.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"366\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-comment-section-1.png?w=660\" alt=\"Example of a Gravatar profile showing automatically in a WordPress blog comment section\" class=\"wp-image-3073\" />\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f913.png\" alt=\"🤓\" class=\"wp-smiley\" /><strong>Tip:</strong> <em>Add your Gravatar URL to your </em><a href=\"https://blog.gravatar.com/2024/12/20/link-in-bio-tools/\"><em>social media bio links</em></a><em> to further expand this passive networking effect.</em></td></tr></tbody></table>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create your digital business card with Gravatar today</strong></h2>\n\n\n\n<p>Platforms like HiHello, Popl, Wave, and Mobilo offer solid digital business card features, but Gravatar stands apart with its unique integration-first approach. Unlike these services that require manual sharing or paid subscriptions for advanced features, Gravatar provides comprehensive functionality completely free of charge.</p>\n\n\n\n<p>What makes Gravatar different? While other platforms focus on lead generation through active networking, Gravatar also creates opportunities passively through automatic integration into the tools professionals already use. Your profile appears organically across WordPress, GitHub, Slack, and other major platforms – no subscription fees or manual updates are required.</p>\n\n\n\n<p>Think of Gravatar as your central command center for online identity. Update it once, and your information automatically syncs everywhere your email appears. No juggling multiple profiles or paying for team features. Plus, you get the same QR code sharing for offline meetings and social media integration capabilities as paid services, along with the flexibility to maintain separate professional and personal identities.</p>\n\n\n\n<p>Ready to get started? Visit Gravatar.com and click &#8220;Get Started Now.&#8221; Simply enter your email address, customize your profile with a photo and details, and add verified links to your social media accounts and portfolio.&nbsp;</p>\n\n\n\n<p>Don’t wait! <a href=\"https://gravatar.com/connect?gravatar_from=signup\">Create your Gravatar profile</a> and experience the ease of a universally recognized digital business card that requires no active sharing – once set up, it works automatically across platforms where professionals already engage.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s: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, 18 Apr 2025 13:19:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"Do The Woo Community: Do the Woo Friday Shares, April 18, 2025 v15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/blog/do-the-woo-friday-shares-april-18-2025-v15/\";s: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:135:\"Curated content from the Woo, WordPress, and Open Web community is compiled in this comprehensive list for easy access and exploration.\";s: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, 18 Apr 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"Do The Woo Community: Learning Computer Programming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://dothewoo.io/blog/computer-programming/\";s: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:112:\"In the 80\'s I learned Basic, COBOL, Assembly Language, Fortran and Pascal, and a lot of it on a TRS-80 computer.\";s: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, 18 Apr 2025 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Post Status: Decluttering Your Résumé\";s:7:\"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=163548\";s:7:\"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/decluttering-your-resume/\";s: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:8809:\"<p>I took a webinar recently on decluttering and stopping the re-cluttering. And although this seminar was about physical clutter, it got me thinking about job searching and my résumé. I&#8217;m not gonna lie &#8211; although I help other people all the time with their CVs and résumés &#8211; my CV is a cluttered mess. And it needs desperate attention.</p>\n\n\n\n<p>So as I work on mine, I&#8217;m going to share some tips that might help others as they hone their résumés, too.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-decide-between-a-resume-and-a-cv-curriculum-vitae\">Decide between a résumé and a CV (curriculum vitae)</h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A resume focuses on your&nbsp;<a href=\"https://www.thehrdigest.com/job-skills-to-include-on-your-resume-with-examples/\">job history and skills</a>, whereas a CV emphasizes your personal accomplishments. Both documents are essential, but they serve different purposes. Your resume is designed to get you noticed for a specific type of position where you can apply your skills as an entry-level sales job. In contrast, a CV shows employers and recruiters details about your life outside of work, such as previous volunteer activities and sports teams.<br /><em>from <a href=\"https://www.thehrdigest.com/cv-vs-resume-the-difference-between-a-resume-and-a-curriculum-vitae/\">TheHRDigest.com</a></em></p>\n</blockquote>\n\n\n\n<p>Most of us in tech will want to use a résumé rather than a CV, although a hybrid may be considered. </p>\n\n\n\n<p>For example, I still want to include a list of professional speaking engagements where I have been on stage. For a marketing and community position this is important, although not usually included in a traditional résumé.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-functional-resume-vs-chronological-resume\">Functional résumé vs. chronological résumé</h2>\n\n\n\n<p>A functional résumé and a chronological résumé serve different purposes depending on you background and career goals. A functional résumé emphasizes skills and competencies rather than work history, making it ideal for individuals with gaps in employment, career changers, or those with diverse but non-linear experiences. It groups qualifications under skill categories, helping highlight what you, the candidate, can do. </p>\n\n\n\n<p>In contrast, a chronological résumé lists work experience in reverse chronological order, showcasing a clear employment timeline and career progression. This format is usually favored by most employers and is best suited for candidates with a steady, relevant work history in the same field. While the functional résumé focuses on what you <em>can</em> do, the chronological résumé highlights <em>where</em> and <em>when</em> you’ve done it.</p>\n\n\n\n<p>You might choose a functional résumé over a chronological one if you want to shift the focus away from your work history and emphasize your skills and achievements instead. By organizing your résumé around what you <em>can do</em> rather than when and where you did it, a functional format allows you to present yourself in a stronger light if your job history doesn&#8217;t tell the full story of your qualifications.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-to-show-your-age-or-not-to\">To show your age or not to?</h2>\n\n\n\n<p>Typically, you should not include your age on a résumé. Age is considered personal information and isn&#8217;t relevant to your qualifications or ability to perform a job. Including it can unintentionally open the door to age discrimination, whether you&#8217;re younger or older. Instead, focus on your skills, experience, and accomplishments. </p>\n\n\n\n<p>This means you should avoid including graduation dates if you&#8217;re concerned about age bias—what matters most to employers is <em>what you bring to the table</em>, not how old you are.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-should-you-list-out-hobbies\">Should you list out hobbies?</h2>\n\n\n\n<p>Listing hobbies on a résumé is optional and depends on the job you&#8217;re applying for. In general, you should only include hobbies if they are relevant to the position or help show skills that are transferable or desirable in the workplace—like leadership, creativity, teamwork, or dedication. For example, if you&#8217;re applying for a job in marketing, a hobby like managing a personal blog or creating social media content could be a plus. On the other hand, if your hobbies aren’t related to the job or don’t add value to your application, it&#8217;s best to leave them off and use the space for more impactful content like achievements or skills.</p>\n\n\n\n<p>Listing some hobbies can share more information that you may want to. For example, listing something like being a scout leader might share that you have parenting responsibilities, which may make you seem less desirable (especially for women), as unconscious biases expect mothers to spend more time with family than at work.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-should-you-show-in-your-tech-stack\">What should you show in your tech stack?</h2>\n\n\n\n<p>Many times I have seen people list tech that is too basic to include on their résumé for the job they&#8217;re seeking. Including things like email, Google sheets, and Slack in today&#8217;s market are already expected of applicants and appear as résumé padding. When you list your tech stack on your résumé, take a careful look at each on your list to evaluate if it needs to be there. When in doubt, ask a friend in the industry.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-about-a-portfolio\">How about a portfolio?</h2>\n\n\n\n<p>For someone in the technology industry, a strong portfolio should showcase both technical skills and the impact of your work. Here’s what to include:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Projects</strong> – Highlight 3–5 of your best or most relevant projects. Include brief descriptions, your role, the technologies used, and outcomes or results (e.g., improved performance, user growth, bug fixes, etc.).</li>\n\n\n\n<li>For developers, include <strong>Code Samples</strong> – Share links to GitHub or similar platforms where employers can see clean, well-documented code. Make sure it&#8217;s organized and shows your understanding of best practices.</li>\n\n\n\n<li><strong>Case Studies</strong> – For more complex projects, write short case studies that outline the problem, your approach, tools used, and the result.</li>\n\n\n\n<li><strong>Technical Skills</strong> – For developers, clearly list programming languages, frameworks, tools, and platforms you’re proficient in. For marketers, list the technology skills you have in media production and scheduling.</li>\n\n\n\n<li><strong>Live Demos or Screenshots</strong> – If possible, provide links to live demos or include screenshots to make your work tangible—especially helpful for front-end or UX/UI roles and marketing.</li>\n\n\n\n<li><strong>Resume &amp; Contact Info</strong> – Include a downloadable résumé and a clear way for potential employers to contact you.</li>\n\n\n\n<li><strong>Certifications or Awards</strong> – Optional, but helpful if they’re relevant to the job (like AWS certification, hackathon wins, etc.).</li>\n</ol>\n\n\n\n<p>The key is to show not just what you can build, but how you think, collaborate, and solve problems—that&#8217;s what really stands out. Want help building or reviewing a portfolio?</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-should-you-include-a-photo-on-your-resume\">Should you include a photo on your résumé?</h2>\n\n\n\n<p>While your photo is included in your social channels (including LinkedIn), it&#8217;s not necessary to include on a résumé, and may actually count against you if the reviewer has any conscious or unconscious biases.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-in-doubt-hire-help-for-your-resume\">When in doubt, hire help for your résumé</h2>\n\n\n\n<p>Finding your next job is important, so if you&#8217;re not confident in your résumé-building skills, spending some money up front to stand out in a sea of applicants is money well-spent.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-wishes\">Best wishes</h2>\n\n\n\n<p>Most of all, best wishes in your pursuit of your next great position. Wishing you an easy time and a great fit for the best salary. Your happiness and health deserve it.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Find jobs to apply for on our <a href=\"https://poststatus.com/jobs/\">Job Board</a>.</p>\n<p>This article, <a href=\"https://poststatus.com/decluttering-your-resume/\">Decluttering Your Résumé</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:18:\"Michelle Frechette\";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:31:\"Post Status: Agency News Weekly\";s:7:\"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=163506\";s:7:\"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/agency-news-weekly-2025-04-14/\";s: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:5858:\"<h2 class=\"gb-headline gb-headline-3f9efd72 gb-headline-text\">It&#8217;s Official &#8211; Only One Major WordPress Release for 2025</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.8 will be the only major core release this year following <a href=\"https://make.wordpress.org/core/2025/04/04/dotorg-core-committers-check-in/\">a meeting of Core Committers</a> on April 4.</li>\n\n\n\n<li>The stated reason for the decision was a reduction in weekly core contribution hours by companies like Automattic (from 4000 to 16) and Newfold Digital (from 329 to 20).</li>\n\n\n\n<li><a href=\"https://www.therepository.email/wordpress-scales-back-to-one-major-release-in-2025\">The Repository&#8217;s story on this topic</a> brings excellent insight to some of the people and opinions associated with this decision. As usual, it&#8217;s a great read.</li>\n\n\n\n<li><em><strong>What does this decision mean for those of us who run agencies or do client work?</strong></em></li>\n\n\n\n<li>From a technical perspective, maybe not much unless you&#8217;re all in on the Site Editor (as <a href=\"https://poststatus.com/agency-news-weekly-2025-03-17/\">I wrote on March 17</a> when the changes to the release schedule were first being discussed).</li>\n\n\n\n<li>I&#8217;m particularly interested in <a href=\"https://www.therepository.email/wordpress-scales-back-to-one-major-release-in-2025#:~:text=A%20key%20area%20of%20focus%20moving%20forward%20will%20be%20canonical%20plugins\">the focus on canonical plugins</a> to deliver new features rather than core development. </li>\n\n\n\n<li>As an agency owner, my biggest concern is perceived stagnation of the project in the tech world, which is a big deal as WordPress struggles to compete with platforms like Wix, Squarespace, and Shopify.</li>\n\n\n\n<li>It used to be easy to demonstrate how WordPress was a superior solution when clients had questions. Now that might be a harder sell, especially to those who hear tech industry chatter.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-930042ec gb-headline-text\">Seeing More Form Spam Lately? This AI Bot May Be to Blame</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://thehackernews.com/2025/04/akirabot-targets-420000-sites-with.html\">An AI-powered spam bot called AkiraBot</a> has been targeting hundreds of thousands of websites with convincing spam messages generated by OpenAI technology.</li>\n\n\n\n<li>The Python-based bot uses GPT-4 model to create genuine-looking form entries that are based on the website&#8217;s content.</li>\n\n\n\n<li>The messages promote questionable SEO services under names like Akira and ServicewrapGO.</li>\n\n\n\n<li>Akirabot has also demonstrated an ability to defeat popular CAPTCHA systems, including Turnstile, hCAPTCHA, and reCAPTCHA.</li>\n\n\n\n<li>OpenAI has taken action by disabling the API key and associated assets used in this operation (at least for now).</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-7643d17f gb-headline-text\">If You Target Quebec Customers, Make Sure You Know About Bill 96</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>By June 1, 2025, <a href=\"https://translatepress.com/bill-96-quebec-canada/\">websites that target Quebec residents must be available in French</a> <em>at no disadvantage compared to other languages.</em></strong></li>\n\n\n\n<li><a href=\"https://www.cfib-fcei.ca/en/site/qc-law-14-bill-96\">Quebec’s Bill 96</a> is a sweeping law that expands the use of French across business, education, and public services.</li>\n\n\n\n<li>For businesses, the bill introduces strict requirements around offering French-language services, signage, contracts, and digital content (including websites and mobile apps) when doing business in the province.</li>\n\n\n\n<li>Companies located outside Quebec (or even outside Canada), must still comply <strong>if they target Quebec customers.</strong></li>\n\n\n\n<li><a href=\"https://oxoinnovation.com/quebec-bill-96/\">Non-compliance with the bill</a> can result in significant fines ranging from $3,000 to $30,000 per day, and company officers can being held personally liable.&nbsp;</li>\n\n\n\n<li>If you or your clients target customers in Quebec, this is weighty legislation that needs attention.</li>\n</ul>\n\n\n<div class=\"gb-container gb-container-c34423a9\">\n\n<h2 class=\"gb-headline gb-headline-7813eada gb-headline-text\">Worth a Look </h2>\n\n</div>\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://theadminbar.com/2025-survey/\">The Admin Bar&#8217;s 2025 Web Professionals Survey results are in</a></strong>.  Interesting stats here from more that 1200 respondents.</li>\n\n\n\n<li><strong><a href=\"https://www.therepository.email/wordpress-foundation-secures-trademarks-for-managed-wordpress-and-hosted-wordpress-in-the-european-union\">The WordPress Foundation has secured trademarks</a></strong> for &#8220;Managed WordPress&#8221; and &#8220;Hosted WordPress&#8221; in the EU (along with UK and Australia). <em><a href=\"https://poststatus.com/agency-news-weekly-2025-03-10/#:~:text=Sell%20WordPress%20Care%20Plans%3F%20You%20Might%20Need%20to%20Rename%20Them.\">How this could impact your agency</a>.</em></li>\n\n\n\n<li><strong>Corey Maass has released the <a href=\"https://pausetab.com/\">PauseTab Chrome Extension</a></strong> &#8211; pause a tab now and bring it back exactly when you need it. Super cool.</li>\n\n\n\n<li><strong><a href=\"https://wordpress.com/ai-website-builder/\">WordPress.com has released an AI Website Builder</a></strong> that will create a WordPress site on their platform based on your prompts. <a href=\"https://www.youtube.com/watch?v=SxrWvHv90wM&ab_channel=WPMinuteTutorials\">Here&#8217;s Matt Medeiros&#8217; take</a>.</li>\n</ul>\n\n\n\n<p></p>\n<p>This article, <a href=\"https://poststatus.com/agency-news-weekly-2025-04-14/\">Agency News Weekly</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"Nathan Ingram\";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:48:\"Post Status: The Latest from Post Status Members\";s:7:\"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=163503\";s:7:\"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://poststatus.com/the-latest-from-post-status-members-2025-04-14/\";s: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:5657:\"<p><strong>Howard Spaeth</strong> launched his new WAAS project, <a href=\"https://builtforservice.com/Home\">Built for Service</a>.</p>\n\n\n\n<p><strong>Rodolfo Melogli</strong> promoted his upcoming Business Bloomer classes on WooCommerce, including topics like syncing with Google Sheets, auditing conversion rates, and optimizing sales emails. <a href=\"https://www.businessbloomer.com/class/how-to-sync-woocommerce-google-sheets-without-plugins/\">Explore the sessions</a></p>\n\n\n\n<p><strong>Syed Balkhi</strong> shared new feature updates to the <a href=\"https://x.com/syedbalkhi/status/1909290149462089893\">Charitable plugin</a>.</p>\n\n\n\n<p><strong>Adam Weeks</strong> released a <a href=\"https://youtu.be/6Axur-phLQ8?si=J0DKz5Lw02wDqP4X\">video conversation</a> with Marc Benzakein, discussing authenticity and their shared WordPress experiences.</p>\n\n\n\n<p><strong>Joost de Valk</strong> introduced a new <a href=\"https://progressplanner.com/progress-planners-new-integration-with-yoast/\">Progress Planner integration with Yoast SEO</a>, offering tailored improvement tips based on your SEO setup.</p>\n\n\n\n<p><strong>Corey Maass</strong> launched <a href=\"https://pausetab.com\">PauseTab</a>, his first Chrome extension, which lets users snooze browser tabs until needed.</p>\n\n\n\n<p><strong>Mitch Canter</strong> unveiled <a href=\"https://mrsfallout.com/\">a retro-styled WordPress website</a> for a popular Fallout content creator, designed as a throwback to early internet aesthetics.</p>\n\n\n\n<p><strong>Dan Knauss</strong> shared a <a href=\"https://www.youtube.com/watch?v=oThwBJLM4zg\">PublishPress podcast interview</a> with Kyle Van Deusen about his community-building work at The Admin Bar.</p>\n\n\n\n<p><strong>Topher DeRosia</strong> published a new <a href=\"https://heropress.com/essays/how-wordpress-changed-my-life-gratitude/\">HeroPress essay</a> by Caio Ferreira, also available in Brazilian Portuguese with audio.</p>\n\n\n\n<p><strong>Bob Dunn</strong> shared a <a href=\"https://dothewoo.io/navigating-the-accessibility-landscape-real-stories-with-bud-kraus/\">Do the Woo episode</a> focused on accessibility, featuring real stories and insights from Bud Kraus.</p>\n\n\n\n<p><strong>Jessica Lyschik</strong> appeared on the <a href=\"https://hubs.ly/Q03dVWfh0\">Greyd Conversations podcast</a> with Mike McAlister to discuss product development using the WordPress site editor.</p>\n\n\n\n<p><strong>Tom Whitaker</strong> shared a video on <a href=\"https://youtu.be/sARqZwnYOPM\">AI prompt enhancement</a>, encouraging better communication with AI for more accurate results.</p>\n\n\n\n<p><strong>Matt Medeiros</strong> released a <a href=\"https://youtu.be/SxrWvHv90wM\">review of WordPress.com’s new AI builder</a>, offering initial thoughts on its capabilities and usefulness.</p>\n\n\n\n<p><strong>Michelle Frechette</strong> published the latest <a href=\"https://wpwonderwomen.kit.com/posts/wp-wonder-women-newsletter-vol-1-issue-29\">WP Wonder Women newsletter</a>, featuring Stacy Carlson and updates from many women in the WordPress ecosystem.</p>\n\n\n\n<p><strong>Juan Hernando</strong> wrote about his role as <a href=\"https://ciudadanob.com/en/blog/2025/04/10/the-life-of-a-wordpress-community-program-manager-whatever-that-is/\">Program Manager for the WordPress Community team</a> and how Weglot supports his work.</p>\n\n\n\n<p><strong>Brian Henry</strong> announced a major update to <a href=\"https://github.com/BrianHenryIE/strauss/releases/tag/0.22.10.22.1\">Strauss</a>, his PHP namespacing tool, including a dry-run feature, config feedback, and compatibility with Composer workflows.</p>\n\n\n\n<p><strong>Jonathan Bossenger</strong> hosted a live session comparing <a href=\"https://www.twitch.tv/jonathanbossenger\">GitHub Copilot agent mode to Cursor</a> in VS Code for AI-assisted development.</p>\n\n\n\n<p><strong>Topher DeRosia</strong> mentioned his daughter’s creative work on <a href=\"https://www.patreon.com/SpoonQueenCreative?redirect=true\">Patreon</a>, encouraging the community to join the free level to support her.</p>\n\n\n\n<p><strong>Bud Kraus</strong> published a <a href=\"https://seriouslybud.com/stephanie-hudson/\">feature on Stephanie Hudson</a>, spotlighting her journey and the people who influenced her life.</p>\n\n\n\n<p><strong>Daniel Post</strong> explained how he <a href=\"https://bsky.app/profile/danielpost.com/post/3lmmbjg54q22m\">migrated from DeployHQ to GitHub Actions</a> for smoother deployment workflows.</p>\n\n\n\n<p><strong>Bob Dunn</strong> relaunched <a href=\"https://dothewoo.io/bobwp-unplugged-do-the-woo-query-newsletter-and-daily-posts/\">BobWP Unplugged</a>, including a new newsletter and daily WooCommerce posts.</p>\n\n\n\n<p><strong>Topher DeRosia</strong> published a new photo on <a href=\"https://wpphotos.info/barek-tila/\">WPPhotos</a> showing sand and rock harvesting in Bangladesh.</p>\n\n\n\n<p><strong>Hudson Atwell</strong> shared an <a href=\"https://gbti.network/ai/mcp/new-england-clam-chowder-the-red-or-the-white/\">MCP server boilerplate article</a>, explaining how to use MCP servers on the Windsurf IDE along with setup and debugging tools.</p>\n\n\n\n<p><strong>Ronni K. Gothard Christiansen</strong> announced <a href=\"https://aesirx.io/blog/aesirx/aesirx-cmp-for-wordpress-v1-5-0-consent-logging-and-more-customizable-user-control\">AesirX CMP for WordPress v1.5.0</a>, introducing consent logging, editable modal text, improved UI, and support for eight new languages.</p>\n<p>This article, <a href=\"https://poststatus.com/the-latest-from-post-status-members-2025-04-14/\">The Latest from Post Status Members</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"Nathan Ingram\";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:59:\"Post Status: Post Status Happiness Hour Session Twenty Five\";s:7:\"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=163527\";s:7:\"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://poststatus.com/post-status-happiness-hour-session-twenty-five/\";s: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:47642:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/category/planet/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode of the Post Status Happiness Hour, host <a href=\"https://x.com/michelleames\">Michelle Frechette</a> interviews <a href=\"https://x.com/timbouchard\">Tim Bouchard</a>, and <a href=\"https://www.linkedin.com/in/brennanron/\">Ron Brennan</a> discuss the upcoming <a href=\"https://colorcode.events/\">Color Code event</a>, a conference focused on design, technology, and marketing. Unlike traditional WordCamps, Color Code aims to be more inclusive, welcoming participants from various platforms and technologies. The event will feature a diverse lineup of speakers, interactive elements like a live graffiti art competition, and networking opportunities. Set to take place in Buffalo, New York, the conference emphasizes accessibility and community involvement, promising a dynamic and engaging experience for all attendees.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-top-takeaways\">Top Takeaways: </h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Networking and Collaboration Opportunities: </strong>The Color Code event emphasizes the power of in-person connections. With a focus on creative professionals, marketers, and developers, the event is designed to facilitate collaboration through both formal presentations and informal networking (the &#8220;hallway track&#8221;). Attendees can expect meaningful conversations and potential partnerships that might not happen in a purely virtual setting.</li>\n\n\n\n<li><strong>Diverse and Relevant Topics: </strong>The event will cover a range of cutting-edge topics, such as AI, content strategies, and the challenges of decoupling from major tech players like Google. These presentations, led by volunteer speakers, aim to provide valuable insights and practical knowledge, making the event a great opportunity for professionals to stay informed on industry trends.</li>\n\n\n\n<li><strong>Affordability and Accessibility:</strong> With an affordable ticket price ($40), including lunch and the after-party, Color Code positions itself as an accessible event for professionals of all backgrounds. The organizers also plan to record sessions and make them available online, ensuring that those who can’t attend in person still have access to the valuable content.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-mentioned-in-the-show\">Mentioned In The Show:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://colorcode.events/\">Color Code</a></li>\n\n\n\n<li><a href=\"https://pressconf.events/\">Press Conf</a></li>\n\n\n\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/\">Meetup</a></li>\n\n\n\n<li><a href=\"https://senecaonebuffalo.com/\">Seneca One Tower</a></li>\n\n\n\n<li><a href=\"https://douglasdevelopment.com/\">Douglas Development</a></li>\n\n\n\n<li><a href=\"https://luminus.agency/\">Luminous </a></li>\n\n\n\n<li><a href=\"https://www.genemccarthys.com/\">Gene McCarthy&#8217;s</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-you-can-follow-post-status-and-our-guests-on-social-media\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Social Media:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/timbouchard\">Tim Bouchard</a> (Owner/CEO, <a href=\"https://x.com/LuminusAgency\">LuminusAgency</a>)</li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/brennanron/\">Ron Brennan</a> (Managing Partner, <a href=\"https://www.linkedin.com/company/cani-marketing-group/\">CANI Marketing Group</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/michelleames\">Michelle Frechette</a>&nbsp;(Director of Community Relations,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>&nbsp;(Intern,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p>The <strong>Post Status</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /></p>\n\n\n\n<p><a href=\"https://poststatus.com/category/post-status-podcasts/\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Michelle Frechette 00:00:02&nbsp; And welcome to our next Post Status Happiness Hour. Today I&#8217;m joined by two thirds of the organizing team for Color Code Events, Tim Bouchard and Ron Brennan, my neighbors to the west in Buffalo, New York. How are you guys doing?&nbsp;</p>\n\n\n\n<p>TIm Bouchard: Good.</p>\n\n\n\n<p>Ron Brennan 00:00:18&nbsp; Good. How are you?</p>\n\n\n\n<p>Michelle Frechette 00:00:20&nbsp; I&#8217;m good. Thanks. Ron, I don&#8217;t remember when you and I met. It&#8217;s been a really long time because we&#8217;ve been doing Buffalo, and it&#8217;s probably 2015 or 16. If I&#8217;m 14? I don&#8217;t know, being honest. We go way back.</p>\n\n\n\n<p>Ron Brennan 00:00:31&nbsp; 14 or 15 Yep. Somewhere.</p>\n\n\n\n<p>Michelle Frechette 00:00:33&nbsp; Yeah.</p>\n\n\n\n<p>Ron Brennan 00:00:33&nbsp; Your first WordCamp event.</p>\n\n\n\n<p>Michelle Frechette 00:00:36&nbsp; It was. I joke about I joke, I laugh about the fact that I posted on my only social channel at the time, which was, Facebook, and I called it. I said I was at my first WordPress Camp because I didn&#8217;t even remember. They were called word camps back then, but and Tim, you and I go back probably almost as far.</p>\n\n\n\n<p>Time Bouchard: Almost yeah.&nbsp; I met you back in 16 maybe?&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:00:55&nbsp; So nice to see you both here today, but we&#8217;re here to talk about Color Code, which I am fortunate to be a speaker at. I&#8217;m excited to bring my, my story there, my talk about doing personal branding and how you can increase your personal branding, and there&#8217;s some basic steps to doing that and get started. It can feel overwhelming, but it doesn&#8217;t need to. So I&#8217;ll save that for the actual event. I won&#8217;t give it all the way today, but I wanted to talk to you guys about what you&#8217;re doing because it&#8217;s it&#8217;s WordPress adjacent. It&#8217;s not a WordCamp. You&#8217;re doing something on your own. Similar to Press Conf that&#8217;s going on at the end of this month, but you have managed to keep the costs down. So it&#8217;s still a fairly low investment for people to attend. And it&#8217;s not an official WordPress event, which also was a choice for you. And it&#8217;s in person as well. So it&#8217;s not an online event.&nbsp; So tell me all the thought processes that went into getting this up and going off the ground. Also, I think the venue is supposed to be pretty sensational from what I&#8217;ve heard.&nbsp;</p>\n\n\n\n<p>Tim Bouchard 00:02:03&nbsp; Yeah. For sure.Yeah. Ron, do you want to start with this? I mean, you have the bigger history, so you can go for it.</p>\n\n\n\n<p>Ron Brennan 00:02:08&nbsp; Yeah. So as you know, like, Ben and myself and then Andy and then Tim, you know, we kind of ran the WordPress community here in Buffalo, New York. Ran the WordCamps we started this year. You know, Michelle, you know how we do it. We&#8217;re last minute. It drives you crazy. But, you know, we kind of pull together. We decide three weeks before the event. Hey, let&#8217;s do a WordCamp. And then, you know, our handlers and everything are going crazy. This year Tim really got involved, and he&#8217;s like, you know what, guys? We&#8217;re going to do this right this year.&nbsp; It&#8217;s going to be a real, you know, event that people look forward to going to. But we got to start. I mean we started last year after the event. It was crazy.</p>\n\n\n\n<p>Tim Bouchard 00:02:51&nbsp; Yeah. July and August. We started planning meeting for this year.</p>\n\n\n\n<p>Michelle Frechette 00:02:53&nbsp; Tim, you accomplished what I was unable to do for years.</p>\n\n\n\n<p>Tim Bouchard: I’m very persuasive.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:02:57 Light that fire under those guys and get them started earlier.</p>\n\n\n\n<p>Ron Brennan 00:03:02&nbsp; Yeah. He, you know, he got us motivated by always suggesting meeting places that had, like, beer and chicken wings. So.</p>\n\n\n\n<p>Michelle Frechette 00:03:09&nbsp; I mean, with Buffalo. You got it. Where&#8217;s your favorite wings from?</p>\n\n\n\n<p>Ron Brennan 00:03:15&nbsp; Favorite wings. Mine are probably Bar Bill, but I like Gene McCarthy&#8217;s a lot, too. And that&#8217;s where this kind of all originated.</p>\n\n\n\n<p>Tim Bouchard 00:03:23&nbsp; I like Gene McCarthy&#8217;s too, but my my secret is the Tonawanda Golf Dome.</p>\n\n\n\n<p>Ron Brennan 00:03:28&nbsp; Oh, those are good, too.</p>\n\n\n\n<p>Michelle Frechette 00:03:30&nbsp; And you guys introduced me to Elmo&#8217;s, and I really liked Elmo&#8217;s.</p>\n\n\n\n<p>Tim Bouchard 00:03:33&nbsp; Yeah. So Elmo&#8217;s great.</p>\n\n\n\n<p>Tim Bouchard 00:03:35&nbsp; Yeah.</p>\n\n\n\n<p>Ron Brennan 00:03:35&nbsp; Okay.</p>\n\n\n\n<p>Michelle Frechette 00:03:35&nbsp; We got sidetracked.</p>\n\n\n\n<p>Ron Brennan 00:03:37&nbsp; Sorry. Yeah.</p>\n\n\n\n<p>Tim Bouchard 00:03:38&nbsp; That&#8217;s alright.</p>\n\n\n\n<p>Ron Brennan 00:03:38&nbsp; Do we have a time limit?</p>\n\n\n\n<p>Michelle Frechette 00:03:40&nbsp; I mean, we try to keep it to an hour, so.</p>\n\n\n\n<p>Ron Brennan 00:03:42&nbsp; Okay. So, anyway, we so we got started. We got going with our, our handler, sponsor, whoever, you know, our organizing friend. And then we got into it, and all the stuff happened with WordPress, you know, and it was really around that time with like Check Box Gate. Remember that? Like, I don&#8217;t even know if that&#8217;s still a thing where you got to certify that you&#8217;re not affiliated with WP engine.</p>\n\n\n\n<p>Tim Bouchard 00:04:06&nbsp; It&#8217;s like pineapple now or something. Yeah. Yeah. It&#8217;s not a thing anymore.</p>\n\n\n\n<p>Ron Brennan 00:04:10&nbsp; And we, you know, Tim and I both run our agencies and use those, those services. So we&#8217;re like, we don&#8217;t even know if we can log into this thing. And then, you know, are we going to be hindered by people that utilize this, that won&#8217;t you can&#8217;t buy tickets unless you check that box and log in to the WordPress back end.</p>\n\n\n\n<p>Ron Brennan 00:04:30&nbsp; So there were a lot of unknowns. But beside all of that, we we kind of started having conversations adjacent to this anyway, and thinking it would be cool to have a conference that wasn&#8217;t so platform specific and that didn&#8217;t, you know, like, WordPress is cool and designers come, but they have to be familiar with WordPress. This thing allows any platform, any technology, any designer, marketing agencies, you know, whatever. We&#8217;ve got so many different various people that would never probably come to a WordCamp, because maybe they don&#8217;t build on. We got a guy that&#8217;s building a CMS, I think, in one of the talks. I believe so. So nothing against WordCamp, you know, we we hope to keep that going here in the Buffalo community. But we, you know, we still have our WordCamp Meetup group that that goes once a month. But this is an exciting opportunity to do something different. And we didn&#8217;t know how it was going to be received. But, you know, Tim, again, got the, you know, just started like, emailing everybody and, and it&#8217;s like, okay, well, I guess we&#8217;re doing this thing. So, you know, formed a, an organization and started putting it together. And it&#8217;s going to be a great event. So Tim can talk about, like, the venue and all of that fun stuff that&#8217;s happening.</p>\n\n\n\n<p>Michelle Frechette 00:05:54&nbsp; I also want to know where the name came from. So I want you to dive into that at some point.</p>\n\n\n\n<p>Ron Brennan 00:05:58&nbsp; To sort of the real story.</p>\n\n\n\n<p>Tim Bouchard 00:05:59&nbsp; Yeah, yeah. Color Code itself is. I think the idea was we wanted to lean into both sides of the equation. And you know how it goes when you brainstorm like this. We had a ton of terrible ideas. We had some that other people already taken. We had some that were just straight up silly, but the Color Code, color art design, code tech, and it just kind of it&#8217;s, you know, alliteration, it all kind of works. So.</p>\n\n\n\n<p>Michelle Frechette 00:06:25&nbsp; It sounds like a Dunkle thing.</p>\n\n\n\n<p>Ron Brennan 00:06:29&nbsp; He was part of it.</p>\n\n\n\n<p>Tim Bouchard 00:06:30&nbsp; Yeah. He&#8217;s part. Yeah, we all definitely thought it&#8217;s one of those things where, like, the Slack channel and the Google Drive doc just goes crazy for like, two weeks, and then ultimately, you end up, okay. There&#8217;s a domain we could use for that. Let&#8217;s go for it.</p>\n\n\n\n<p>Ron Brennan 00:06:42&nbsp; That&#8217;s what it came down to the domain.</p>\n\n\n\n<p>Tim Bouchard 00:06:44&nbsp; Yeah, I think this is what everything comes down to when you name stuff. Now it&#8217;s is there a domain that you can register for it and then get an LLC or whatever. So Color Code was really meant to one have like a fun sound and really specifically just plainly say this is design and tech. And when you think about like the marketing world, that kind of factors into everything that we do for marketing too. So it&#8217;s all encompassing. And to John&#8217;s point or sorry, Ron&#8217;s point. It really allows us to branch out topic wise and technology wise. And we were talking about the venue, the Seneca One Tower in Buffalo is the most impressive building in the city from a size standpoint that stands over the city at like 33 floors or something like that. I&#8217;d say that City Hall is still probably the most impressive building, but the tower is amazing, but it&#8217;s also home to 43 North, which is one of the largest startup incubators in the country and runs one of the largest competitions in the country.</p>\n\n\n\n<p>Tim Bouchard 00:07:41&nbsp; So there&#8217;s lots of startups there, and they all have marketing, tech, advanced, you know, promotion. So it really kind of fits the vibe of what that tower has tried to become under Douglas Development, which is sort of like a tech hub and an incubator hub. And MIT has invested in it for. Their, their tech department. So it it has a a great auditorium large breakout rooms for. And we planned on maybe having one good track, but we got so many speakers submissions and there were a lot of good talks. And we really did want to have a variety of topics, from design to development to marketing. And it ultimately ended up that we we had enough, to whittle it down, to whittle it down to three tracks, which was 20 speakers and 19 talks. We have one. The headline talk, is actually a two person talk in the auditorium at the end of the day, but, it really worked out. Well, we do have we have speakers coming from all over the East Coast.</p>\n\n\n\n<p>Tim Bouchard 00:08:43&nbsp; We got sponsors at the national level. And to to Ron&#8217;s point, by making the event a little bit more inclusive to marketing and creative. We were able to pull a lot of local agency support to you on the sponsor side, because one of the goals was, we don&#8217;t need this to be a conference that makes money. We all have jobs. We all have agencies or freelance gigs. We wanted to create something that was still accessible for students and startup people, or just hobbyists even. So by getting the sponsorship, it allowed us to keep down the ticket costs. So the tickets are around what a typical WordCamp would be as well.</p>\n\n\n\n<p>Michelle Frechette 00:09:25&nbsp; Nice. That makes it much, much more accessible for people, for sure. Especially when you do have people flying in from all over to attend and to speak there. I think.</p>\n\n\n\n<p>Tim Bouchard 00:09:35&nbsp; Yeah. And it is still volunteer speaking at this point too. I mean, there&#8217;s a few sponsors that have speaking spots because it&#8217;s part of their sponsor level. But, the challenge to having a low ticket event is it has to be very community driven. So in that aspect, it is a lot like WordCamp. It&#8217;s just that the speakers are coming from such more diverse backgrounds now, and diverse topics, that it&#8217;s just interesting to see that there are other people in these industries that are willing to do volunteer speaking, too. So yeah, that&#8217;s that&#8217;s one. The other way, to their credit, to the speaker&#8217;s credit of being able to keep tickets, down in cost.</p>\n\n\n\n<p>Michelle Frechette 00:10:13&nbsp; Yeah. I&#8217;m going to pull up the, the site so we can kind of talk a little bit through, first of all, who is the Bauhaus lover? Because the whole design seems very much in the Bauhaus arena.</p>\n\n\n\n<p>Tim Bouchard 00:10:27&nbsp; Yeah. Which that&#8217;s my my art director at Luminous, John English. This is his brainchild.</p>\n\n\n\n<p>Michelle Frechette 00:10:32&nbsp; I love it. It looks great. And, there&#8217;s downtown Buffalo, I recognize that.</p>\n\n\n\n<p>Tim Bouchard 00:10:37&nbsp; Yep. That that view right there is up main Street from the level that the event is going to be on at Seneca Tower.</p>\n\n\n\n<p>Michelle Frechette 00:10:44&nbsp; Oh, nice. My daughter used to live right on Main Street there. So, Let&#8217;s see. So you have right now we are in the standard, so it&#8217;s only $40 to attend. And if you sign up after the 20th, it&#8217;s only $50. And you can do that with or without a t shirt for that extra $10. I see wings, of course. You gotta have wings. The venue looks phenomenal.</p>\n\n\n\n<p>Tim Bouchard 00:11:08&nbsp; Yep that the tower.</p>\n\n\n\n<p>Michelle Frechette 00:11:08&nbsp; And then there&#8217;s the schedule, which is, you know what everybody is always interested in seeing, like, who&#8217;s going to be here? Coffee in the lobby. Happy about that, for sure. You know, opening remarks as we call the event greeting here. And then you&#8217;ve got some, Tim, you and I are speaking at the same time. How did that happen?</p>\n\n\n\n<p>Tim Bouchard 00:11:25&nbsp; Yeah, yeah, it&#8217;s the way the schedule works out when you have tracks like this, you have to balance and make sure that you don&#8217;t have any overlapping.</p>\n\n\n\n<p>Michelle Frechette 00:11:33&nbsp; Topics. Absolutely.</p>\n\n\n\n<p>Tim Bouchard 00:11:35&nbsp; Yeah. So there&#8217;s, there&#8217;s definitely like in the flex track, which is green when it&#8217;s heavily marketing or design related.</p>\n\n\n\n<p>Tim Bouchard 00:11:40&nbsp; The other talks are more content and dev. Yeah. So, it was a hard balance when you have this many speakers. It&#8217;s like doing a wedding reception table seating.&nbsp; Figure out who has to be next to each other and who can&#8217;t.</p>\n\n\n\n<p>Michelle Frechette 00:11:55&nbsp; So you know, it is nice to go first thing though, because then you&#8217;ve ripped off the band aid and like the rest of the day, is your own, right?</p>\n\n\n\n<p>Tim Bouchard 00:12:01&nbsp; So yeah. And set the tone for the day too, right. So a lot of strong people leading off each track and then go from there.</p>\n\n\n\n<p>Michelle Frechette 00:12:09&nbsp; And you&#8217;ve got Jen Witkowski, you&#8217;ve got Lucas Manuel Alvarado, Kaitlin Bolling, Jim Brandt, Femi Lewis. Oh, I love Femi. She&#8217;s awesome.</p>\n\n\n\n<p>Tim Bouchard 00:12:17&nbsp; Christian Taylor&#8217;s coming too.</p>\n\n\n\n<p>Michelle Frechette 00:12:20&nbsp; Yeah. Christian from Craylor Media. Yep, I know Christian. He and I, met for the first time in person over at WordCamp Asia. Phenomenal. Doing so much work, in WordPress as far as news and sharing that kind of stuff. David Jackson.&nbsp;</p>\n\n\n\n<p>Tim Bouchard 00:12:33&nbsp; Yeah, I&#8217;ll point out my buddy Jordan from Orlando, who no one&#8217;s ever probably heard of in this community, but, for the sports fans or even general marketing fans, he&#8217;s behind the viral campaigns for the Pop Tarts College Bowl Game that have happened the last couple of years with the crazy Pop Tart stuff that&#8217;s happened, and he&#8217;s doing a talk on, kind of how that idea went from a bar. The typical bar napkin story to actually, like, winning the business and being like, oh, we have to actually do something now and then. It turned out to be amazing. And it went viral, like for a week, two years in a row, two different campaings.</p>\n\n\n\n<p>Michelle Frechette 00:13:09&nbsp; That&#8217;s very cool. I&#8217;m looking forward to hearing that.</p>\n\n\n\n<p>Tim Bouchard 00:13:12&nbsp; Yeah.</p>\n\n\n\n<p>Ron Brennan 00:13:12&nbsp; It’s just super meta just because Color Code happened on a bar napkin, it kind of. Yeah, as well.</p>\n\n\n\n<p>Michelle Frechette 00:13:17&nbsp; I&#8217;m not surprised.</p>\n\n\n\n<p>Tim Bouchard 00:13:18&nbsp; At Gene McCarthy&#8217;s over wings.</p>\n\n\n\n<p>Michelle Frechette 00:13:21&nbsp; We got Coriano Harris. Hue Got This, I like that. And then, Aaron Reimann, who is down in Atlanta area, Robert DeVore, Levi Neuland, Tamara Zantell, and then the, I guess keynote?</p>\n\n\n\n<p>Tim Bouchard 00:13:39&nbsp; Yeah kinda of. We wanted to bring everyone together at the end of the day in one room.</p>\n\n\n\n<p>Michelle Frechette 00:13:43&nbsp; And Natalie Munger, with Utilizing Heuristics to Improve Design, I love that. And then you do have an after party, I think, too, right?</p>\n\n\n\n<p>Tim Bouchard 00:13:49&nbsp; Yeah. Yeah. Ron, you want to talk about that? It&#8217;s in the works, but there&#8217;s it&#8217;s.</p>\n\n\n\n<p>Ron Brennan 00:13:53&nbsp; Yeah, we just kind of locked it down. Earlier today. So it&#8217;s going to be at, Pearl Street Brewery, which is a short walk away. You know, so, like, that&#8217;s kind of the cool thing about having it in downtown Buffalo, you know, the hotels that you&#8217;re going to stay at. You know, in our past, our WordCamps, you know, we had them in smaller communities and there weren&#8217;t really hotels. So you&#8217;re always just driving to the event or getting an Airbnb somewhere. Here like we&#8217;re in the heart of the city. Like our speaker networking event, you&#8217;re going to hop on on the train and take it right up Main Street, you know? So everything&#8217;s like, right right there, very accessible from.</p>\n\n\n\n<p>Michelle Frechette 00:14:35&nbsp; Yeah, yeah. Here, I&#8217;ll give you a chance to thank your, your sponsors now too. So you&#8217;ve got WP Engine.&nbsp;</p>\n\n\n\n<p>Tim Bouchard 00:14:42&nbsp; Yup WP Engine came in big and then you&#8217;ll see a bunch of the, the agencies and local colleges and stuff. And GoDaddy came in pretty big too.</p>\n\n\n\n<p>Michelle Frechette 00:14:49&nbsp; What&#8217;s FTN?</p>\n\n\n\n<p>Tim Bouchard 00:14:51&nbsp; Oh that&#8217;s Agency Fifteen. That&#8217;s a local agency. Creative agency.</p>\n\n\n\n<p>Michelle Frechette 00:14:54&nbsp; Nice. Luminous. Cani, and Douglas Development are collaborative.</p>\n\n\n\n<p>Tim Bouchard 00:15:00&nbsp; So props to Douglas. That tower. We are using the venue at no cost.</p>\n\n\n\n<p>Michelle Frechette:&nbsp; That&#8217;s amazing.</p>\n\n\n\n<p>Tim Bouchard: I mean, when you see, when you see the venue and you see what they&#8217;re offering us to be able to do at no cost. Another reason why the tickets are low.</p>\n\n\n\n<p>Michelle Frechette 00:15:15&nbsp; I was going to say that&#8217;s definitely contributes to that low ticket price.</p>\n\n\n\n<p>Tim Bouchard 00:15:18&nbsp; It&#8217;s insane. It&#8217;s such a good location and it will really facilitate like an amazing experience.</p>\n\n\n\n<p>Michelle Frechette 00:15:24&nbsp; You got Mr. Smith, Parkway, Martin, Canisius University, Kinsta, and then Black Space Creative, Ninteen, Breakdance and Lighthouse Marketing. And if people are interested, they can absolutely subscribe to the newsletter.</p>\n\n\n\n<p>Michelle Frechette 00:15:36&nbsp; Now you have I&#8217;m going to stop sharing because I think I&#8217;ve shown almost everything. You have listed it says Buffalo. But it looks like there&#8217;s room for more events, since the Buffalo is kind of like the subset of the site. Do you have plans at this point? Is it kind of leaving it open for future ideas?</p>\n\n\n\n<p>Tim Bouchard 00:15:57&nbsp; It&#8217;s it&#8217;s leaving it open right now. There is a plan, but there are no plans.</p>\n\n\n\n<p>Michelle Frechette 00:16:05&nbsp; We the concept of a concept of a plan.</p>\n\n\n\n<p>Ron Brennan 00:16:08&nbsp; We have concepts of a plan.</p>\n\n\n\n<p>Tim Bouchard 00:16:09&nbsp; Definitely concepts of a plan. We have had interest expressed by various sponsors that they would sponsor further events, too. So this is one of those things where if we have a formula to build an event like this that operates in the same way that people are used to with WordCamps, and we can spice up the national circuit a little bit with a handful of events each year. We can build out our organizer network. And, you know, it doesn&#8217;t have to be a big project for us. We don&#8217;t have to take over the world at this point. It&#8217;s about variety. Even locally Michelle, you&#8217;re, you know, in Rochester, you&#8217;re very active in WordPress and have done WordCamp Rochester too. Do we really need two WordCamps 70 miles apart from each other?</p>\n\n\n\n<p>Michelle Frechette 00:16:56&nbsp; Right. And we&#8217;ve talked about having we&#8217;ve talked about having WordCamp Western New York.</p>\n\n\n\n<p>Tim Bouchard 00:17:00&nbsp; Or doing work on Western New York and combining efforts. Right. So, you know, like Ron said, it&#8217;s a very good opportunity to expand our horizons and take what we learned for ten years off of the WordCamp and then make something else that we can inject into potentially some different cities, too, but definitely in Western New York. And it&#8217;s something that complements WordCamp very well.</p>\n\n\n\n<p>Michelle Frechette 00:17:20&nbsp; Yeah, absolutely. So tickets are still on sale, which is great. So if people are interested, finding tickets, do you have. I didn&#8217;t look because I live local enough. Do you have information about hotel stays and things like that? Venue information on the site recommended hotels, anything like that? or should they just go.</p>\n\n\n\n<p>Tim Bouchard 00:17:38&nbsp; To those specifically there? But to Ron&#8217;s point. The venue is downtown and if you do a Google map search, you&#8217;re going to find hotels within one train stop or walking distance. And it&#8217;s buffalo. So, they aren&#8217;t super expensive. Although there is a Shane Gillis comedy act at the arena that night, so you never know who&#8217;s coming into town buying up these hotel rooms.</p>\n\n\n\n<p>Michelle Frechette 00:17:58&nbsp; I&#8217;ve never heard of that person, so maybe it&#8217;s not as big as I don&#8217;t know. So whenever we have an event here in Rochester, the question is, the question from outside is, will you have garbage plates? The question from inside is we&#8217;re not going to have garbage plates, are we? So the question in Buffalo is, will there be wings at the after party or what can people expect?</p>\n\n\n\n<p>Ron Brennan 00:18:22&nbsp; Yeah I, I believe so. We&#8217;re going to have food, you know, like food is always a part of these things. We haven&#8217;t finalized the menu yet, but you know, I generally like to provide some Buffalo staples, especially when I know we have people coming in from out of town.</p>\n\n\n\n<p>Michelle Frechette 00:18:40&nbsp; I&#8217;m the same way as long as it&#8217;s mild, I. I love buffalo flavor. Not so much the. Not so much the spice. So to get back to something you said very early on, which was about pineapple on pizza. The pineapple on pizza question across the world is very similar to the Buffalo Western New York question of would you ever dip a wing in ranch?</p>\n\n\n\n<p>Tim Bouchard00:19:05&nbsp; No.</p>\n\n\n\n<p>&nbsp;Ron Brennan: No.</p>\n\n\n\n<p>Michelle Frechette 00:19:06&nbsp; You lose your buffalo card if you do that.</p>\n\n\n\n<p>Tim Bouchard 00:19:09&nbsp; No, it&#8217;s always blue cheese.</p>\n\n\n\n<p>Michelle Frechette 00:19:10&nbsp; Yeah. Blue cheese.</p>\n\n\n\n<p>Tim Bouchard 00:19:11&nbsp; And if it&#8217;s done right, it&#8217;s either homemade blue cheese by the restaurant or if you have to, it&#8217;s Rudy&#8217;s blue cheese.</p>\n\n\n\n<p>Ron Brennan: Yep.</p>\n\n\n\n<p>Michelle Frechette 00:19:17&nbsp; There you go. I&#8217;m sure Rochester doesn&#8217;t have either of those. So we take what we can get, but I think most of the time it&#8217;s Marie&#8217;s blue cheese? But, it will do.&nbsp;</p>\n\n\n\n<p>Ron Brennan 00:19:26&nbsp; That&#8217;s another one. People use that.</p>\n\n\n\n<p>Michelle Frechette 00:19:29&nbsp; In a pinch. Right? So what else? What else do you want to talk about with the event? What can people look forward to? What are you most excited about? And, is the stress levels hitting yet?</p>\n\n\n\n<p>Tim Bouchard 00:19:40&nbsp; it&#8217;s not super stressful. I mean, like, Fortunately, because we got started early, at this point, it&#8217;s just about making sure people know tickets are there, making sure they know the event exists. You know, we&#8217;ve been doing as much daily, almost, posting about speakers and sponsors and things on, on, you know, like X, Facebook, LinkedIn, all that good stuff. But one thing we haven&#8217;t talked about yet is the, Live graffiti art competition that will happen throughout the day in the lobby. Ben, who&#8217;s not here to talk about it. So we&#8217;ll do our best to do it for him. Is running essentially a large, sticky, note easel competition where we&#8217;ll have markers and things set up out in the lobby in a certain area and people throughout the day, if they want to either skip a session or between sessions. I don&#8217;t know what the official plan is for what will be done in terms of the art that&#8217;s done, but, do something and put it up on. Yes. Art battle. Art battle. 100%.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:20:39&nbsp; This is answering June’s question.</p>\n\n\n\n<p>Tim Bouchard 00:20:41&nbsp; And it kind of. it kind of, vibes with, sticker that we have that we&#8217;re giving all the attendees and also the t-shirt option that we have, which is the Responsive by Design &#8211;&nbsp; Naughty by Nature reference. Yeah, I love that. there&#8217;s a little bit of this weird subtheme that we just decided to inject in that&#8217;s kind of like urban hip hop 80s. I don&#8217;t know, it just it seemed fun, so we just went for it. But there will be art battle stuff. There actually will be some interactive voting towards the second half of the day, and there will be three winners of gift gift cards at the end of the day, too.</p>\n\n\n\n<p>Michelle Frechette 00:21:17&nbsp; So can I make a suggestion for next year&#8217;s t-shirt?</p>\n\n\n\n<p>Speaker 4 00:21:20&nbsp; Sure.</p>\n\n\n\n<p>Michelle Frechette 00:21:21&nbsp; It&#8217;s black. It&#8217;s just black lettering on a white shirt, but it&#8217;s open lettering and it comes with Sharpie markers. So while you&#8217;re going through the day, you can color in your own Color Code shirt.</p>\n\n\n\n<p>Ron Brennan 00:21:32&nbsp; I like that.</p>\n\n\n\n<p>Tim Bouchard 00:21:33&nbsp; Interactive.</p>\n\n\n\n<p>Michelle Frechette 00:21:35&nbsp; Swag.</p>\n\n\n\n<p>Tim Bouchard 00:21:36&nbsp; Yeah. Yeah.</p>\n\n\n\n<p>Tim Bouchard 00:21:36&nbsp; Interactive swag.</p>\n\n\n\n<p>Michelle Frechette 00:21:37&nbsp; Somebody write that down.</p>\n\n\n\n<p>Tim Bouchard<strong> </strong>00:21:39&nbsp; We are. We&#8217;re getting a lot of good support from the sponsors too. So there will actually be things like swag bags when you check in. I mean, it&#8217;s just like we&#8217;ve gotten so much support from the people, that not only have done financial support, but they&#8217;re trying to make it so that the attendees have like a very top notch one day conference experience. So that&#8217;s I&#8217;m looking forward to that, to you and being able to provide that.</p>\n\n\n\n<p>Ron Brennan 00:22:03&nbsp; I think it&#8217;s going to be cool to have, like we&#8217;re going to have and then really never happens here. I mean, occasionally we&#8217;ll see other other marketing agency people at networking events or whatever. And, you know, some of us talk or whatever on, on online. But to have this group of people that are there in the same room together. Like I&#8217;m excited about that. You know, just what kind of collaborations and what kind of ideas can spark from just those side conversations that, you know, we&#8217;re never really in all in the same room like this.</p>\n\n\n\n<p>Michelle Frechette 00:22:38&nbsp; Yeah. So does that mean the hallway track is going to be exciting too?</p>\n\n\n\n<p>Ron Brennan 00:22:42&nbsp; Hallway tracks are always exciting.</p>\n\n\n\n<p>Michelle Frechette 00:22:43&nbsp; Haha! Opportunities to meet new people for sure.</p>\n\n\n\n<p>Tim Bouchard 00:22:48&nbsp; There&#8217;s there&#8217;s a lot of decent topics. I mean, we were scrolling through the the speaker list in the schedule. I mean, there will be AI topics and, you know, there&#8217;s the typical like content topics and there&#8217;s a few hot button topics. You know, the the new a new CMS someone is building is pretty cool. I&#8217;m going to be talking about decoupling yourself from Google because I personally am starting to hate Google. But like, you know, you have to live with it.</p>\n\n\n\n<p>Ron Brennan:&nbsp; How can it be done?&nbsp;</p>\n\n\n\n<p>Tim Bouchard: How do you play the game? I don&#8217;t know, right? Or I do know and I&#8217;m going to talk about it. But there&#8217;s a lot of decent like hot button topics that are coming up too. So I think even from a professional level, it&#8217;s not these aren&#8217;t like throwaway speaker presentations, even though they&#8217;re volunteer speakers. There&#8217;s going to be a lot of meat to this.</p>\n\n\n\n<p>Michelle Frechette 00:23:31&nbsp; Yeah, I realize that it&#8217;ll be hard for people to see necessarily, but the schedule is very concise. It&#8217;s also very colorful. I like that. but yeah, there&#8217;s a lot of amazing topics. I&#8217;m. I&#8217;m also glad that my talk is done early, because otherwise I have a tendency to, like, obsess about it and sit in the green room and work on it too much. And this way it&#8217;ll be done and I can go listen to other topics as well, which is a good thing.</p>\n\n\n\n<p>Ron Brennan 00:23:52&nbsp; Yeah, and there&#8217;s so many cool stories there, like Tamara, from The Foundry. she&#8217;s like second last talk in the in the second track there. The Future of Entrepreneurship. Like, she literally like her whole thing. And her whole career now has been to support her daughter, who was a young entrepreneur and had this product that she created and blew up into a company. And so she had to, you know, build out the support system to help her daughter turn this idea into a company. And now she&#8217;s teaching and, you know, kind of mentors young entrepreneurs. So this should be a really interesting, interesting talk there too.</p>\n\n\n\n<p>Michelle Frechette 00:24:35&nbsp; Yeah, for sure. There&#8217;s a lot of really, really cool stuff on the schedule. If people want to learn more here, let me change things up here a little bit. I do have a banner. I have a banner for this. Just go to colorcode.events in your browser and you will be able to see the whole schedule. Read up about the speakers and the topics, see more of what&#8217;s being planned for the day and for what&#8217;s up to the minute stuff. Go ahead on go on X. I still call it Twitter. Guys, I&#8217;m sorry, but.</p>\n\n\n\n<p>Tim Bouchard 00:25:04&nbsp; It’s Twitter. It’s both.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:25:05&nbsp; Yeah @colorCodeEvents. it&#8217;s nice that you have the, you name something that had the URL available. That&#8217;s not always easy.</p>\n\n\n\n<p>Tim Bouchard 00:25:17&nbsp; Not for Instagram though. Instagram. It was taken by some unused account. So it&#8217;s like I think it&#8217;s hellocolorcode on Instagram.</p>\n\n\n\n<p>Michelle Frechette 00:25:24&nbsp; But yeah, there&#8217;s ways around things.</p>\n\n\n\n<p>Tim Bouchard 00:25:26&nbsp; But there&#8217;s always something.</p>\n\n\n\n<p>Michelle Frechette 00:25:28&nbsp; Exactly. But yeah. And you can get your tickets right on the website as well. Colorcode.events right now they are. What did we say, $40 for a ticket? To attend for the full day. And that includes lunch?</p>\n\n\n\n<p>Ron Brennan 00:25:39&nbsp; Yep.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:25:41&nbsp; And the after party as well. So make sure that you sign up for that, especially if you&#8217;re in the area. But honestly, why wouldn&#8217;t you want to come anyway? And plus make a whole weekend of it? It&#8217;s just a hop, skip and a jump away from Niagara Falls. So you could actually, on Sunday, go and check out the falls or even Saturday night or Friday night or whatever. And, I love.</p>\n\n\n\n<p>Ron Brennan 00:25:59&nbsp; That we have our friends from, you know, Niagara Falls, Canada coming.</p>\n\n\n\n<p>Michelle Frechette 00:26:03&nbsp; Yep. Exactly. It&#8217;ll be good. I&#8217;m really looking forward to it. Yeah. Anything else you&#8217;d like to mention about it other than sign up? Come, join.</p>\n\n\n\n<p>Ron Brennan 00:26:13&nbsp; I think we&#8217;re going to be. We&#8217;re going to try. we&#8217;re not streaming it, but we are going to try and record every track and then, you know, get it up on a on a YouTube or make it available through the website in some way, shape or form or some combination of Tim&#8217;s cameras and our mics and whatever.</p>\n\n\n\n<p>Michelle Frechette 00:26:31&nbsp; Yeah, excellent. That&#8217;ll be great.</p>\n\n\n\n<p>Tim Bouchard 00:26:33&nbsp; Because we love torture. So we&#8217;re going to do that to ourselves.&nbsp;</p>\n\n\n\n<p>Ron Brennan 00:26:36&nbsp; That&#8217;s right. You know how that goes with with WordCamps. You know, then the footage will be there as well. Anybody edit it and actually upload it or will it sit on a.</p>\n\n\n\n<p>Tim Bouchard 00:26:47&nbsp; It&#8217;s important though. It&#8217;s you know, we&#8217;ve run an event like this for ten years, but this is the first event. And we want to make sure that people can see what it was, what it was about, what types of quality topics we had and speakers. So, you know, we think that there&#8217;s something here. And if we can make sure that we&#8217;re always pushing out the quality of this, then, you know, it makes it more possible for us to potentially do another city at some point. And it&#8217;s not just in Buffalo in the northeast. It could be in the southeast, it could be Midwest, it could be whatever. You know, there&#8217;s creatives, marketers and devs all over the country. Could be in Canada, could be in Europe, I don&#8217;t know.</p>\n\n\n\n<p>Ron Brennan 00:27:28&nbsp; Europe, yeah, it could be Europe. Color Code Europe/</p>\n\n\n\n<p>Tim Bouchard 00:27:30&nbsp; It&#8217;s only a concept of a plan.</p>\n\n\n\n<p>Michelle Frechette 00:27:33&nbsp; Exactly.</p>\n\n\n\n<p>Tim Bouchard 00:27:34&nbsp; That&#8217;s it.</p>\n\n\n\n<p>Michelle Frechette 00:27:35&nbsp; The concept of a plan. We have a couple people watching. If you have questions. Now is your time to put them in the comments before we wrap up for the day. I guess I have. I&#8217;m out of questions, I don&#8217;t know, are you still looking for sponsors or are you still in need of sponsors? And not so much?</p>\n\n\n\n<p>Tim Bouchard 00:27:51 Well, always. We&#8217;re the high, ticket sponsors are all taken up there. We&#8217;re always open to someone doing a low level if they want to grab a ticket and a low level sponsorship just to support it. We&#8217;ll always welcome that. So there&#8217;s still time to do that, but will it? It&#8217;s not critical for the event. It&#8217;s all set up, ready to go. We&#8217;re just get people on the tickets, get people the event. We&#8217;re going to have a great time, listen to some quality talks, meet some cool people, then do it again.</p>\n\n\n\n<p>Michelle Frechette 00:28:20&nbsp; Sounds good. I&#8217;m looking forward to it. I will be there bright and early. So are you coming.</p>\n\n\n\n<p>Ron Brennan 00:28:25&nbsp; Your coming&nbsp; the night before right?</p>\n\n\n\n<p>Michelle Frechette 00:28:28&nbsp; I was planning to. I don&#8217;t have anybody in the area to help me with my scooter at the hotel. That&#8217;s what&#8217;s stopping me from coming out the night early the night before, so I was going to drive in super early on Saturday.</p>\n\n\n\n<p>Ron Brennan 00:28:38&nbsp; Okay.</p>\n\n\n\n<p>Michelle Frechette 00:28:40&nbsp; But we can always talk later. If you know somebody that is in, is around and can help. But otherwise.</p>\n\n\n\n<p>Ron Brennan 00:28:45 That’s crazy we are here. I say that we&#8217;re we&#8217;re here like, you know, we were talking a little bit earlier on about your first WordCamp in Buffalo. Yeah. And, so that was the back in the good old days when Ben used to sneak, like, 150 people into the Canisius cafeteria, and that&#8217;s where we had the WordCamp. So that was.</p>\n\n\n\n<p>Michelle Frechette 00:29:08&nbsp; We&#8217;ve come a long way, baby.</p>\n\n\n\n<p>Ron Brennan 00:29:09&nbsp; That&#8217;s right. That&#8217;s where your first one was. Right at Canisius?</p>\n\n\n\n<p>Michelle Frechette&nbsp; 00:29:13&nbsp; Yeah.</p>\n\n\n\n<p>Ron Brennan 00:29:14&nbsp; I&#8217;m pretty sure that&#8217;s where I met you at Canisius. Yeah. And. Yeah. And then I found out after I didn&#8217;t know this, but I was like, I thought we had permission. And Ben&#8217;s like, no, nobody. I&#8217;m like, you just had 150 people show up here. And nobody questioned?</p>\n\n\n\n<p>Michelle Frechette 00:29:27&nbsp; Nobody blinked.</p>\n\n\n\n<p>Tim Bouchard 00:29:29&nbsp; Yeah, everybody knew about it but Canisius. But it was cool. It was a good event.</p>\n\n\n\n<p>Michelle Frechette 00:29:33&nbsp; It was like a it was a good event.</p>\n\n\n\n<p>Tim Bouchard 00:29:35&nbsp; I met my first developer, Tommy, who is now our current developer, again at that event at Canisius. He was just graduating from school, actually, through one of Ben&#8217;s programs. And that&#8217;s the type of thing you can do. It&#8217;s a good recruiting place, good networking place. It&#8217;s a good learning place. And genuinely, like, we know when this community gets together, whether it&#8217;s WordPress or marketing or creative or just that side of it, it&#8217;s it&#8217;s always good people. So yeah, we look forward to bringing those people together.</p>\n\n\n\n<p>Michelle Frechette 00:30:01&nbsp; Will you have a job board people can write openings on, and people who are looking for jobs like we do some events?</p>\n\n\n\n<p>Tim Bouchard 00:30:06&nbsp; You know, I thought about that and we haven&#8217;t set anything up. we do have a Slack channel, or property, whatever it&#8217;s called workspace that we have set up that we&#8217;re going to invite all the attendees into, probably after that 4/19 deadline so we can ramp up for two weeks and people can start chats in there and stuff.</p>\n\n\n\n<p>Michelle Frechette 00:30:26&nbsp; Sounds good.</p>\n\n\n\n<p>Tim Bouchard 00:30:26&nbsp; Because we want to just bring people together as much as possible.</p>\n\n\n\n<p>Michelle Frechette 00:30:30&nbsp; Yeah, I think that&#8217;s awesome. I want to thank.</p>\n\n\n\n<p>Ron Brennan 00:30:33&nbsp; Designers, developers, just any anybody that&#8217;s interested in, you know, learning more about some of the cool things that are being done or can be done, like this event, you know, it&#8217;s it&#8217;s it&#8217;s a great opportunity to network whether you&#8217;re looking to expand your career. You know, if I was in school as a computer science or developer or a, you know, a graphic designer or something right now, like this is an event, I would probably you&#8217;re going to have a bunch of the top marketing agencies in Buffalo on hand at this event, and it&#8217;s a great opportunity to expand that network and and just get out there.</p>\n\n\n\n<p>Michelle Frechette 00:31:16&nbsp; Absolutely, and if you even are thinking about it like I&#8217;ve been asking women like, you know, advice for people who are thinking, women who are thinking about joining WordPress and joining tech. So, I mean, if you have an inkling or want to learn a little bit more about it and the kinds of people involved, it&#8217;s a really inexpensive ticket to spend the day networking with folks and learning as much as you can.</p>\n\n\n\n<p>Tim Bouchard 00:31:37&nbsp; Yeah, and hopefully the weather cooperates with us. It&#8217;ll be May. May can be very nice in Buffalo. It could also be not nice. Who knows?</p>\n\n\n\n<p>Michelle Frechette 00:31:45&nbsp; I mean, we had snow yesterday.</p>\n\n\n\n<p>Tim Bouchard 00:31:47&nbsp; I&#8217;m hoping we can show off the city because it, you know, when the weather breaks in the city, it&#8217;s one of the best ones to to visit in the summertime. But there&#8217;s good people here, and we&#8217;re in a good spot downtown, so.</p>\n\n\n\n<p>Michelle Frechette 00:32:01&nbsp; Absolutely. Well, guys, don&#8217;t go anywhere. I&#8217;m going to go ahead and end this. But I want to talk to you for just a couple of minutes before we go. Thank you so much for being here. Really appreciate learning more and and being able to share this event with people through Post Status. if you are listening, go to colorcode.events for more information. And I don&#8217;t know who&#8217;s going to be here next week, but I will have another Post Status Happiness Hour live next week and we&#8217;ll be here to chat with everybody.</p>\n\n\n\n<p>Tim Bouchard 00:32:28&nbsp; Thanks. Yeah. Thanks, Michelle.</p>\n\n\n\n<p>Ron Brennan 00:32:30&nbsp; Yeah.</p>\n<p>This article, <a href=\"https://poststatus.com/post-status-happiness-hour-session-twenty-five/\">Post Status Happiness Hour Session Twenty Five</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"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: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:63:\"Post Status: Layoffs: Survivor’s Guilt and Fear of Being Next\";s:7:\"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=163488\";s:7:\"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://poststatus.com/survivors-guilt-and-fear-of-being-next/\";s: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:7843:\"<p>Since being laid off in February, I&#8217;ve had a lot of conversations with others on both sides of layoffs. </p>\n\n\n\n<p>It&#8217;s really hard to be in the tech job market (or any job market in this economy) right now, with <a href=\"https://techcrunch.com/2025/04/04/tech-layoffs-2025-list/\">so many recent layoffs</a>. As someone in the mix of it right now (and I haven&#8217;t been looking that earnestly yet, as I&#8217;ve been taking some time to regroup, heal from feelings through the process, and decide what my next steps are) I understand the mental burden, the anxiety, and the fear that comes with being on the job market. </p>\n\n\n\n<p>I am privileged to be in a place financially that has afforded me some time off as I strategize. Others are not as fortunate and need to find work immediately to keep paying bills and putting food on the table for their families. It&#8217;s not easy, for sure.</p>\n\n\n\n<p>But it&#8217;s also not easy for those at the companies doing layoffs who are still employed there. There are so many feelings that come with being a &#8220;layoff survivor.&#8221; Yet to talk about those feelings seems so insensitive to those who are job searching like crazy, right?</p>\n\n\n\n<p>The thing is, it&#8217;s hard on both sides of the issue. </p>\n\n\n\n<p>While on the one hand, clearly, it&#8217;s difficult to be in a place where you&#8217;re suddenly looking for new employment, desperately trying to make sure you spend wisely to get you through to your next job, the truth is that <em>it&#8217;s mentally difficult to be a survivor, too.</em></p>\n\n\n\n<p>Sitting where I am at the moment, polishing my résumé, reading through job posts, it <em>could</em> (or should) be difficult to have sympathy for those <em>working</em>, but I&#8217;ve been in both places. I&#8217;ve been the person still in the company watching friends and colleagues suddenly wondering what to do next, and I&#8217;ve been where I am now.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-survivor-s-guilt-is-real-so-is-dread\">Survivor&#8217;s Guilt is Real. So is Dread.</h2>\n\n\n\n<p>It really doesn&#8217;t feel good when your employer has to do layoffs &#8211; even when you are one of the people still employed.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You may feel guilty when you see others being laid off and you&#8217;re still holding your job. This is a normal response in this situation. It&#8217;s difficult to see coworkers and friends lose their roles. Feeling bad for them is normal. It&#8217;s also normal to feel a sort of survivor&#8217;s guilt that you still have your role.</li>\n\n\n\n<li>You may also feel the dread of &#8220;waiting for the other shoe to drop.&#8221; Feeling like it could be you next causes anxiety. This is also a normal feeling. Anything that disrupts the status quo of your working environment &#8211; real or virtual &#8211; can make you feel off-kilter at best, and dread at worst.</li>\n</ul>\n\n\n\n<p>Layoffs usually happen when there is a surplus of workers for the demand, mostly based on sales. So feeling the dread of wondering if you will be included in the next wave of layoffs (or wondering if there <em>will be </em>a next wave) is very normal. And while there aren&#8217;t any words anyone can give you to make you feel 100% secure, you should know that a wave of layoffs isn&#8217;t a whim, and is planned well in advance to combat issues that have been rising over time, so if your job is still in place following layoffs, you should be fairly confident that you will continue to be employed.</p>\n\n\n\n<p>It&#8217;s also common after layoffs to have workloads redistributed, so you may feel some dread or anxiety if your workload is increased. Be sure to communicate with your supervisor what is actually doable, and what is too much to expect one person to accomplish. A company&#8217;s decision to do layoffs shouldn&#8217;t mean that those still working are taxed with more work than they can handle.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-talk-to-someone-who-has-been-laid-off\">How to Talk to Someone Who Has Been Laid Off</h2>\n\n\n\n<p>First, please <em>do</em> talk to those you want to remain friends (or friendly) with after they have been removed from their roles. Being laid off can feel like you&#8217;ve just been evicted from a home. You&#8217;ve often lost access to either a physical space you&#8217;re used to, or a digital one, or both. </p>\n\n\n\n<p>Not being in Slack channels with people you worked with, losing access to email and calendars, and watching access to work spaces disappear feels like you&#8217;ve been excommunicated from a community, when it&#8217;s really just a business protecting its own assets and following protocols. Reaching out to folks after the fact can help bridge the gap they feel between themselves and people they were used to working with.</p>\n\n\n\n<p><strong>Do&#8217;s and Don&#8217;ts</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Do</strong> ask friends how they are doing and if they need to chat. Reaching out to check in, to say you enjoyed working together, or just to say you miss someone is a lovely way to stay connected.</li>\n\n\n\n<li><strong>Don&#8217;t</strong> ask them &#8220;have you found a job yet&#8221; or &#8220;how is the job search going.&#8221; This often feels like pressure, and having to say &#8220;no, I haven&#8217;t&#8221; feels bad. There is so much self doubt at this point in a person&#8217;s life, that added pressure by others about the job just feels oppressive and embarrassing.</li>\n\n\n\n<li><strong>Do</strong> offer to take them to coffee (or a coffee zoom) and be a listening ear.</li>\n\n\n\n<li><strong>Don&#8217;t</strong> badmouth the company or allow them to make you feel uncomfortable if they do.</li>\n\n\n\n<li><strong>Do</strong> offer to help if you can: review a résumé, make a call, serve as a reference, etc.</li>\n\n\n\n<li><strong>Don&#8217;t</strong> take anything they&#8217;ve shared with you back to the office to repeat to others. Don&#8217;t betray their trust.</li>\n\n\n\n<li><strong>Do</strong> offer reassurance, without sounding trite. Saying things like &#8220;I know you&#8217;ll land something soon,&#8221; or &#8220;you&#8217;ll be fine&#8221; aren&#8217;t helpful.</li>\n\n\n\n<li><strong>Nice, but not necessary</strong>, you can always gift someone a gift card for coffee, a meal, or something they enjoy as a hobby. (When I received a few of these, they made me feel valued, seen, and supported.)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-protect-your-mental-health\">Protect Your Mental Health</h2>\n\n\n\n<p>Regardless of who was laid off in your company, none of their current situation is based on anything that <em>you</em> did or didn&#8217;t do.</p>\n\n\n\n<p>Leaning into guilt, anxiety, and dread doesn&#8217;t help someone else, and only hurts yourself, your mental wellbeing, and, potentially, your work performance. </p>\n\n\n\n<p>If you are struggling with your mental response to layoffs at your company, please find a trusted person, therapist, or doctor to talk to. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-if-you-have-been-laid-off\">If You Have Been Laid Off&#8230;</h2>\n\n\n\n<p>There are resources to help you. You can refer to <a href=\"https://poststatus.com/wordpress-layoffs-some-resources/\">our post about layoff resources</a> for many areas of help, including job boards, résumé ideas, networking groups and more.</p>\n\n\n\n<p>Remember that you aren&#8217;t alone. You have value. You deserve to work. </p>\n\n\n\n<p>There are people and resources to help you navigate to your next role.</p>\n\n\n\n<p></p>\n<p>This article, <a href=\"https://poststatus.com/survivors-guilt-and-fear-of-being-next/\">Layoffs: Survivor&#8217;s Guilt and Fear of Being Next</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:18:\"Michelle Frechette\";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:31:\"Post Status: Agency News Weekly\";s:7:\"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=163428\";s:7:\"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/agency-news-weekly-2025-04-07/\";s: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:6084:\"<h2 class=\"gb-headline gb-headline-3f9efd72 gb-headline-text\">Google Wants to Subscribe to Your Email List</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your email newsletter can now influence how brands appear across Google&#8217;s search platforms.</li>\n\n\n\n<li>A new addition to the <a href=\"https://business.google.com/us/merchant-center/\">Google Merchant Center</a> expands Googles index by including marketing emails in its crawled data.</li>\n\n\n\n<li>Google will examine your emails and extract sales and promotions, new products, social media content and links, brand voice, images, and videos.</li>\n\n\n\n<li>To include Google as a recipient, add marketingemailtogoog@gmail.com to your list, or Google may sign up for these communications automatically.</li>\n\n\n\n<li>If you&#8217;d rather not have Google indexing your marketing communications, <a href=\"https://support.google.com/merchants/answer/15760498#How-do-I-opt-out\">you can opt-out</a> in the General Account Options area of the Google Merchant Center</li>\n\n\n\n<li><a href=\"https://progressplanner.com/google-now-wants-your-marketing-emails-literally/\">Read more about this interesting development in this post from Joost de Valk</a>.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-930042ec gb-headline-text\">Hackers Are Hiding Malicious Code in MU Plugins </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://blog.sucuri.net/2025/02/hidden-backdoors-uncovered-in-wordpress-malware-investigation.html\">Sucuri researchers</a> have noticed a new trend of malicious code hidden in the WordPress mu-plugins directory.</li>\n\n\n\n<li>A <a href=\"https://developer.wordpress.org/advanced-administration/plugins/mu-plugins/\">Must-Use (MU) plugin</a> is a special type of WordPress plugin that automatically executes on every page load without requiring activation like other plugins in the dashboard.</li>\n\n\n\n<li>In order to create an MU plugin, an attacker must gain access to the site by exploiting compromised themes, plugins, or credentials.</li>\n\n\n\n<li>Sucuri researchers have found 3 specific payloads being added to MU plugins:\n<ul class=\"wp-block-list\">\n<li><strong>Redirect.php</strong>: redirects visitors (other than bots and logged-in admins) to page that attempts to trick them into downloading malware.</li>\n\n\n\n<li><strong>Index.php</strong>: a particularly dangerous webshell UI that allows execution of PHP code from a GitHub repository.<br /><strong>Custom-js-loader.php</strong>: replaces all images on the site with adult content and redirects all links to dangerous websites.</li>\n</ul>\n</li>\n\n\n\n<li>While many agencies already have a good process for protecting against compromised themes, plugins, and credentials, adding file change notices and/or regular audits of the mu-plugins directory is something to consider.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-7643d17f gb-headline-text\">Do Exact Match Domains Matter in Today&#8217;s SEO?</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Back in the day, if you owned the domain name that was an exact match for a search keyword, it was almost a guarantee you&#8217;d be at the top of the search results.</li>\n\n\n\n<li>While exact match domains no longer guarantee SEO success like they used to, they can still provide value as part of a marketing strategy that prioritizes memorability and trust.</li>\n\n\n\n<li>Local businesses in particular can benefit from geo-specific exact match domains, especially in competitive service industries <em>(think chicagoplumber.com or dallaselectrician.com).</em></li>\n\n\n\n<li>Plus, voice search and AI assistants have made memorable, easily pronounced domain names more valuable than ever.</li>\n\n\n\n<li><em>&#8220;If your domain sounds like a real brand, people will treat it like one – and so will search engines.&#8221;</em></li>\n\n\n\n<li>Learn more about <a href=\"https://searchengineland.com/exact-match-domains-value-453837\">exact match domains</a> and the <a href=\"https://searchengineland.com/seo-imperative-brand-building-453277\">importance of brand-building in SEO</a> in these 2 helpful articles from SearchEngineLand.<br /><br /></li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-7813eada gb-headline-text\">Worth a Look </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://automattic.com/2025/04/02/restructuring-announcement/\">Automattic has announced</a> a 16% workforce reduction</strong> &#8220;to protect&nbsp;Automattic’s long-term future,&#8221; according to Matt Mullenweg.</li>\n\n\n\n<li>ICYMI, <strong>Skype will be shutting down for good on May 5</strong>. If you&#8217;re still using a Skype phone number for VoIP and SMS, Google Voice seems to be the most logical replacement. <a href=\"https://techcrunch.com/2025/03/15/skype-shuts-down-in-may-these-are-the-best-alternatives/#h-how-to-export-skype-data\">Skype also supports data export</a> if you want to save old messages.</li>\n\n\n\n<li><strong><a href=\"https://wpslimseo.com/introducing-slim-seo-pro/\">SlimSEO has released a new Pro version</a></strong> combining its previous <a href=\"https://wpslimseo.com/products/slim-seo-schema/\">Schema</a>&nbsp;and&nbsp;<a href=\"https://wpslimseo.com/products/slim-seo-link-manager/\">Link Manager</a>&nbsp;add-ons into a single new premium plugin.</li>\n\n\n\n<li><a href=\"https://www.theverge.com/news/641270/adobe-premiere-pro-generative-extend-generally-available\"><strong>Adobe Premiere Pro has a new generative AI tool</strong> </a>that can extend 4K clips by up to 2 seconds and audio by 10 seconds.</li>\n\n\n\n<li><strong>Learn <a href=\"https://searchengineland.com/optimize-company-google-knowledge-panel-453882\">how to optimize your agency&#8217;s Google Knowledge Panel</a></strong> with this helpful guide.</li>\n\n\n\n<li><strong>Microsoft has unveiled an <a href=\"https://copilot.microsoft.com/wham\">AI-generated version of Quake II</a></strong> you can play in a browser.</li>\n</ul>\n<p>This article, <a href=\"https://poststatus.com/agency-news-weekly-2025-04-07/\">Agency News Weekly</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"Nathan Ingram\";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 Latest from Post Status Members\";s:7:\"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=163434\";s:7:\"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://poststatus.com/the-latest-from-post-status-members-2025-04-07/\";s: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:6448:\"<p><strong>Ronni K. Gothard Christiansen</strong> shared a LinkedIn post highlighting recognition for business technology achievements and the MyData Global Award. <a href=\"https://www.linkedin.com/posts/ronnikc_business-technology-mydataglobalaward-activity-7312787636471939073-Xplz\">See the post</a>.</p>\n\n\n\n<p><strong>Seth Goldstein</strong> had a busy week of appearances and publications: he interviewed <strong>Anthony Franco</strong> on <em>Entrepreneur’s Enigma</em>, discussed branding from scratch on <em>Digital Marketing Dive</em>, and was a guest on <em>Podcasting Amplified</em> to talk podcasting. <a href=\"https://entrepreneursenigma.com/anthonyfranco\">Entrepreneur’s Enigma</a> • <a href=\"https://www.digitalmarketingdive.com/crafting-your-identity-steps-to-kickstart-your-brand-from-ground-zero\">Digital Marketing Dive</a> • <a href=\"https://podcasts.apple.com/us/podcast/essential-podcasting-tips-and-tricks-from-a-15/id1714803934?i=1000701678105\">Podcasting Amplified</a></p>\n\n\n\n<p><strong>Chris Reynolds</strong> posted a quick video recap of <strong>DrupalCon Atlanta</strong>. <a href=\"https://www.youtube.com/watch?v=WxLDEoSidXE\">Watch it here</a></p>\n\n\n\n<p><strong>Rae Morey</strong> shared her excitement about attending <strong>PressConf</strong> in Arizona as an official media partner and wrote about why she’s heading to the event. <a href=\"https://www.therepository.email/why-im-heading-to-arizona-for-the-first-ever-pressconf\">Read the article</a></p>\n\n\n\n<p><strong>Amadeu Arderiu</strong> announced the beta launch of <strong>Joinchat AI</strong>, a new WordPress chatbot that uses only your site content to power AI conversations, with flexible post type selection.</p>\n\n\n\n<p><strong>Seth Goldstein</strong> published the latest edition of the <em>Marketing Junto</em> newsletter, featuring a discussion on <strong>Perplexity and TikTok</strong>. <a href=\"https://marketingjunto.com/perplexity-and-tiktok/\">Read it here</a></p>\n\n\n\n<p><strong>Adrian Tobey</strong> live-streamed a roast of old versions of his Groundhogg plugin. <a href=\"https://youtu.be/DVDhedllJL0?t=402\">Watch the stream</a></p>\n\n\n\n<p><strong>Matt Medeiros</strong> shared a video showing how <strong>AI can handle phone calls</strong> for WordPress freelancers and agencies. <a href=\"https://youtu.be/Gg1BzvIwZng\">Watch here</a></p>\n\n\n\n<p><strong>Derek Ashauer</strong> released <strong>Conversion Bridge 1.7</strong>, now supporting 16 analytics platforms, 6 ad platforms, and 55 plugin integrations for enhanced tracking and segmentation. <a href=\"https://conversionbridgewp.com/enhanced-conversions-for-all/\">View the update</a></p>\n\n\n\n<p><strong>Ronni K. Gothard Christiansen</strong> posted about <strong>new U.S. cross-border data sharing rules</strong> and their potential impact. <a href=\"https://www.linkedin.com/pulse/new-us-cross-border-data-sharing-rules-ronni-k-gothard-christiansen-ngnwc\">Read more</a></p>\n\n\n\n<p><strong>Taco Verdonschot</strong> addressed the ban of <strong>Joost de Valk</strong> and <strong>Progress Planner</strong> from WordCamp Asia and all future events in a personal blog post. <a href=\"https://progressplanner.com/real-impact-of-being-banned-from-wordpress/\">Read his perspective</a></p>\n\n\n\n<p><strong>Alex Standiford</strong> is seeking a new WordPress client and shared a <strong>portfolio of complex projects</strong> he’s worked on. <a href=\"https://www.alexstandiford.com/category/portfolio/\">View portfolio</a></p>\n\n\n\n<p><strong>Ryan Welcher</strong> hosted a live Twitch session focused on <strong>adding user profiles to the Block Developer Cookbook</strong>. <a href=\"https://www.twitch.tv/RyanWelcherCodes\">Watch the stream</a></p>\n\n\n\n<p><strong>Chris</strong> published a blog post recounting his <strong>experience at DrupalCon Atlanta</strong> from a WordPress perspective. <a href=\"https://pantheon.io/blog/wordpresser-goes-drupalcon-atlanta-2025\">Read it here</a></p>\n\n\n\n<p><strong>Benjamin Intal</strong> shared a new project idea exploring how <strong>AI might help with article writing</strong>, especially when struggling to organize thoughts. <a href=\"https://x.com/bfintal/status/1908104586638012774?s=46&t=LFLih_w_bvvXcu6ZC62o4Q\">View the tweet</a></p>\n\n\n\n<p><strong>Jonathan Bossenger</strong> returned to livestreaming and focused on fixing issues in his <strong>WP to MD exporter plugin</strong>. <a href=\"https://www.twitch.tv/jonathanbossenger\">Watch the session</a></p>\n\n\n\n<p><strong>Joost de Valk</strong> published a post discussing how <strong>Google is targeting marketing emails</strong>. <a href=\"https://progressplanner.com/google-now-wants-your-marketing-emails-literally/\">Read the article</a></p>\n\n\n\n<p><strong>Topher DeRosia</strong> announced the launch of the <strong>HeroPress swag store</strong>, with $5 from each sale supporting the HeroPress mission. <a href=\"https://thewp.world/product-category/heropress/\">Visit the store</a></p>\n\n\n\n<p><strong>Tom Whitaker</strong> showcased a Canadian-flavored demo of <strong>voice-driven AI form building</strong> with <strong>GravityBuilder.ai</strong>, which works as an add-on to Gravity Forms. <a href=\"https://gravitybuilder.ai\">Learn more</a></p>\n\n\n\n<p><strong>Carl Alexander</strong> shared a livestream session where he tested <strong>North Commerce with Ymir</strong>, evaluating compatibility between the two platforms. <a href=\"https://www.youtube.com/watch?v=aD0kH-QbRx0\">Watch here</a></p>\n\n\n\n<p><strong>Bob Dunn</strong> announced that <strong>Michelle Frechette</strong> has joined the Do the Woo hosting team to focus on WordPress event discussions. The announcement is available on the <a href=\"https://dothewoo.io/michelle-frechette-joins-the-do-the-woo-hosting-team-for-wordpress-event-talk/\">Do the Woo website</a>.</p>\n\n\n\n<p><strong>Jamie Marsland</strong> highlighted research showing that 90% of B2B buyers create a shortlist before formal research begins, emphasizing the importance of brand trust and visibility for WordPress businesses. More details are in his post on <a href=\"https://www.pootlepress.com/2025/04/90-of-buyers-wont-shortlist-you-unless-they-know-and-trust-your-brand-research-reveals/\">Pootlepress</a>.</p>\n<p>This article, <a href=\"https://poststatus.com/the-latest-from-post-status-members-2025-04-07/\">The Latest from Post Status Members</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"Nathan Ingram\";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:59:\"Post Status: Post Status Happiness Hour Session Twenty Four\";s:7:\"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=163457\";s:7:\"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://poststatus.com/post-status-happiness-hour-session-twenty-three-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60536:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/category/planet/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode of the Post Status Happiness Hour, host <a href=\"https://x.com/michelleames\">Michelle Frechette</a> interviews <a href=\"https://www.linkedin.com/in/rogerwilliamsmedia/\">Roger Williams</a> from Kinsta. Who serves as the Partnerships and Community Manager for North America. They discuss various topics including the WordPress community, Kinsta&#8217;s new affiliate program, and their global sponsorship of WordCamps. The episode also highlights the creation of collaborative music playlists within the Post Status Slack community and the importance of concise, engaging content. Additionally, the guest shares insights on supporting WordPress contributors and the launch of Kinsta&#8217;s new automatic updates feature for themes and plugins.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-top-takeaways\">Top Takeaways: </h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Importance of Thorough Testing in Software Development and Releases:</strong> Michelle emphasized the critical role of testing and feedback during the release cycle of WordPress 6.8, particularly as they approach its official launch. Despite having a dedicated testing community, the need for more testers is constant to ensure compatibility with a wide range of plugins and themes. The takeaway is that comprehensive testing is vital for minimizing issues at launch, and encouraging more community involvement can help ensure smoother releases.</li>\n\n\n\n<li><strong>The Value of Consistent Community Contribution and Support for Open Source Projects:</strong> Roger highlighted the importance of documentation in open-source projects like WordPress, noting that it&#8217;s often underappreciated until something goes wrong. He also spoke about Kinsta’s involvement in supporting the community through contributions, such as sponsoring WordCamp and supporting documentation initiatives. The takeaway is that consistent, behind-the-scenes contributions, like documentation and community support, are crucial for the sustainability and success of open-source projects, even though they are often taken for granted.</li>\n\n\n\n<li><strong>Kinsta’s Automatic Updates Feature Enhances Site Reliability:</strong> Roger introduced Kinsta’s new Automatic Updates feature, which ensures WordPress sites remain updated while minimizing risks. The system takes a before-and-after screenshot during updates and automatically reverts changes if visual differences are detected, helping prevent website issues that could impact business operations.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-mentioned-in-the-show\">Mentioned In The Show:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://kinsta.com/\">Kinsta</a></li>\n\n\n\n<li><a href=\"https://linuxcontainers.org/\">Linux container project  </a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/\">LinkedIn</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a></li>\n\n\n\n<li><a href=\"https://sevalla.com/\">Sevalla</a></li>\n\n\n\n<li><a href=\"https://www.cloudflare.com/lp/dg/brand/cloudflare-enterprise/?utm_medium=cpc&utm_source=google&utm_campaign=ao-fy-acq-namer_en-connectivity-en-txt-general-brand_product&utm_content=brand_umbrella_core&utm_source=google&utm_medium=cpc&utm_campaign=CLOUD_ACQ_AOFY_CNC_GOOGLE_GENERAL_TXT_NAMER-EN_NA_MOFU_GENERAL_X_LEAD-GEN_BRAND-PRODUCT&utm_content=Brand_Umbrella_Core&campaignid=71700000121545787&adgroupid=58700008860151626&creativeid=739454660289&&utm_term=cloudflare%20enterprise_go_cmp-20146409196_adg-152212902947_ad-739454660289_kwd-418069705345_dev-c_ext-_prd-_sig-CjwKCAjwwLO_BhB2EiwAx2e-3300Ih7Dbq0XKzasJpuOGihSN2zBmtYH097QVZ3Am_X10ChkNQSbvhoCZNUQAvD_BwE&gad_source=1&gclid=CjwKCAjwwLO_BhB2EiwAx2e-3300Ih7Dbq0XKzasJpuOGihSN2zBmtYH097QVZ3Am_X10ChkNQSbvhoCZNUQAvD_BwE&gclsrc=aw.ds\">Cloudflare Enterprise</a></li>\n\n\n\n<li><a href=\"https://stackoverflow.com/questions\">StackOverflow</a></li>\n\n\n\n<li><a href=\"http://meetup.com\">Meetup.com</a></li>\n\n\n\n<li><a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a></li>\n\n\n\n<li><a href=\"https://esoterracider.com/\">EsoTerra Cidery</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/changelog/kinsta-automatic-updates/\">Kinsta Automatic Updates</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-sponsor-wordpress-com\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststatus.com/wordpresscom\">WordPress.com</a></h2>\n\n\n\n<p>Build and manage professional sites with secure managed hosting on WordPress.com. Beautiful themes, built-in SEO, and payment tools, and access to over 50,000 plugins. Everything you need for your business, plus 24/7 support from WordPress experts. </p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"752\" height=\"752\" src=\"https://poststatus.com/wp-content/uploads/2024/01/WordPress_blue_logo.svg-752x752.png\" alt=\"\" class=\"wp-image-158475\" />\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-you-can-follow-post-status-and-our-guests-on-social-media\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Social Media:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.linkedin.com/in/rogerwilliamsmedia/\">Roger Williams</a> (Community Manager, <a href=\"https://www.linkedin.com/company/kinsta/\">Kinsta</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/michelleames\">Michelle Frechette</a>&nbsp;(Director of Community Relations,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>&nbsp;(Intern,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p>The <strong>Post Status</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /></p>\n\n\n\n<p><a href=\"https://poststatus.com/category/post-status-podcasts/\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Michelle Frechette 00:00:02&nbsp; We&#8217;re live. We&#8217;re live here on the Post Status Happiness Hour. Okay. First questions first. What&#8217;s on your head?</p>\n\n\n\n<p>Roger Williams 00:00:11&nbsp; Oh.</p>\n\n\n\n<p>Michelle Frechette 00:00:12&nbsp; I see, I see rainbows.</p>\n\n\n\n<p>Roger Williams 00:00:14&nbsp; Yeah. So, I was just at a conference last week, and there were a lot of podcasters there, and they told me to stop using Bluetooth headphones when I&#8217;m podcasting. and so. So I switched back to my old school wired in headphones, and all I&#8217;ve got are these really old sennheiser&#8217;s that I had to tape with, rainbow duct tape years ago.</p>\n\n\n\n<p>Michelle Frechette 00:00:39&nbsp; It looks like you have a pretty little bow in your hair.</p>\n\n\n\n<p>Roger Williams 00:00:43&nbsp; Perfect, perfect. That&#8217;s what that&#8217;s that&#8217;s what I&#8217;m hoping. That&#8217;s what I&#8217;m going for.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:00:47&nbsp; I mean, but you know what, Roger? On you it works.</p>\n\n\n\n<p>Roger Williams 00:00:51&nbsp; Well, thank you, I appreciate that. Thank you so much.</p>\n\n\n\n<p>Michelle Frechette 00:00:54&nbsp; And thanks for joining me today on the Happiness Hour. I it&#8217;s it&#8217;s always a pleasure to talk to you for multiple reasons, chief, of course, is that you&#8217;re a wonderful person to talk to. But also, I get to see those pictures of your dog in the background and like, who wouldn&#8217;t love those pictures? The dogs, I think one, two dogs, right? Yeah.</p>\n\n\n\n<p>Roger Williams 00:01:13&nbsp; Two dogs. Yeah. So, Daisy. Well, Daisy over here and then Enzo&#8217;s over here.</p>\n\n\n\n<p>Michelle Frechette 00:01:17&nbsp; Yeah, yeah. Just adorable. Adorable. I would love to claim all of the wildlife as my own and my pictures, but alas, they do not live with me.</p>\n\n\n\n<p>Roger Williams 00:01:27&nbsp; Well, that&#8217;s that&#8217;s a lot cheaper. You don&#8217;t have to maintain as much.</p>\n\n\n\n<p>Michelle Frechette 00:01:29&nbsp; True, true. I do have a cat that lives behind my monitor because she has a little bed back there. She likes it back there because I can&#8217;t reach her and she can stay out of it. Like I can&#8217;t make her accept my hugs and kisses, basically. But she comes up and stretches every once in a while and, you know, let&#8217;s me pet her for a second. But anyway.</p>\n\n\n\n<p>Roger Williams 00:01:48&nbsp; So she represents cats very well.</p>\n\n\n\n<p>Michelle Frechette 00:01:50&nbsp; Yeah she does. She&#8217;s got it down pat. She realizes I&#8217;m the staff. I&#8217;m not the owner. So it&#8217;s all good.&nbsp;</p>\n\n\n\n<p>Roger Williams: Nice.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: So first let me say welcome not only to the show, but Kinsta we got everything in the works right now. Any moment we should be able to. I&#8217;m going to officially announce the soft launch of the sponsorship of Post Status. So welcome. As a sponsor, we created our own little sponsorship channel with you all today, and I&#8217;m open for those conversations. It&#8217;s really great.</p>\n\n\n\n<p>Roger Williams 00:02:21&nbsp; I mean once there&#8217;s a sponsor channel in Slack that makes it official, right?</p>\n\n\n\n<p>Michelle Frechette 00:02:25&nbsp; It does, it does. It&#8217;s just the the just. And we signed the contract. It&#8217;s just that little payment thing. And I know that you guys are good for it. So we&#8217;re gonna announce it anyway. So so welcome.</p>\n\n\n\n<p>Roger Williams 00:02:36&nbsp; Absolutely. Thank you.&nbsp; Yeah. Excited to be part of the community and and help. you know, I know it&#8217;s $50 a year now. Like, what, a smoking deal.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: Yeah, right.</p>\n\n\n\n<p>Roger Williams 00:02:47&nbsp; I am encouraging everybody to join. I actually just had a great conversation with Joost, and we talked about, you know, his kind of goal and mission with, you know, making Post Status into a nonprofit and really making it that community that can have all of the conversations, you know, and have the spicy conversations, right. And, and still manage to be a group of people that get along. And so that&#8217;s really encouraging.</p>\n\n\n\n<p>Michelle Frechette 00:03:17&nbsp; And we do fun stuff, too. I don&#8217;t know if you saw it, but we started a new channel today called The Music Channel.&nbsp;</p>\n\n\n\n<p>Roger Williams: Okay.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: And I got an official like, I paid for an official Spotify account today called Post Status, and I have two playlists in there that are open to collaboration amongst our community. So if you&#8217;re in Post Status Slack and you go to the music channel, you will see you can add to those playlists. One is for folks who like mellow music when they work, and the other is for people who like upbeat music when they work. So you can just add to that playlist or building playlists two playlists together as a community for for fun, right? Because you can do that. We can do those fun things there. And I really enjoy that too. So it&#8217;s pretty cool stuff.</p>\n\n\n\n<p>Roger Williams 00:04:04&nbsp; That&#8217;s really awesome. I love the initiative there. It&#8217;s always interesting to hear what other people listen to. When their getting work done.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:04:13&nbsp; Yeah. Can I tell you my biggest fear was that because I had to seed it with something, right. So I put like two songs in each one and I thought, I&#8217;m going to be judged so hard by these four songs.</p>\n\n\n\n<p>Roger Williams 00:04:24&nbsp; Okay. What were the songs?</p>\n\n\n\n<p>Speaker 3 00:04:26&nbsp; Oh, now I gotta go back and look.</p>\n\n\n\n<p>Michelle Frechette 00:04:27&nbsp; Okay, hold on a second. I put in You Don&#8217;t Know Me, which is a Ray Charles&nbsp; &amp; Diana Krall song. This is the mellow one. Yeah. which I think nobody but I&#8217;m a huge Josh Groban fan. So the other one was When You Say You Love Me by Josh Groban.&nbsp;</p>\n\n\n\n<p>Roger Williams: Okay.</p>\n\n\n\n<p>Michelle Frechette 00:04:42&nbsp; And then the upbeat songs. I actually did a little research. See, I listened to 70s music all the time, like 70s and 80s. That&#8217;s what I was doing. So I did a little research. I&#8217;m like, what are upbeat songs that people like to listen to? And even though Coldplay gets a bad rap sometimes. Viva la Vida was the number one song on multiple lists. So that and On Top of the World by Imagine Dragons. Were the four that I seeded. Two each, you know two each into those things. And I thought nobody so far has said, Michelle, your taste in music is awful. So we&#8217;re gonna let it ride. We&#8217;re gonna let it ride. If I need to, I can always delete them.</p>\n\n\n\n<p>Roger Williams 00:05:16&nbsp; I feel like you went with some pretty safe choices there.</p>\n\n\n\n<p>Michelle Frechette 00:05:19&nbsp; I mean, I tried.</p>\n\n\n\n<p>Roger Williams 00:05:20&nbsp; Good songs, good bands, so. And. And now it&#8217;s up to people to, proliferate the lists with their ideas. And I&#8217;m looking forward to see what people start sharing.</p>\n\n\n\n<p>Michelle Frechette 00:05:33&nbsp; Yeah. Well, on the upbeat songs, I will say Corey Maass went to work on it because we got we&#8217;re up to 18 songs on that playlist and we have five on the other playlist. So yeah. So if you are not a member of Post Status and you want to be, it&#8217;s only $50 a year, you can influence these playlists. Us. I mean, I&#8217;m going to start listening to him tomorrow and see, you know, how much work I get done. We&#8217;ll see.</p>\n\n\n\n<p>Roger Williams 00:05:54&nbsp; I&#8217;ll tell you what. I feel like we&#8217;re in a telethon type situation.</p>\n\n\n\n<p>Michelle Frechette 00:05:57&nbsp; I know right?</p>\n\n\n\n<p>Roger Williams 00:06:00&nbsp; You&#8217;re standing by to take your call. Let&#8217;s let&#8217;s see what you let&#8217;s get joining up here, people.</p>\n\n\n\n<p>Michelle Frechette 00:06:05&nbsp; Oh, my goodness. I&#8217;m old enough to have grown up on the Jerry Lewis telethons where he&#8217;s like, let&#8217;s see that tote board. Right. As the numbers flip over and like, the old alarm clocks did. It was so.</p>\n\n\n\n<p>Roger Williams 00:06:16&nbsp; Funny. Absolutely. No, I used to remember they would always come on, like, PBS and stuff when I was one to watch the new Star Trek series or something. And I&#8217;m like, you guys are killing me. I&#8217;ve got no money. I&#8217;m just a kid.</p>\n\n\n\n<p>Michelle Frechette 00:06:28&nbsp; Yeah, and all of the people they would bring on were like the old Love Boat type people. Like, it&#8217;s like, I don&#8217;t want to see Charo. I know she does good flamenco. Show me somebody I care about. Like. Yeah. But, you know, I mean, it was what it was. Donald O&#8217;Connor dancing at 78 years old. No, I don&#8217;t need to see that. But anyway. James says hello to both of us. Hey, James. Good to have you here.</p>\n\n\n\n<p>Roger Williams 00:06:53&nbsp; I haven’t seen James in a while.</p>\n\n\n\n<p>Michelle Frechette 00:06:55&nbsp; He&#8217;s a pretty awesome dude.</p>\n\n\n\n<p>Roger Williams 00:06:56&nbsp; Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:06:57&nbsp; He really is. So tell us a little bit about who you are and what you do at Kinsta.</p>\n\n\n\n<p>Roger Williams 00:07:03&nbsp; Oh, boy. Okay, so, so at Kinsta. I&#8217;ll just start there. I recently actually got, kind of a title change, so now I was Community Manager. Now I&#8217;m Partnerships and Community Manager for North America. And so what does that mean? So I get to go to a lot of events, and kind of try and engage the community, get feedback as far as, hey, you know, on the hosting product, get feedback about how what people are thinking about WordPress in general. And then I take that information back to the home base and share it with the powers that be and my coworkers to help improve the product and then also see how we can help. the WordPress project overall. And so one initiative that we&#8217;ve got going relatively recently is we&#8217;ve started sponsoring contributors to WordPress. And so that has been just a lot of fun, reaching out to different contributors and seeing, you know, how we can help them, help their work, and really improve WordPress. Because if WordPress doesn&#8217;t keep improving, there&#8217;s not a whole lot for Kinsta to do. So that&#8217;s kind of a new initiative. Other things. So with the partnership side, I talk with different companies that are adjacent to Kinsta.</p>\n\n\n\n<p>Roger Williams 00:08:30&nbsp; So agencies are a big one. We have a lot of agency customers. And we also have a lot of customers that use agencies. And so it&#8217;s very important that we have a dialogue with agencies as far as what works for them. What we could improve with the product and how we can help them grow their business as well.. And then also with like plugin makers and theme designers and, you know, the whole ecosystem of WordPress companies kind of works in there. And then also just going one step further is open source in general. So at Kinsta one thing that we&#8217;ve utilized for many years is Linux containers for each of the sites, isolates them, gives them a lot of resources. And so we help support the maintainer of the Linux container project, which is changing into Incus and getting a little in the weeds here. But so that&#8217;s really exciting too, is being able to reach out to the people who make the tools that allow us to make WordPress and allow us to host websites and help them get their work. Continued and supported. Jeez. And, you know, it&#8217;s a pretty nebulous position. So there&#8217;s there&#8217;s a lot of things going on. I do a lot of videos. I make videos on LinkedIn where I interview people in the WordPress ecosystem as well as.</p>\n\n\n\n<p>Michelle Frechette 00:09:57&nbsp; Those are compelling, by the way, because you keep them concise, right? They&#8217;re not they don&#8217;t go on for hours. They also are fun. You have topics that you put right there and and they just show up in your newsfeed. So you&#8217;re like, oh, what&#8217;s this all about? Those are awesome. I mean, even if I&#8217;m speaking from having been on the other side of your microphone.</p>\n\n\n\n<p>Roger Williams 00:10:16&nbsp; Well, thank you so much. I appreciate the feedback and the encouragement. It it started as just a fun way to get to know presenters before WordCamp US last year. And then I went to WordCamp US and everybody, not everybody, but a lot of people wanted to ask me if they could be on my podcast. And I was like, well, first of all, it&#8217;s not really technically a podcast. But, Yeah. No, I wanted to interview more people, and I like, you know, LinkedIn imposes the 15 minute time rule that I have, which is kind of nice because it allows me. I&#8217;m only interrupting somebody&#8217;s day for 15 minutes, to do the interview. And then I&#8217;m only interrupting your day for 15 minutes if you want to watch the interview. So I feel like it&#8217;s very courteous of me in some ways.</p>\n\n\n\n<p>Michelle Frechette 00:11:06&nbsp; Yeah, absolutely.</p>\n\n\n\n<p>Roger Williams 00:11:07&nbsp; But. And then there&#8217;s just a lot of fun. It&#8217;s an opportunity to get to know people in the industry, people that I maybe have known for a while and learn more about them and then meet new people and hear their stories and then help share their stories. So, that, like, that was like kind of an afterthought activity. And it&#8217;s really turned into a pretty considerable amount of my job. And, again, I get a lot of encouragement from my bosses to keep doing those.</p>\n\n\n\n<p>Michelle Frechette 00:11:36&nbsp; Yeah. It&#8217;s great, I love it. You&#8217;ve talked to some pretty awesome people. You&#8217;ve talked to a lot of people that I&#8217;ve never heard of or met before, too, which I love because you&#8217;re introducing people to the WordPress community that we want to know because they&#8217;re doing cool stuff. So I love that component of it as well, for sure.</p>\n\n\n\n<p>Roger Williams 00:11:54&nbsp; That&#8217;s great to hear. And I&#8217;d like to say that that is all by design. A lot of it is just because I don&#8217;t know the big names in WordPress, and so.</p>\n\n\n\n<p>Michelle Frechette 00:12:04&nbsp; That&#8217;s okay too.</p>\n\n\n\n<p>Roger Williams 00:12:05&nbsp; I haven&#8217;t connected with them yet. But then also there is has been a little bit of a conscious decision to seek out people who are not getting as much exposure and maybe aren&#8217;t as well known, but who I&#8217;ve met one way or another. And I know that they&#8217;re very interesting people. And I mean, everybody&#8217;s got a story to tell. And I and I think the nice thing about 15 minutes is it makes it easy for people to tell their story and not run out of things to talk about. And so we, can we can put something together that&#8217;s pretty interesting.</p>\n\n\n\n<p>Michelle Frechette 00:12:37&nbsp; Well, I will tell you that you did inspire something I&#8217;ve been working on, which is starting, last month. It is April now. Yep. Starting last month. Last month was Women&#8217;s History Month, and so I got it in my head on like the fourth or fifth day of the month. Oh, it&#8217;s women&#8217;s history. We should interview women in WordPress. I thought I would get maybe ten people, right? I have over 50 interviews now that I&#8217;ve recorded.&nbsp;</p>\n\n\n\n<p>Roger Williams: Wow.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: They average about five minutes. Some go as long as 12, some as short as like four. Which I guess is not really an average of five, but there&#8217;s about five minutes. Six maybe. And, they take out the outliers, but then, it&#8217;s been really awesome. And because there&#8217;s so many of them, I&#8217;m continuing it for months and it might just be a regular feature we have. We have a YouTube playlist. Now that&#8217;s these, women&#8217;s interviews within WordPress.&nbsp; And I am so proud to say that we have interviewed somebody on every inhabitable continent of the world. So I&#8217;ve got women from literally everywhere, which is so cool. But it&#8217;s because I saw your shorter, you know, concise interviews that I thought I could do, like Roger does.</p>\n\n\n\n<p>Roger Williams 00:13:44&nbsp; That&#8217;s awesome. I and I, I&#8217;m sure you&#8217;re blowing it out of the water. you&#8217;re way more composed.</p>\n\n\n\n<p>Michelle Frechette 00:13:49&nbsp; I&#8217;m having fun.I don&#8217;t know about that.</p>\n\n\n\n<p>Roger Williams 00:13:53&nbsp; And I you know, I&#8217;m excited to hear that. And I think that, you know, in the age of these two and three and four hour podcasts, I really like seeing the shift back towards the shorter. You know, it&#8217;s the same way with like, streaming media, right? Like my wife and I, we really get excited when there&#8217;s an episode that&#8217;s only 25 minutes long. Right? Because, like, I just I got to go to bed at some point, people. You know.</p>\n\n\n\n<p>Michelle Frechette 00:14:18&nbsp; It&#8217;s it&#8217;s I call it consumable, right? It&#8217;s like you don&#8217;t feel overwhelmed. You could actually consume it on social media as opposed to having to go someplace and download or look longer or pop popcorn first, you know?</p>\n\n\n\n<p>Roger Williams 00:14:31&nbsp; Exactly, Exactly. No. Yeah, yeah. Having these little bite sized nuggets. And, you know, there&#8217;s also the whole concept of, you know, do you need two hours to really say what you&#8217;re trying to say? Can you can you sum it up for me? And and I, you know, one of the approaches that I&#8217;m kind of doing with my show is once I have somebody on and I get to know, like, who they are and how we interact, then, you know, maybe I invite you back and we do a longer show if there&#8217;s something more for us to dig into. So, yeah, there&#8217;s just a lot of variability. I, I really I talked with Matt Medeiros, I think, last fall about my philosophy on doing the show, and there&#8217;s a lot of a salesman&#8217;s mentality to it. So in sales, to be successful at sales, you just have to deal with rejection and no&#8217;s.</p>\n\n\n\n<p>Michelle Frechette 00:15:25&nbsp; Absolutely.</p>\n\n\n\n<p>Roger Williams 00:15:26&nbsp; And so one of the things I learned early in my sales career was to collect 50 no&#8217;s a day. And then I would get to a yes. Right? And and you know, the math sometimes worked and sometimes it didn&#8217;t, depending on what I was selling. Right? But I think with doing episodes, doing a show like this, especially when you&#8217;re starting out and you&#8217;re not sure what you want to talk about or how good your interviewing skills are, then go for numbers like just start. Do a lot of interviews, talk to a lot of people and figure it out as you&#8217;re going. And yeah, just getting the repetitions in and and seeing if you enjoy it too.</p>\n\n\n\n<p>Michelle Frechette 00:16:05&nbsp; Yeah, absolutely. But I do have to say it as a podcast, if you call it a show. So you&#8217;ve, you&#8217;ve officially tipped over to that territory.&nbsp;</p>\n\n\n\n<p>Roger WIlliams: Okay. I thought.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: I don&#8217;t make the rules. I don&#8217;t make the rules. Roger.</p>\n\n\n\n<p>Roger Williams 00:16:19&nbsp; Okay. I thought that in order for it to be a podcast, it had to have an RSS feed.</p>\n\n\n\n<p>Michelle Frechette 00:16:25&nbsp; I don&#8217;t think so. I think it has to be called a show and put out an in regular format somewhere. I make my own decisions here, so maybe I do make the rules, I don&#8217;t know. But,</p>\n\n\n\n<p>Roger Williams 00:16:35&nbsp; You know, in your defense, you know, people are calling these shows on YouTube podcasts now, even though there’s no RSS feeds. So. All right, we&#8217;ll go with it. We&#8217;ll go.</p>\n\n\n\n<p>Michelle Frechette 00:16:43 &nbsp; Okay. Absolutely. So much fun. So if anybody doesn&#8217;t know what Kinsta is, what is Kinsta?</p>\n\n\n\n<p>Roger Williams 00:16:51&nbsp; Oh wow. Okay. So if you don&#8217;t know what Kinsta is then what what&#8217;s going on?</p>\n\n\n\n<p>Michelle Frechette:&nbsp; I know right.&nbsp;</p>\n\n\n\n<p>Roger WIlliams: Seriously, so Kinsta we&#8217;re a managed hosting company and we focus on WordPress. And then we&#8217;ve actually got a new product for application hosting and database hosting called Sevalla. And if people are interested, they can look that up. But I&#8217;ll really talk more about the WordPress side. That&#8217;s the majority of our business. We&#8217;ve been in business for over 12 years now. We&#8217;ve got hundreds of thousands of sites under management that were, helping people deliver to the world. And, you know, to back up for a second, what do I mean by managed hosting? So with managed hosting, we&#8217;re handling all of the infrastructure outside of WordPress. So the nginx server, the MySQL database, Linux. And then we&#8217;re also integrating with Cloudflare Enterprise. So every site on Kinsta has Cloudflare Enterprise protecting it from DDoS attacks. But also we&#8217;re utilizing their CDN and edge caching and image optimization services to really help speed up your site and make sure that anybody in the world that wants to view it can see it really quickly.</p>\n\n\n\n<p>Michelle Frechette 00:18:08&nbsp; Excellent, excellent. And you have an affiliate program, I noticed I&#8217;m actually going to put this banner up on the screen here. I&#8217;ve been digging into, it&#8217;s like I know what I&#8217;m doing sometimes, I don&#8217;t know, I surprise myself. I&#8217;ve been looking into doing more affiliate sales. Right? And I&#8217;ve signed up. I think I signed up for Kinsta. I did a whole bunch in one day. As you know, I was laid off from my last job, and I was like, where can I find some passive income? So I&#8217;m building a website, I&#8217;m doing reviews, I&#8217;m doing all the things.</p>\n\n\n\n<p>Roger Williams: Excellent.</p>\n\n\n\n<p>Michelle Frechette: And so, yeah. So here&#8217;s a way to do that. What does your affiliate program look like for people who might want to, you know, get involved with that?</p>\n\n\n\n<p>Roger Williams 00:18:43&nbsp; Yeah, absolutely. So, you know, and I at at risk of making this sound like a whole sales pitch all, all day. I apologize to everybody. You&#8217;re asking the questions.</p>\n\n\n\n<p>Michelle Frechette 00:18:53 I am of course, we didn&#8217;t talk about this and we didn&#8217;t talk about this beforehand either. These are just my curiosity.</p>\n\n\n\n<p>Roger Williams 00:18:59&nbsp; No, I&#8217;m I&#8217;m enjoying it. So, our affiliate program is quite generous. You just go to the link that you see on the screen. kinsta.com/affiliates get signed up and we have our amazing affiliate team will review your application. And, once you&#8217;re signed up, you it&#8217;s pretty standard from an affiliate program. You get a link that has a specific code in it. So when somebody clicks that link and then signs up, you get credit for the sale. So that&#8217;s pretty standard affiliate program stuff. The way that you make money is pretty straightforward. We pay you on signup so it&#8217;s anywhere from $50 to $500 depending on which plan somebody signs up for. And then you get 10% of whatever is billed for each month for the life of that account.</p>\n\n\n\n<p>Michelle Frechette 00:19:52&nbsp; There you go.</p>\n\n\n\n<p>Roger Williams 00:19:53&nbsp; So our cheapest plan is $35 a month.</p>\n\n\n\n<p>Michelle Frechette 00:19:57&nbsp; Least expensive marketing. Least expensive.</p>\n\n\n\n<p>Roger Williams 00:20:01&nbsp; Sorry. Thank you. Thank you very much.</p>\n\n\n\n<p>Michelle Frechette 00:20:03&nbsp; That&#8217;s what I&#8217;m here for.</p>\n\n\n\n<p>Roger Williams 00:20:04&nbsp; Our least expensive plan is $35 a month. So 10% of that&#8217;s $3.50 a month for the life of the account. And, you know, we don&#8217;t put any limits on when that&#8217;s going to end. We just keep paying you, as you know, you brought the business to us. So we&#8217;re going to pay you for that. So and thank you for it. You know, other than that, it&#8217;s it&#8217;s really straightforward.</p>\n\n\n\n<p>Roger Williams 00:20:26&nbsp; We have, like I mentioned, a dedicated, an affiliate management team. So if you know, as you&#8217;re an affiliate, there&#8217;s ever any concerns or questions about a sign up, all you have to do is reach out and we&#8217;ll take a look at it and work with you. The, you know, one key time frame to put in there is about a two week limit. So if somebody signs up and they should have gotten credited to you, you need to reach out to us, you know, within two weeks, which isn&#8217;t an unreasonable amount of time to ask you to reach out.</p>\n\n\n\n<p>Michelle Frechette 00:20:58&nbsp; Not at all.</p>\n\n\n\n<p>Roger Williams 00:20:59&nbsp; And and we&#8217;ll work with you to figure all that out.</p>\n\n\n\n<p>Michelle Frechette 00:21:02&nbsp; yeah.</p>\n\n\n\n<p>Roger Williams 00:21:03&nbsp; And then we&#8217;ve built, the, the affiliate dashboard in-house. So it&#8217;s very snappy and.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:21:08&nbsp; Nice.&nbsp;</p>\n\n\n\n<p>Roger Williams 00:21:09 You know, and if you have feedback on, you know, in the improvements or suggestions, you know, our developers can take a look at those and choose to implement them. If, if it sounds like a good plan.</p>\n\n\n\n<p>Michelle Frechette 00:21:20&nbsp; Nice. I have pulled up on the screen, as I&#8217;m sure you saw. Not only do you have the affiliate, you know, information on the affiliate page, but you have 17 pages that talk about doing affiliate sales and doing affiliate marketing. So it looks like a very well supported plan as well. 198 results when I just search affiliate on your blog.</p>\n\n\n\n<p>Roger Williams 00:21:38&nbsp; So yeah. So backing up a second, so who is Kinsta big component of who Kinsta is, is our blog. The way that I first learned about Kinsta was when I was working for one of our competitors, and I was in tech support and in tech support. You get these issues that you haven&#8217;t seen before a lot. Right? And so you Google, hey, here&#8217;s the error code that just got thrown at me. And you start looking through stuff. And a lot of times you go to StackOverflow and these types of sites. Now you go to AI, but back about like 6 or 7 years ago Any time I would google a WordPress issue, this one blog would keep coming up with these amazing blog posts that would not only, like, explain the issue, but walk you through how to resolve it, usually in multiple different ways. And that blog was Kinsta.com.</p>\n\n\n\n<p>Speaker 5 00:22:37&nbsp; Nice.</p>\n\n\n\n<p>Roger Williams 00:22:37&nbsp; And. And so that got me. I mean again and again the same blog kept coming up with different answers for all these issues. And so eventually I was like, well, I should just go work for these guys. They seem to have it all figured out. And so I applied and I started off in the migrations team, worked my way to client experience, then to sales, and then we created this community position. But yeah, it really is amazing how much we work to give information back to, you know, the community, to the industry as a whole. Yes. It drives a lot of sales, but I mean, there&#8217;s still a ton of people I know that get value out of the blog who are not our customers. Not yet. Not yet. But your affiliate program is going to work on that for us.</p>\n\n\n\n<p>Michelle Frechette 00:23:29&nbsp; That&#8217;s right, that&#8217;s right. Absolutely. Now, I believe this is fairly new announcement as well.</p>\n\n\n\n<p>Roger Williams 00:23:36&nbsp; Yes.</p>\n\n\n\n<p>Michelle Frechette 00:23:37&nbsp; Kinsta is now a global WordCamp sponsor.</p>\n\n\n\n<p>Roger Williams 00:23:40&nbsp; Yes. So this is pretty exciting. This just came out yesterday, April 1st.</p>\n\n\n\n<p>Michelle Frechette 00:23:45&nbsp; And it was not a joke.</p>\n\n\n\n<p>Roger Williams 00:23:47&nbsp; No. And it was not a joke. It was funny. We were talking about how the you know, it started April 1st, and all these reasons. And I was like, oh, do we want to hold off on doing a press release on April 1st? Probably. So it does get dismissed, but no, just really excited to again find a way to support the community through this. For those that aren&#8217;t aware, the the global WordCamp sponsors, what that means is we&#8217;re now a gold level sponsor for all of the local WordCamps around the globe. Everything except for the flagship three. And, and so that helps immediately get funding to all of those WordCamps and helps them put on those shows. It&#8217;s one less phone call that they need to make to get a sponsor signed up, and all the paperwork and rigmarole that goes through that.</p>\n\n\n\n<p>Roger Williams 00:24:40&nbsp; So now carte blanche, we&#8217;re just all Word Camps that aren&#8217;t flagships we&#8217;re a sponsor of and so help helping get those Word Camps to happen. And then we&#8217;re also helping the Meetups happen. So there&#8217;s I don&#8217;t know the exact number at this point. It&#8217;s it&#8217;s in the thousands, if not more of Meetups around the globe. And I think these are where the the real magic happens with WordPress, right? I help run a small Meetup here in Durango once a month. We have like anywhere from 4 to 9 people show up. But every time we have great conversations and we talk about WordPress, we talk about digital marketing, we talk about how our lives are going, where we&#8217;re going to go on vacation, and we really connect. And so Meetups are just a really exciting way to really get that super local connection happening. And as a global sponsor, we help with the fees responsible for Meetup.com, which love it or hate it. you know, I&#8217;m not going to tell you my judgment right now, but it is a useful site for organizing things.</p>\n\n\n\n<p>Roger Williams 00:25:51&nbsp; As an organizer, it makes it really easy for me to quickly get stuff posted up and then get people to come to the event. And then there&#8217;s another aspect of the Meetups that a little bit less known, apparently, because I keep on having people asking if we can help them with their venue costs. And I always ask, hey, did you reach out to WordPress Foundation yet? Because as global sponsors, we also help with the funding to help get some venue costs covered. and so that&#8217;s just really exciting to help promote both of those programs, WordCamps and Meetups.</p>\n\n\n\n<p>Michelle Frechette 00:26:35&nbsp; Absolutely. That&#8217;s awesome. and it&#8217;s really nice that there are organizations like Kinsta that, you know, are so all in on the WordPress community that you&#8217;re sponsoring, contributors. You&#8217;re sponsoring the community at large as well. I, I, I&#8217;m signing the paperwork today as one of your most recent contributors that you&#8217;re sponsoring. And I want to thank you for sponsoring my time in the WordPress community. So, yeah, I had a little snafu with signing the paperwork, as we talked about before, but it will be signed as soon as we&#8217;re done here today. So it will be official very shortly, and I&#8217;ll be able to post it on social and say how wonderful it is to have organizations like Kinsta sponsoring the work that I do in WordPress. So thank you for that.</p>\n\n\n\n<p>Roger Williams 00:27:21&nbsp; Well, you&#8217;re welcome. And, you know, and we&#8217;re proud to sponsor you and the other contributors because we know it&#8217;s an all volunteer project. Right? And, and it&#8217;s open source and it&#8217;s this is how open source works is the companies that are benefiting off of the projects. You know, you don&#8217;t have to write it&#8217;s open source software. So there&#8217;s no obligation to support the software. But I mean, it just makes sense that you you do realize, hey, our income is based off of these volunteer led projects. We really should be reaching out and helping to contribute in some way. And the thing I really enjoy about sponsoring contributors like yourselves Is its immediate impact, right? You&#8217;re not it. We could turn to a bunch of employees at Kinsta who have never used WordPress, let alone worked to make WordPress Slack and tried to contribute.</p>\n\n\n\n<p>Roger Williams 00:28:24&nbsp; And you know that that could be very helpful for those individuals to learn more about WordPress and how to contribute to it. But as far as the project&#8217;s impact, it&#8217;s just not going to be as impactful as sponsoring people who have already been contributing, who know the ins and outs of the project, and then who can even, you know, in a force multiplier effect, help that many more people become part of the project. You know, we help a lot of people. We sponsor a lot of people that that do a lot of documentation work. And, you know, as somebody who kind of ran the documentation program at Kinsta for a little while. I mean, it&#8217;s it&#8217;s the most important work and it&#8217;s the most thankless work that can happen, right?</p>\n\n\n\n<p>Michelle Frechette 00:29:10&nbsp; And it can be tedious. Right. So to have some incentive to have some to nobody does it because they&#8217;re expecting anything back. But to have a company like Kinsta to say, I see you and I want to support that as well. It&#8217;s just a wonderful thing.</p>\n\n\n\n<p>Roger Williams 00:29:23&nbsp; Agreed, agreed. 100%. And I mean, it is tedious, right? I mean, because you&#8217;ve spent all this time putting some sort of documentation together and you miss, like, one step and that&#8217;s the first thing somebody points out to you. And so like, there&#8217;s a gut punch there. But but it&#8217;s important work. Right? And documentation is one of those things that it gets taken for granted. Right? When it&#8217;s there. You don&#8217;t think anything of the fact that somebody had to put a lot of work into creating this, but the fact that it&#8217;s there is literally allowing you to use some aspect of the tool. And so it&#8217;s so important. So important.</p>\n\n\n\n<p>Michelle Frechette 00:30:02&nbsp; Right. We&#8217;re coming up on a new release soon. We are less than two weeks away from 6.8 being released. We&#8217;re in release candidate two right now, one more week after this to work on it. And then it&#8217;s like out for for being updated. And and we do know that people find more bugs once it&#8217;s been released, but we&#8217;re in that bug squashing right now. So, and the work and, and that&#8217;s part of the work I&#8217;m doing is on that release squad. And so our others. So that&#8217;s the work that you&#8217;re supporting, not just the work that I do in the community, not just the work that I do with the photo directory, for example. But, but every release as well. So, yeah. Thank you. I really appreciate it.</p>\n\n\n\n<p>Roger Williams 00:30:40&nbsp; You&#8217;re welcome. And thank you again for that work that you&#8217;re doing there, because it is really critical. And again, it&#8217;s like the documentation, WordPress can get taken for granted so easily. Because it&#8217;s something that&#8217;s just there. Right. It&#8217;s been there for we&#8217;re at like 22 years now. You just go to WordPress.org and you download the software and you can get to work on it. But there&#8217;s a lot of time and effort and people involved with making that happen. As far as 6.8&nbsp; is going. How are you feeling about it? I know that there&#8217;s been like some, you know, Matt has put out some ideas that maybe we&#8217;re going to do one release a year or something. Do you think that there&#8217;s enough people helping with testing out and and checking for bugs at this point?</p>\n\n\n\n<p>Michelle Frechette 00:31:29&nbsp; I mean, there are right there. There&#8217;s always people who are in there testing. We have, you know, quite a few people who are doing that kind of thing. You can always use more because we can&#8217;t test every scenario. We can&#8217;t test it against, you know, you we don&#8217;t know how it interacts with every single plugin in the world because we can&#8217;t test it on all those things. So the more people test it with those things now never, ever, ever updated on your live site please. I mean, take our word for it. That is not the right way to do it, but open it in a test environment. Use the playground to do that. Use the there&#8217;s a plugin you can use for testing. It&#8217;s all in the guidelines on the 6.8. If you go to WordPress.org /news you will see it there. the most recent release, candidate two, has all of the information to do that.</p>\n\n\n\n<p>Michelle Frechette 00:32:12&nbsp; so the more people I mean, I&#8217;m never going to say we have enough testers, never. So get out there and test it. If you haven&#8217;t tested it yet, we want to hear your feedback. Good, bad, ugly. We want to know because we want to make sure that what gets released on April 15th, it just happens to coincide with Tax day here in the US. What gets released on April 15th? We want it to be the best it can possibly be. And although you can never foresee everything, the more that we can take care of prior to that day, the better. Everybody will have it on release day, so.</p>\n\n\n\n<p>Roger Williams 00:32:44&nbsp; No. Absolutely. And I, you know, I know one of the things that encourages me Kinsta we include staging environments with all of our sites. So people like, go ahead, create a staging environment.</p>\n\n\n\n<p>Michelle Frechette 00:32:56&nbsp; Test it out.</p>\n\n\n\n<p>Roger Williams 00:32:57&nbsp; Install the beta plugin and just like. Look at the site like and test it out. Are your forms working? If you have a calendar or something like that? Test everything that&#8217;s really critical for your business and make sure that it works. You know, make sure that when you fill out a form, you get the email because.</p>\n\n\n\n<p>Michelle Frechette 00:33:17&nbsp; Test it against your themes, all of those things. Absolutely. Yeah. Yeah, definitely. And so yeah. So that&#8217;s the work that we&#8217;re doing right now. It&#8217;s it&#8217;s always something. Right? We just onboarded new a whole bunch of new photo moderators. And the queue has been sitting at zero at the end of every day. We have so many people moderating photos. We have over 20,000 photos now in the photo directory. And yeah, it used to be sometimes I would log in and be like, oh, there&#8217;s 300 to moderate. Well, let me see how many I can do in 15 or 20 minutes. Now I log in. I&#8217;m like the only ones I have to look at are the ones that are held in moderate or held as flagged. Because other people in the United States or outside of the United States can&#8217;t see those. It&#8217;s something to do with laws and things. And so usually it&#8217;s a picture of an animal. Not always. sometimes it&#8217;s things that cannot be released. Of course. for any number of reasons. But, I would say and all of the photos I have not allowed through out of the hundreds that get flagged only two. So it it&#8217;s AI driven. What gets put there versus other and AI is very conservative and so but other than that you know we just have people just getting in there and it&#8217;s all volunteer, as you said, moderating the photos under the photo directory. All of that is voluntary. So it&#8217;s a great program. Open source is great as long as people are contributing to it. And companies like Kinsta to make that a lot easier to do. So thanks for all that you do in the community. So you&#8217;re sponsoring Post Status, you&#8217;re sponsoring, globally. You&#8217;re sponsoring contributors. Goodness gracious. That&#8217;s awesome. I&#8217;d love to hear that.</p>\n\n\n\n<p>Roger Williams 00:34:56&nbsp; Oh, well. Yeah. No, it&#8217;s it&#8217;s really exciting. It&#8217;s something that a lot of us have been pushing for, for, you know, some time and then, Yeah. No, we we realized, hey, this is a good decision to make. not just for Kinsta, but for the community. So, yeah, it&#8217;s we&#8217;re happy to help.</p>\n\n\n\n<p>Michelle Frechette 00:35:14&nbsp; So any questions? I know we&#8217;ve had a couple of comments, but if you have questions, we have just a few more minutes before I let Roger go back to petting his dogs and doing his work. I will say, WordCamp Canada says “Kinsta docs and tutorials are among the best. Super useful.” I don&#8217;t know who is logged in today as WordCamp Canada, but those are lovely words that they&#8217;ve had to share with you, which is awesome.</p>\n\n\n\n<p>Roger Williams 00:35:37&nbsp; Know that. Thank you. And I&#8217;ll make sure that that gets passed on to the team. We&#8217;ve got a team of we&#8217;ve got multiple full time writers on staff. Then we also do, contract people to help with writing as well. But, It&#8217;s a very full time project for us. We have in Slack. We have a content feedback channel that&#8217;s internal. But any time, like a customer lets us know and support. Hey, you know, this documentation or something is. Seems a little off. All of us at Kinsta can go into the content feedback channel and share that feedback. You know, and do our best to kind of try and help make suggestions that are helpful for the writers. But the turnaround on those is really quick, and we want to make sure that the documentation is is up to date and useful.</p>\n\n\n\n<p>Michelle Frechette 00:36:29&nbsp; Sounds like a great team.&nbsp;</p>\n\n\n\n<p>Roger Williams: Oh, absolutely.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: My my last comment is that I think only the best podcasters also have lava lamps in the background, because I have one and I see yours.</p>\n\n\n\n<p>Roger Williams 00:36:42&nbsp; Yes. No. The lava lamp was an absolutely critical piece for the set. It&#8217;s just fun to have. It always reminds me, though, I think it was Cloudflare. Who, I don&#8217;t know if it was an April Fool&#8217;s joke post, but I remember years ago they had released something that the way that they do their random number generator is they have a series of lava lamps, and they use that for actually they scan those and then that&#8217;s how they come up with their random number generation.</p>\n\n\n\n<p>Michelle Frechette&nbsp; 00:37:12&nbsp; That&#8217;s funny. Claudia says “that the lava lamp is also a critical piece of equipment in her office” So. Absolutely. I don&#8217;t know if you can tell, but right in front of my lava lamp is a chicken lamp.</p>\n\n\n\n<p>Roger Williams 00:37:23&nbsp; Okay. Just barely.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:37:24&nbsp; And the egg behind, like the egg coming out of the chicken. Is the light bulb.</p>\n\n\n\n<p>Roger Williams 00:37:31&nbsp; Perfect, perfect.</p>\n\n\n\n<p>Michelle Frechette 00:37:35&nbsp; Yeah. There&#8217;s always something you can focus on in my background to talk about, that&#8217;s for sure. Anyway, anything else, go ahead.&nbsp;</p>\n\n\n\n<p>Roger Williams 00:37:41&nbsp; You have a great diversity background there. I&#8217;m just I&#8217;m really happy that it&#8217;s not a bookshelf of books, that that you&#8217;re trying to project that you read.</p>\n\n\n\n<p>Michelle Frechette 00:37:52&nbsp; I never read. No, of course I do. and I did, once upon a time play the guitar. But, those belong to my father. And I joke that when I put them on the wall, I suddenly became a developer because every developer has guitars in their background.</p>\n\n\n\n<p>Roger Williams 00:38:10&nbsp; Okay. All right. I didn&#8217;t know about that theory, but it does. It does seem.</p>\n\n\n\n<p>Michelle Frechette 00:38:14&nbsp; Now you&#8217;ll now you&#8217;ll notice. Now you&#8217;ll notice. I&#8217;ve we&#8217;ve also been asked here “how&#8217;s your Durango WordPress meetup going” since you are an organizer out there.</p>\n\n\n\n<p>Roger Williams 00:38:23&nbsp; Yeah. Thank you for asking. You know, it&#8217;s going well. I think we&#8217;re now I think we&#8217;ve done eight, in a row, so consecutively, I almost dropped the ball, on this month on April&#8217;s, but, we have it. It&#8217;s happening on Friday. It&#8217;s going good. You know, organizing events for any event organizers out there, is challenging, And I feel you and you know, the Meetups are a much more simplified, simplified version of an event than like a WordCamp or something. But it does still take work, right? You need to find the venue. You need to get people to show up. You need to try and have something worthwhile to talk about while you&#8217;re there. And so, and so it&#8217;s a lot of fun. It&#8217;s also a challenge. And, I think one of the best pieces of advice somebody told me was to get co-organizers as soon as possible.</p>\n\n\n\n<p>Michelle Frechette00:39:19&nbsp; Yes.</p>\n\n\n\n<p>Roger Williams 00:39:20&nbsp; And I say it&#8217;s the best advice. I still don&#8217;t know if it is because I haven&#8217;t gotten any co-organizers yet, but I feel like, wow, that would probably help a lot.</p>\n\n\n\n<p>Michelle Frechette 00:39:30&nbsp; So it does, I promise.</p>\n\n\n\n<p>Roger Williams 00:39:31&nbsp; Okay. All right.</p>\n\n\n\n<p>Michelle Frechette 00:39:32&nbsp; Absolutely.</p>\n\n\n\n<p>Roger Williams 00:39:33&nbsp; If anybody has any tips or tricks or advice, please feel free to reach out. Kinsta buys the lunch. So that&#8217;s a pretty cool little perk for coming. And we&#8217;ve got a really cool venue. It&#8217;s EsoTerra Cidery. They have a taproom in downtown Durango, and it&#8217;s a really wonderful venue. Lots of nice seats. They have a nice little lunch menu and they give us the space for free to use. They&#8217;re very happy to host us. So big shout out to Eso Terra. Thank you so much. They make really good cider. if that&#8217;s your jam. But no alcoholic drinks purchased for people during the lunch, by the way.</p>\n\n\n\n<p>Michelle Frechette 00:40:18&nbsp; Makes sense.</p>\n\n\n\n<p>Roger Williams 00:40:19&nbsp; But, yeah, I think, you know, one of the challenges is coming up with topics that apply to the group as a whole, right? And so we&#8217;ll have a variety of people, from beginners to advanced WordPress users. How do we come up with topics that attract all of those people and engages all of them?</p>\n\n\n\n<p>Michelle Frechette 00:40:41&nbsp; That is the challenge.</p>\n\n\n\n<p>Roger Williams 00:40:43&nbsp; Yeah. Any advice, any tips you figured out?</p>\n\n\n\n<p>Michelle Frechette 00:40:47 Um,&nbsp; mostly I figured out to just aim for the middle, basically. And the people, you know, the people that are overqualified for that will tend to either just not come. Which is sad, but they tend to contribute to the conversation. And people who have not reached that level are still learning it. So that&#8217;s basically the best advice I could offer. Or to split, you know, and have a couple of discussions, per conversation, you know, per, per event. So.</p>\n\n\n\n<p>Roger Williams 00:41:19&nbsp; Okay, okay. No, I like that. And I&#8217;ve kind of tracked towards that. The other thing I&#8217;ve done is I&#8217;ve, I&#8217;ve brought in some people from outside of WordPress a little bit to talk about like marketing and branding strategy. And really helped to expand the group and the topics a little bit. So it&#8217;s.</p>\n\n\n\n<p>Michelle Frechette 00:41:38&nbsp; I even had somebody come once and talk about business insurance.</p>\n\n\n\n<p>Michelle Frechette 00:41:43&nbsp; Okay. And errors and omissions. Which is a big thing for website developers. So.</p>\n\n\n\n<p>Roger Williams 00:41:48&nbsp; Excellent, excellent. Yeah. No I and I think getting more people from the business community involved is great. Durango and I&#8217;m outside of Durango. I&#8217;m in a little town called Minkus. We&#8217;re very rural. I think Durango&#8217;s got 17,000 people. Minkus got 1200 people. And one thing that still just drives me crazy is how few local businesses have a website. even, like, even a Wix website, they don&#8217;t even have that. They&#8217;ll have a Facebook page. And, and so that it breaks my heart a little bit. You know, I want to at some point be like, hey, I&#8217;ll build your website for you, but I&#8217;m, I&#8217;m kind of not in this stage of building websites right now.</p>\n\n\n\n<p>Michelle Frechette 00:42:29&nbsp; Same.</p>\n\n\n\n<p>Roger Williams 00:42:31&nbsp; Yeah, maybe I&#8217;ll help. Maybe I&#8217;ll help.</p>\n\n\n\n<p>Michelle Frechette 00:42:34&nbsp; Probably. and we do have, what do you call it? Justification? Vindicate. I don&#8217;t the right word. But anyway, “right about the developers having guitars in their walls. Roger could confirm he doesn&#8217;t have any on his office wall but four on another wall.” So there you go. I mean, there&#8217;s just something about it. And it&#8217;s interesting because development and ma and music go hand in hand because of the mathematical equalities to both of those. So it makes sense that somebody who is, you know, mathematically inclined, would be interested in both of those things. Chords are very math, mathematical.</p>\n\n\n\n<p>Roger Williams 00:43:10&nbsp; So absolutely. And maybe this explains why I&#8217;m not a good developer because I do not know how to play any music.</p>\n\n\n\n<p>Michelle Frechette 00:43:17 That&#8217;s okay. You can go to our Spotify and add some songs that you know and, and contribute musically that way.</p>\n\n\n\n<p>Roger Williams 00:43:24&nbsp; Absolutely. Yeah. No, I love listening to music, but yeah. No, just I tried learning piano a bunch of years ago. I want to say like 12 years ago, had an instructor come to the house, got full weighted keys and everything. And, Yeah, I just couldn&#8217;t get past, like, Tinker, tinkle, tinkle a little bell or something like that. Oh, man. Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:43:45&nbsp; No, I have an upright grand in my other room that I. It was my grandfather&#8217;s from the 20s, 1920s. Not not 2020. So it&#8217;s a oh, gosh, it&#8217;s over 100 years old now. My piano. But yeah. And I learned when I was little. So I don&#8217;t play very often. I live in a condo. And my neighbors would not be happy if I was banging on that piano at night, but, but it is nice to have around. So, any last any last words? Anything last things you&#8217;d like to share with us Roger?</p>\n\n\n\n<p>Roger Williams 00:44:12&nbsp; you know, I it would I&#8217;d be remiss without mentioning that, we just rolled out a new product called Kinsta Automatic Updates. This is an add on feature to your website at Kinsta, and this does automatic updates of your themes and plugins, with the caveat that it does visual regression testing. So we take a screenshot before the update. We update it and then we take a screenshot afterwards if there&#8217;s a difference that means something went wrong. We revert the update and then we notify you of of which plugin caused the issue so you can start troubleshooting it.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: Oh nice.&nbsp;</p>\n\n\n\n<p>Roger Williams: I&#8217;m really excited about that. You know, I was really excited about WordPress 6.5 when we came out with the auto rollback feature. that only catches PHP errors, which is I mean, it&#8217;s still massive. You should at least have that automatically on, I think. but with this feature, it just adds a little bit more to it. So it&#8217;ll catch, you know, maybe a plugin breaks a CSS, feature or something. And, and so the site&#8217;s not necessarily throwing up PHP error. It&#8217;s still running, but it&#8217;s broken. And if you&#8217;re spending a lot of money on your marketing and advertising, having a landing page broken is really annoying. So this helps wit that.Yeah. So if you have questions about it, come to kinsts.com and take a look to automatic updates. That&#8217;s pretty exciting. The team did a really great job.</p>\n\n\n\n<p>Michelle Frechette 00:45:34&nbsp; And if people want to follow up with you, what&#8217;s the best place to get in touch with you Roger?</p>\n\n\n\n<p>Roger Williams 00:45:38&nbsp; LinkedIn. I&#8217;ll be honest with you. So I&#8217;m in the Post Status group. You can DM me there. Thank you for giving me more time in Slack. But honestly, like LinkedIn, I love getting contacted there. I enjoy spending time in LinkedIn. So yeah, reach out to me there. And if you want to be on a Kinsta talk, reach out and we&#8217;ll work something out.</p>\n\n\n\n<p>Michelle Frechette 00:45:59&nbsp; Awesome. Thank you so much for your time today. Again, if people are interested, they can go to Kinsta.com and if they&#8217;re interested in the affiliate program it&#8217;s Kinsta.com/affiliates. So thank you for all your sponsorships, all that you&#8217;re doing and all that you do to highlight some pretty amazing people in WordPress. I appreciate your time today and all that you do.</p>\n\n\n\n<p>Roger Williams 00:46:19&nbsp; Thank you very much, Michelle, and I appreciate you and all the work that you&#8217;ve done. And thank you for having me on the show.</p>\n\n\n\n<p>Michelle Frechette 00:46:25&nbsp; My pleasure. Thank you. We&#8217;ll see everybody else next week.</p>\n\n\n\n<p>Roger Williams 00:46:29&nbsp; Bye&nbsp;</p>\n\n\n\n<p>Michelle Frechette: Bye.</p>\n<p>This article, <a href=\"https://poststatus.com/post-status-happiness-hour-session-twenty-three-2/\">Post Status Happiness Hour Session Twenty Four</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"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: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:60:\"Post Status: Post Status Happiness Hour Session Twenty Three\";s:7:\"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=163414\";s:7:\"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://poststatus.com/post-status-happiness-hour-session-twenty-three/\";s: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:56604:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/category/planet/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode of the Post Status Happiness Hour, host Michelle Frechette interviews Cami MacNamara a seasoned web designer and solopreneur. Cami shares insights into her business, Web Cam LLC, and her new initiative, &#8220;Web Designer Habits,&#8221; which aims to help web designers develop productive habits. They discuss the importance of accountability, time management techniques like time blocking and the Pomodoro technique, and the benefits of joining online and local networking groups. The episode also teases a collaborative project between Michelle and Cammy involving a planner designed to support web designers in maintaining their habits.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-top-takeaways\">Top Takeaways: </h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Small Changes Lead to Big Improvements –</strong> Cami emphasized the power of incremental progress, whether in business, design, or personal productivity. Tackling tasks in small steps can make overwhelming projects more manageable and sustainable.</li>\n\n\n\n<li><strong>Be Prepared for the Unexpected –</strong> Michelle shared practical travel and everyday preparedness tips, from keeping essential items in the car to ensuring that your luggage complies with airline regulations. Thinking ahead can save time, stress, and even money.</li>\n\n\n\n<li><strong>Documenting Processes is Key –</strong> The discussion touched on the importance of writing down systems and workflows, especially for solopreneurs. Whether through standard operating procedures (SOPs) or simple notes, having a record helps maintain efficiency and organization.</li>\n\n\n\n<li><strong>Community and Support Matter –</strong> Both Michelle and Cami highlighted the value of connection in professional spaces, particularly within the WordPress and web design communities. Engaging with peers through newsletters, Facebook groups, and live discussions fosters learning, growth, and mutual encouragement.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-mentioned-in-the-show\">Mentioned In The Show:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://webcami.com/\">Web Cami, LLC</a></li>\n\n\n\n<li><a href=\"http://webdesignerhabits.com\">webdesignerhabits.com</a></li>\n\n\n\n<li><a href=\"https://streamyard.com/\">StreamYard</a></li>\n\n\n\n<li><a href=\"https://webcamicafe.com/\">WebCamiCafe</a></li>\n\n\n\n<li><a href=\"https://www.godaddy.com/\">GoDaddy</a></li>\n\n\n\n<li><a href=\"https://us.shein.com/\">Shein</a></li>\n\n\n\n<li><a href=\"https://www.pomodorotechnique.com/\">Pomodoro Technique</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/11/13/its-about-time/\">WordPress TV</a></li>\n\n\n\n<li><a href=\"https://managewp.com/\">Managed WP</a></li>\n\n\n\n<li><a href=\"https://theadminbar.com/\">Admin Bar</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></li>\n\n\n\n<li><a href=\"https://calendly.com/\">Calendly</a></li>\n\n\n\n<li><a href=\"https://wpcoffeetalk.com/\">WPCoffeeTalk</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-you-can-follow-post-status-and-our-guests-on-social-media\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Social Media:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.linkedin.com/in/webcami/\">Cami MacNamara</a> (Owner &amp; Designer, <a href=\"https://webcami.com/\">WebCami LLC</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/michelleames\">Michelle Frechette</a>&nbsp;(Director of Community Relations,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>&nbsp;(Intern,&nbsp;<a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p>The <strong>Post Status</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /></p>\n\n\n\n<p><a href=\"https://poststatus.com/category/post-status-podcasts/\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Michelle Frechette 00:00:01&nbsp; And we&#8217;re alive with this week&#8217;s Post Status Happiness Hour with my good friend Cami McNamara and Cami does a lot. Hi Cami, I know you do a lot of different things. You have your agency and all these, you know, other things, podcasting and all the things you&#8217;re doing now. But today we&#8217;re really going to talk about your web designer habits, how you came up with that, what some of them might look like, how people can get in on that, and maybe some things that we&#8217;re going to tease about what you and I are working on together too. So.</p>\n\n\n\n<p>Cami MacNamara 00:00:30&nbsp; Well, that sounds great. Thank you.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:00:33&nbsp; Yeah. Welcome to the Happiness Hour. It&#8217;s good to have you here.</p>\n\n\n\n<p>Cami MacNamara 00:00:36&nbsp; Yeah, it&#8217;s great to be here. I&#8217;m so. I&#8217;m always happy to talk to you, Michelle. Like, anytime we get to spend time together, it makes my day.</p>\n\n\n\n<p>Michelle Frechette 00:00:44&nbsp; Absolutely. I feel exactly the same way for. For people who haven&#8217;t met you, who don&#8217;t, you know, as equated with who you are. Can you just give us a little bit about where you&#8217;re located, what you do with WordPress, maybe you know anything that you want to mention about your life? I know you got a really cool dog like all those. Just fill us in on the details for a minute.</p>\n\n\n\n<p>Cami MacNamara 00:01:03&nbsp; Sure. Well, I am located. My name is Cami McNamara and otherwise known as Web Cami. So my business is Web Cam, LLC and I have been building websites since 2000 and started my business in 2002. So I just had my 23rd anniversary in business. Oh I&#8217;m a solopreneur. I build websites for small businesses and nonprofits all over the United States, but I&#8217;d say the majority of my clients are here in the Seattle area. So I live in Seattle, in a neighborhood called Alki Beach, and I often on social media and posting pictures of my neighborhood because, well, I just love it.</p>\n\n\n\n<p>Michelle Frechette 00:01:48&nbsp; Because it&#8217;s beautiful.</p>\n\n\n\n<p>Cami MacNamara 00:01:49&nbsp; Thank you. I mean, it&#8217;s like I live at a California beach in a big city. So it&#8217;s kind of nice. Much smaller scale. Not not, you know, nobody&#8217;s hanging tenning out in the water.</p>\n\n\n\n<p>Michelle Frechette 00:02:03&nbsp; It&#8217;s a little chilly up there for that. Probably.</p>\n\n\n\n<p>Cami MacNamara 00:02:05&nbsp; Little chilly. There&#8217;s a lot of cold plungers that, You know, I do. I did it this year on New Year&#8217;s Eve, but. Or New Year&#8217;s Day. But I&#8217;m not planning to do that again. So that&#8217;s it. I have a husband. I&#8217;ve been married for 35 years, and I have a dog who&#8217;s a ten year old Labrador named Tank. I also share a lot of pictures of him, and I have a 28 year old son.</p>\n\n\n\n<p>Michelle Frechette 00:02:32&nbsp; Awesome. And everybody comments on the, the parking meter behind you, so.&nbsp;</p>\n\n\n\n<p>Cami MacNamara: Oh yeah.</p>\n\n\n\n<p>Michelle Frechette: Because I know everybody&#8217;s like, what&#8217;s the parking meter about?</p>\n\n\n\n<p>Cami MacNamara 00:02:45&nbsp; Okay so yes. Yeah. So my parking meter back here, my aunt, worked for Rockwell Industries back in the 70s. And when I was a little kid, she gave me that parking meter. Now, my grandmother had this parking meter, the same kind, but she made it into a lamp. And you&#8217;d have to put your you&#8217;d have to put coins in it to turn the lamp on. And as a as a kid, I was obsessed with that. So my aunt gave me that. You can see the faded number eight. I put like a sticker on there for my eighth birthday, and it&#8217;s there to remind me to keep my time top of mind all day long.</p>\n\n\n\n<p>Michelle Frechette 00:03:27&nbsp; Which is one of the web habits designer habits. But you have. So one of the things that I was just, like, enamored with when you came out with that last year, I think you called it WP Habits to begin with.</p>\n\n\n\n<p>Cami MacNamara 00:03:40&nbsp; Yeah, I called it Habits WP. I had, I had WP Habits, I still have all those domains.</p>\n\n\n\n<p>Michelle Frechette 00:03:47&nbsp; So yes, they can all point to the new one. Right. And now it&#8217;s web designer habits.com Correct?</p>\n\n\n\n<p>Cami MacNamara 00:03:54&nbsp; Yes. Yes because I&#8217;m really sharing habits that aren&#8217;t just for a WordPress designer. They&#8217;re really for anybody who&#8217;s doing web design and and how it came to be was, you know, I&#8217;ve been blogging about running my business for quite a while, and I wrote, I did a blog post about habits, but my friend Anne Marie and I went on a women&#8217;s business retreat with Kim Doyle in Costa Rica a couple of years ago, and I told her I want to figure out some way to share what I know and what I do, but I am not going to have time to develop big, long courses. I have a hard time taking big, long courses. What can I put? How can I put this in little tidbits for people and also for myself to work on each week? And that&#8217;s kind of how it was born.</p>\n\n\n\n<p>Michelle Frechette 00:04:45&nbsp; That makes sense. I loved when you first came out with that. I signed up right away. I get the emails every week. And then I don&#8217;t you keep giving me credit for it. I don&#8217;t know if that&#8217;s really true or not, but I was like, wow, you really have to have a whole website for this where there&#8217;s an art and archive. So like if somebody&#8217;s starting now, they can still go back and see the ones they missed. And, I kind of have a little bit more to.</p>\n\n\n\n<p>Cami MacNamara 00:05:10&nbsp; Well, it was, it was kind of always on my to do list. But you&#8217;re the person who lit the fire underneath me to go ahead and do that. And now, in addition to my website, I am building a circle community for this. So I&#8217;m hoping to have that launch in the next few weeks.</p>\n\n\n\n<p>Michelle Frechette 00:05:29&nbsp; Very cool. So there&#8217;ll be a whole community about it.</p>\n\n\n\n<p>Cami MacNamara 00:05:32&nbsp; Yes. Because you know what? You know, what helps you get your habits in order is having accountability with others.</p>\n\n\n\n<p>Michelle Frechette 00:05:39&nbsp; Yeah, that&#8217;s very true. That is very true. Do you want to bring the site up on and to share your screen? And we&#8217;ll take a look at it.</p>\n\n\n\n<p>Cami MacNamara 00:05:45&nbsp; Yeah, sure. How I&#8217;m not sure how to do that, but that&#8217;s okay. Do you what do you want to do it on your end? It&#8217;s if if that&#8217;s easier for you, is it? I just haven&#8217;t been in StreamYard and.</p>\n\n\n\n<p>Michelle Frechette 00:05:59&nbsp; Yeah. That&#8217;s okay.</p>\n\n\n\n<p>Cami MacNamara 00:05:59&nbsp; In a long time.</p>\n\n\n\n<p>Michelle Frechette 00:06:01&nbsp; Okay, so I&#8217;ve got it up. I can no longer see you, so I&#8217;m going to scroll and let you explain what we&#8217;re looking at then okay.</p>\n\n\n\n<p>Cami MacNamara 00:06:06&nbsp; Well basically this is just where you sign up. and I, I like big fonts and I cannot lie. Okay. I&#8217;ll just say that right off the bat.&nbsp; So when I designed this, I really wanted it to be bold and impactful. But basically this is where you sign up. There&#8217;s just a little bit of a story about me and where, how I came to be here. I have a podcast which I have been doing, off and on for a couple of years. I share the habit each week, and then I also report on how I did adopting the habit, and that&#8217;s under the blog section. So that&#8217;s kind of new. And I&#8217;m building out resources. And as I said before, I&#8217;m going to start a circle community for this, because I just kind of feel like there&#8217;s a need for it.</p>\n\n\n\n<p>Michelle Frechette 00:06:58&nbsp; And you have, you have your, WebCamiCafe over on Facebook.</p>\n\n\n\n<p>Cami MacNamara 00:07:02&nbsp; Yes I do I started a Facebook group basically for friends that I was making as I became a GoDaddy Pro ambassador. This is back in 2018. And you know, I kept going to WOrdCamps and kept meeting people and friends of friends or adding folks, and it&#8217;s just really a nice small networking group and a good place just to meet other web designers.</p>\n\n\n\n<p>Michelle Frechette 00:07:32&nbsp; Yeah, for sure. And I mean, people are posting really cool things in there all the time and asking for feedback and having great conversations about some of those things.</p>\n\n\n\n<p>Cami MacNamara 00:07:40&nbsp; Yeah, it&#8217;s it because the numbers are small, it&#8217;s kind of more intimate and I really like that part of it.</p>\n\n\n\n<p>Michelle Frechette 00:07:48&nbsp; I did too, and I will say, like, I&#8217;m not really doing a lot of web design anymore. If I do, it&#8217;s mostly my own things that I&#8217;m, that I&#8217;m doing, you know, that kind of thing. But, I think we take this off. There we go. but I still, even though I&#8217;m not, like, web designer habit girl, finding so many of the things that you share to still be relevant, even if you aren&#8217;t a designer or a small business owner. So there are constantly reminders in there of things that I need to be doing, even if I don&#8217;t have clientele. I&#8217;m not designing for others.</p>\n\n\n\n<p>Cami MacNamara 00:08:22&nbsp; Well, and and you have contributed to those things. So when I listen to you speak at WordCamp US and you instructed me to stop saying I&#8217;m sorry all the time, I felt like you were just talking to me, and I, I came back and made that a habit that everyone should adopt, because so many times we&#8217;re replying to our clients and emails and saying, oh, I&#8217;m sorry, I&#8217;m sorry, I&#8217;m sorry. And really, we&#8217;re not necessarily the ones that are sorry. It&#8217;s just comes out of your mouth.</p>\n\n\n\n<p>Michelle Frechette 00:08:55&nbsp; Yeah.</p>\n\n\n\n<p>Cami MacNamara 00:08:56&nbsp; As a habit..</p>\n\n\n\n<p>Michelle Frechette 00:08:57&nbsp; Right. There&#8217;s there&#8217;s much better language, more empowering language, stronger language you can do to help move things forward rather than just saying, I&#8217;m sorry, especially if we weren&#8217;t the ones to make the mistake or have an error kind of thing. Yeah. For sure. I also say don&#8217;t say thank you as often and and I don&#8217;t mean that as like don&#8217;t be grateful. Because certainly gratitude is something that I use all the time. But when you normally would say thank you just because that&#8217;s not a good use of thank you.</p>\n\n\n\n<p>Michelle Frechette 00:09:26&nbsp; Right. There&#8217;s other, more empowering language you can use, especially like when somebody buys your software and their automated emails says, thank you for purchasing XYZ. Yeah. But of course we&#8217;re grateful that they purchased it. But do they care that we&#8217;re grateful for the purchase? No. They want to know what can I do with this and how can I make my life better because of it? And so, you know, I just talk about some of those different things. So those are the things I talked about that I think you really liked at WordCamp US. .</p>\n\n\n\n<p>Cami MacNamara 00:09:50&nbsp; Yeah. No, it was fantastic. It really made a strong impression on me. And yeah, I&#8217;m always listening for things that I&#8217;m learning from other people that I know are habits I need to adopt. And selfishly, you know, creating this group is a way to keep me accountable to myself. And yeah.</p>\n\n\n\n<p>Michelle Frechette 00:10:11&nbsp; Yeah, for sure, I have, I actually hired an accountability coach this year. Not because I&#8217;m, you know, don&#8217;t want things to move forward, but because of ADHD brain and out of sight, out of mindedness and things like that.&nbsp; I&#8217;m writing a novel, and I want to make sure that I keep moving forward on the things that I want to keep moving forward on. And so she and I meet every other week on Zoom, and she helps me keep moving forward because I&#8217;ve only accountable to other people for their things. I&#8217;m never accountable to myself for my own things because in my brain, everybody else comes first, right? So when I have to now be accountable to her. It means I&#8217;m not. I&#8217;m being accountable to me through her as a proxy, and I keep moving things forward, if that makes any sense.</p>\n\n\n\n<p>Cami MacNamara 00:10:56&nbsp; Right. Yeah, it&#8217;s so true. Because, you know, we all start off our day with the best intentions, right? And we start off strong every day. And, you know, a lot of these habits that I&#8217;ve been nurturing myself. You know, the dream is to be on autopilot. Right? With some of them. And so whatever can help you, whether it&#8217;s you hiring a coach to help you, it just it just strength strengthens your resolve with you for sure thing.</p>\n\n\n\n<p>Michelle Frechette 00:11:29&nbsp; It really does. And I think that it&#8217;s just a way of helping you move forward on your own projects as well, because I think, I mean, everybody does, but I, I can only speak from the women I know who talk about these kinds of things. I think as women, we always put ourselves last and we never prioritize those things. And so to have somebody help me stay accountable to listening to myself and moving myself forward, I think, became an important thing for me.</p>\n\n\n\n<p>Cami MacNamara 00:11:54&nbsp; Yeah, I agree. I mean, my, my friend Anne Marie and I, we sing to each other in Marco Polo, during the week when we go on walks, just to be accountable, accountable and say, hey, it&#8217;s really cold out here, but I&#8217;m walking anyway, so I yeah, I have accountability buddies, including you all the time.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:12:15&nbsp; Yep. And and now we&#8217;ve got a third person helping us actually stay accountable to our project.</p>\n\n\n\n<p>Cami MacNamara 00:12:21&nbsp; That&#8217;s right. Because you can only imagine that it&#8217;s a little difficult for us to stay on topic when we&#8217;re meeting.</p>\n\n\n\n<p>Michelle Frechette 00:12:29&nbsp; Yeah.</p>\n\n\n\n<p>Cami MacNamara 00:12:30&nbsp; Sometimes. Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:12:32&nbsp; For sure. So, so about that project, do you want to tease that out a little bit?</p>\n\n\n\n<p>Cami MacNamara 00:12:37&nbsp; Right. So, Michelle reached out to me and said, hey, have you thought about doing a some sort of planner for the habits that you&#8217;re working on and and of course I it had entered my mind. But you know, I&#8217;m a solopreneur. I manage like 200 websites in my care plan. There&#8217;s just so much on my plate. And Michelle said, I have this wonderful photography and I could work in tips, and I was all in the minute she said that. So we&#8217;ve been meeting every Friday for quite a while, talking about plans, and then we brought in a friend to help us get things rolling, and we actually have a date to come up with.</p>\n\n\n\n<p>Michelle Frechette 00:13:17&nbsp; We set our first deadline.</p>\n\n\n\n<p>Cami MacNamara 00:13:19&nbsp; Right after. But we we have a date to come up with ideas for our layout. And both Michelle and I love planners. We already had a plethora of planners, but we both ordered a bunch to play around with and see what we liked.</p>\n\n\n\n<p>Michelle Frechette 00:13:36&nbsp; Yeah, exactly. And I made the mistake of just buying a bunch, whereas you were really strategic and went to the went to the store and took pictures of a bunch, which was yeah.</p>\n\n\n\n<p>Cami MacNamara 00:13:45&nbsp; I did that too, but I also I did order to you. I ordered a few like habit trackers and you know everybody. There&#8217;s also online options and notion and you know just using a Google Sheets or something like that. But I, I do think it&#8217;s it would be a fun to come up with something to accompany this material.</p>\n\n\n\n<p>Michelle Frechette 00:14:09&nbsp; Yeah, absolutely. Now, I think it was last week I received a, the Anti Planner in the mail and I posted it online saying, I don&#8217;t know where this came from if you sent this to me. Thank you so much. Did I tell you my confession about it? No.</p>\n\n\n\n<p>Cami MacNamara 00:14:25&nbsp; No. Did you order it and forget?</p>\n\n\n\n<p>Michelle Frechette 00:14:28&nbsp; Yes.</p>\n\n\n\n<p>Michelle Frechette 00:14:31&nbsp; It was part of my Shein order. But it came separately. It didn&#8217;t say Shein. And I was like, where did this come from? And I just went over my purchase history, that I was like, well, I&#8217;ll be darned. I bought that for myself.</p>\n\n\n\n<p>Cami MacNamara 00:14:43&nbsp; Oh my gosh, that&#8217;s so funny. I would do that. I would do that 100%.</p>\n\n\n\n<p>Michelle Frechette 00:14:49&nbsp; Anne Marie says I love the Web Designer Habits website Cami, me too.</p>\n\n\n\n<p>Cami MacNamara 00:14:54&nbsp; Aw thank you Ann Marie.</p>\n\n\n\n<p>Michelle Frechette 00:14:55&nbsp; For sure. And Daveden said he watched my WordCamp US talk and needs to improve the way he overused to thank you. So yeah, I think we all kind of do.</p>\n\n\n\n<p>Cami MacNamara 00:15:04&nbsp; Yes, 100%. I&#8217;ve probably been doing that my entire life, right?</p>\n\n\n\n<p>Michelle Frechette 00:15:10&nbsp; Yeah. Now I know, like I see tips all the time. I&#8217;ve written tips. I used to, you know, blog for the local newspaper, business tips, things like that. What are some of your favorite habits that either you&#8217;ve incorporated into your life or that you just think are so cool that other people should do them too? Like, do you have like 2 or 3 that you would go? I think that&#8217;s one of my favorites.</p>\n\n\n\n<p>Cami MacNamara 00:15:32&nbsp; Yeah. Time blocking there. I&#8217;ve heard a lot of people be very resistant to time blocking.&nbsp; And every habit doesn&#8217;t work for everyone. Right. But for me, I needed time blocking. Time blocking has been something that really shapes my day every single day. It helps me when clients send me incoming requests to say, I&#8217;m going to work on this on Wednesday at 4:00, because that&#8217;s when I have maintenance on my schedule. So I absolutely love time blocking, and that has been a huge part of me being productive as a single solopreneur. The next one is the Pomodoro technique. So I am not sitting for hours at a time because, you know, we can all get in the flow and not want to leave a project. And, I remember in the early days having all kinds of neck pain, and eye strain and everything else. It just is so important to take care of your back and everything else. And you can use the Pomodoro Technique in concert with your time blocking, and make sure that you&#8217;re stepping away and getting up every 25 minutes. So working 25 minutes with a five minute break. Yeah, works well for me.</p>\n\n\n\n<p>Michelle Frechette 00:16:58&nbsp; Yeah. Now I do calendar blocking, but I, I use it to, to like, block my calendar from other people being able to schedule on my calendar just to get and not assign particular tasks, but just so I can work through my list of things that I need to do, or honestly like to sleep in a little bit on that morning if I need to. Before I was doing that, I would just say I give people my calendar links and I would wake up in the morning and I felt 15.</p>\n\n\n\n<p>Cami MacNamara 00:17:26&nbsp; Yeah, you have no time. You have no time to work because.</p>\n\n\n\n<p>Michelle Frechette 00:17:28&nbsp; Yeah, I was like, what? Am I going to run to the bathroom or have lunch at that point, you know. So yeah, for sure. Oh look. Yeah, we have it&#8217;s very karmic that, Crystals got in at, the first thing he heard was the Pomodoro technique. Not the best was dealing with his ADHD most times. Trust me, we know. We know we are. We are right there with you. You are not alone.</p>\n\n\n\n<p>Cami MacNamara 00:17:51&nbsp; Right? I if somebody wants to see how I time block, if you go to a WordPress TV, the WordCamp TV, site, I&#8217;m getting that wrong. But, I spoke at Vancouver 2023, Vancouver WordCamp, and I shared in my slides. My time blocking techniques.</p>\n\n\n\n<p>Michelle Frechette 00:18:14&nbsp; Oh, cool. I&#8217;ve got that right here. Hold on. I will put that in the chat. Okay. Like I&#8217;m. On it.</p>\n\n\n\n<p>Cami MacNamara 00:18:20&nbsp; Thank you for doing all the things I need to practice with StreamYard. I&#8217;m a huge fan. Now that I heard their music for testing your speakers, and anybody else who&#8217;s done that will know what I&#8217;m talking about.</p>\n\n\n\n<p>Michelle Frechette 00:18:33&nbsp; I have never done that until today when you told me to do that and I was like, oh, that&#8217;s pretty cool, actually. Yeah.</p>\n\n\n\n<p>Cami MacNamara 00:18:39&nbsp; They have a whole song just about testing there.</p>\n\n\n\n<p>Michelle Frechette 00:18:42&nbsp; You&#8217;re testing your speakers. You&#8217;re testing your speakers.</p>\n\n\n\n<p>Cami MacNamara 00:18:45&nbsp; Yeah, that&#8217;s pretty hilarious with, like, a band and everything.&nbsp;</p>\n\n\n\n<p>Michelle Frechette 00:18:49&nbsp; So yeah, I know they they I&#8217;m gonna guess it&#8217;s AI generated, but even so.</p>\n\n\n\n<p>Cami MacNamara 00:18:53&nbsp; Yes. Pretty cool. It&#8217;s great. It was hilarious.</p>\n\n\n\n<p>Michelle Frechette 00:18:57&nbsp; Some of my favorite things I&#8217;ve learned is over the years, especially when I was freelancing and I could write off so many of my expenses was to keep an envelope in my car with the month listed on it. So if it was, you know, March, I had that envelope either in my purse or in my car. So that like whenever I was shopping, picking up things, I would put the receipts in there. For that month so that I could then at the end of the month, tally things up, keep track of it. And when it came to tax time, I wasn&#8217;t going where all the receipts and what did I do and how much money. And I was a step ahead or two steps ahead of the game at that point in time. So that was one that I really liked. The other thing that I have taught myself recently, so we&#8217;ll see if it hangs on as I habit.</p>\n\n\n\n<p>Michelle Frechette 00:19:40 I have a tendency like throughout the day I as I&#8217;m on calls, I make little notes. And now at the end of the day, instead of just having this giant pile of notes, I&#8217;m transcribing them into action items and keeping track of them in my little like method of how I&#8217;m trying to keep on top of tasks. So I don&#8217;t know what was that I had to do? And where is that piece of paper? And I can&#8217;t read my handwriting and all those things so that while it&#8217;s still fresh in my mind, I&#8217;m translating things into tasks because otherwise things fall through the cracks. And I&#8217;m not a fan of letting things fall through the cracks.</p>\n\n\n\n<p>Cami MacNamara 00:20:12 Yeah, that&#8217;s a great plan. You know, it&#8217;s kind of like at the end of every day, I&#8217;m always thinking, what promises did I make today? Right? And yeah, it&#8217;s a it&#8217;s a very helpful to get all your tasks actually on your calendar too. So you got the tasks and you have them scheduled.</p>\n\n\n\n<p>Michelle Frechette 00:20:33&nbsp; Yes. Yes, exactly. And I discovered today that my, Google calendar was not able to send me those two minute warnings before an event happened, and I was running late to everything because I was relying on those before. And so I was able to troubleshoot that today. And now I&#8217;m getting notifications on my calendar. So sometimes you just have to dig in and figure out what&#8217;s wrong and how to fix it, that&#8217;s for sure.</p>\n\n\n\n<p>Cami MacNamara 00:20:58&nbsp; Right. And you know, we get so involved in our day to day that if you don&#8217;t get that ping right before something happens, you can completely forget.</p>\n\n\n\n<p>Michelle Frechette 00:21:07&nbsp; Yes, exactly. Now, one of the things that you do as an agency is you actually have care plans. And how many websites are you caring for?&nbsp;</p>\n\n\n\n<p>Cami MacNamara 00:21:17&nbsp; Over 200 a month. And, you know, I, I incrementally built that over time. It&#8217;s been ten years, so I didn&#8217;t go from 0 to 200. I have it down. I use I, I use Managed WP. It&#8217;s a tool that I&#8217;ve been using since the beginning of time, I feel like, and it is such a great tool for me because I can start my day and is the only person in my business. The first thing I log into every day is Manage WP, and it&#8217;s the last thing I leave at the end of every day because it&#8217;s my control panel for getting to those client sites in a hurry. It also is like, you know, it&#8217;s not just for the client. The client. I love that they trust me to take care of their websites. They are doing me a favor because if they have an emergency, it doesn&#8217;t disrupt my life entirely to help them. Because I have what I need to help them versus leaving it up to them to have a backup. And oops, I figured out I wasn&#8217;t really making backups the whole time. I can&#8217;t tell you how many times that&#8217;s happened.</p>\n\n\n\n<p>Michelle Frechette 00:22:27&nbsp; Oh, I can imagine. And you&#8217;re also still designing at the same time. So taking on new clients and doing all the work to keep the business going, which is why those habits are so important.</p>\n\n\n\n<p>Cami MacNamara 00:22:37&nbsp; Yeah, I&#8217;m in a networking group, and I took a couple of years off because my parents passed away and I just got back into it in September. So every Thursday morning I&#8217;m going to an in-person meeting. I have kind of some duties as a person in the group. I meet with other people. It&#8217;s but it brings in a steady flow of business. So yes, it&#8217;s I&#8217;m spinning plates all the time.</p>\n\n\n\n<p>Michelle Frechette 00:23:04&nbsp; What is a habit that you would think would be helpful for people who work alone remotely? Like like me. Right. I&#8217;m in my house 24/7, basically, unless I&#8217;m going out meeting somebody for dinner to go shopping. So I work here. I try to meet people online, have that kind of personal touch here and there. What would your suggestion be for like online networking and things?</p>\n\n\n\n<p>Cami MacNamara 00:23:26&nbsp; Well, I would, join some online groups, you know, I&#8217;ll mention Admin Bar. That&#8217;s a really good one to get, kind of like a really big, vast. It&#8217;s it&#8217;s huge. Right. But you get a lot of different types of web designers in there to connect with a group like mine. Web Cami Cafe, smaller. Anybody who&#8217;s just starting out is welcome to join.</p>\n\n\n\n<p>Cami MacNamara 00:23:51&nbsp; But you can also join groups that, are just interests that you have that aren&#8217;t directly web designers, but it might be another tool that you use, like I&#8217;m in the Beaver Builder group, because that&#8217;s the tool that I use, and I, I&#8217;m just interacting with people as important. It&#8217;s actually a line item. It&#8217;s a time block for me to go online and log into all the places I&#8217;m a member of and actually participate and answer a question, or give somebody a like or a heart, and that gets you some exposure. But really, I do think that, networking in your local area because nothing really takes the place of human to human contact. So tonight I was going to a Women in Marketing networking event. It&#8217;s been canceled because we&#8217;re supposed to have severe weather tonight by a little crazy, but getting out of your office and and interacting with people. And even if you&#8217;re an introvert in a small way, it can really just boost your spirits. Like you might dread it before you go. But after it&#8217;s over, I guarantee you you&#8217;ll feel good about it.</p>\n\n\n\n<p>Michelle Frechette 00:25:07&nbsp; And Zach mentions don&#8217;t forget Post Status for the events.</p>\n\n\n\n<p>Cami MacNamara 00:25:09&nbsp; Yes of course Post Status.</p>\n\n\n\n<p>Michelle Frechette 00:25:12&nbsp; We have lots of good conversations in there too. Of course. Yeah, I think that&#8217;s great. I love, I personally I love getting together with people, even if it&#8217;s online. And one of the things, like one of the ways you and I grew our friendship was I was like, does anybody want a coworker during Covid? And you&#8217;re like, I&#8217;ll do it. And like, that was our first really, like face to face, if you will, even though it was virtual.</p>\n\n\n\n<p>Cami MacNamara 00:25:32&nbsp; And let&#8217;s just admit we didn&#8217;t work at all.</p>\n\n\n\n<p>Michelle Frechette 00:25:36&nbsp; No, not at all.</p>\n\n\n\n<p>Cami MacNamara 00:25:38&nbsp; We didn&#8217;t work at all. And we met, in a WordCamp that was online, fully online. I don&#8217;t remember if it was WordCamp Europe or, but it was fully online. And GoDaddy had me working in their virtual booth, and that&#8217;s how it might have been.</p>\n\n\n\n<p>Michelle Frechette 00:25:55&nbsp; Might have been Denver, I don&#8217;t know.</p>\n\n\n\n<p>Cami MacNamara 00:25:57&nbsp; Or, San Antonio.</p>\n\n\n\n<p>Michelle Frechette 00:26:00&nbsp; Oh yeah.</p>\n\n\n\n<p>Cami MacNamara 00:26:01&nbsp; Yeah, that one was one of the first ones to go online.</p>\n\n\n\n<p>Michelle Frechette 00:26:04&nbsp; Yeah, that could have been. Yeah, for sure. It&#8217;s so hard to remember five years ago. Yeah. And yet and yet it&#8217;s hard to forget five years ago too.&nbsp;</p>\n\n\n\n<p>Cami MacNamara 00:26:11&nbsp; Yes.I know.</p>\n\n\n\n<p>Michelle Frechette 00:26:12&nbsp; And it&#8217;s funny because I&#8217;ve recently seen these memes like, you know, like five years ago today, which was, you know, on March 13th. And I was like, what happened five years ago today? And then I was like, oh, wait, that was like lockdown.&nbsp; I remember.</p>\n\n\n\n<p>Cami MacNamara 00:26:23 I, I was flying home, I was visiting my folks in Northern California and I was flying home. And it was surreal because they had just closed down Seattle, like I was coming home and like everything was going to be closed. And, I like they they were spacing people on the airplane. So you weren&#8217;t seated next to people. And that was just bizarre.</p>\n\n\n\n<p>Michelle Frechette 00:26:47&nbsp; It was so surreal. It felt like ghost towns and like you could walk down the middle of Main Street and like, like an old Western, like draw, you know? Yeah, you.</p>\n\n\n\n<p>Cami MacNamara 00:26:56&nbsp; Did all of it because I, I flew home like 20 times during Covid, and there were times when you would get off the plane at the airport. There was nobody there. Everything was closed. It was just like, walk right through it is. Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:27:10&nbsp; Really insane for sure. Anybody in the in the who&#8217;s watching right now, do you have a web habit that you&#8217;ve developed as a web designer or agency owner, or just in business in general that you think you&#8217;d like to share? Maybe Cami will put it in one of her newsletters. I mean, with your permission, of course.&nbsp;</p>\n\n\n\n<p>Cami MacNamara: Yes, of course.</p>\n\n\n\n<p>Michelle Frechette: Because I I&#8217;d love to hear what some people have. So get typing in those comments, we want to hear what some of your habits are. I right now am laid off from a full time job, and one of the things that I have been maintaining as a habit is getting up every day and coming to my desk and doing something at my desk that I don&#8217;t break that you know, continuity of sitting at my desk and doing work. And so I, with the exception of one day that I took off to do something else, but family oriented. But I sit here every day. Some days I&#8217;m done at two. Some days I&#8217;m done at seven. It depends on what I&#8217;m working on and what meetings I have and those kinds of things. But it is actually pretty exciting to think about continuity that way. And so even if you aren&#8217;t working full time or you have a day that you, you know, you don&#8217;t have other, obligations getting up and sitting at your desk and, you know, making that commute down the hall, as I always say, I think is another habit to really be in. So, oh, here we go. Anne Mary says she learned from you to check email three times a day. Because checking emails constantly is a really bad habit of hers. Which, yeah, for sure, I&#8217;m. I have my phone in my pocket all the time, so I try to set it aside with notifications off when I&#8217;m at my desk, because otherwise I will react to every notification. So 100%, that is.</p>\n\n\n\n<p>Cami MacNamara 00:28:56&nbsp; Yeah. That&#8217;s one of the habits that is never going to be an autopilot for me. I, I have to fight my urge to check my email all day to get that done. And I&#8217;ve even put a tab on my Gmail that is called focus. It&#8217;s like an empty inbox that I.</p>\n\n\n\n<p>Michelle Frechette 00:29:15&nbsp; Yeah?</p>\n\n\n\n<p>Cami MacNamara 00:29:15&nbsp; I put that up so I&#8217;m not looking when I shouldn&#8217;t.</p>\n\n\n\n<p>Michelle Frechette 00:29:19&nbsp; Yeah. Nope. I get that, Zach has one too. I set aside time to learn, time to create, time to focus on getting work done and time to handle operations every day. It sounds like that time blocking you were talking about whether it&#8217;s the same time every day, just making sure that you&#8217;re hitting all those marks and continuing moving everything forward in a regular fashion. I think that&#8217;s a great idea, Zach, for sure.</p>\n\n\n\n<p>Cami MacNamara 00:29:41&nbsp; Yeah, I, I totally agree with Zach. I even have like, my wake up block at the beginning of my day. And and it&#8217;s, it&#8217;s like it&#8217;s for me to wake up, shower, exercise, and I put whatever. So if one day I don&#8217;t want to wake up and I just want to sleep until, you know, 7:30 or whatever, I can. It never happens. But I could like, you know, my time block. I would allow it. It&#8217;s flexible. Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:30:10&nbsp; Yeah, yeah, for sure. I, I, I made a decision earlier this week that made me so happy and that, like, my calendly links have been set from 9 a.m. to 5 p.m., and I hate 9:00 meetings. So I was like, why do I have that on my calendar then? So I went in and changed my calendly to start at ten in the morning instead, because I it&#8217;s my calendar, I can do what I want with it. So if I don&#8217;t want 9:00 meetings, I don&#8217;t have to have a 9:00 meeting. And it&#8217;s like, why did I not think of that before? Like, how silly, right.</p>\n\n\n\n<p>Cami MacNamara 00:30:43&nbsp; Yeah, I, I use the time blocking in two ways. I&#8217;m, I&#8217;m blocking the time that, that I need to work and I&#8217;m available for appointments. And over the years I have really shrunk those hours that I&#8217;m available for appointments down to. I think it&#8217;s about 6.5 hours a week now. That&#8217;s it. And, but if I don&#8217;t do that, then I am working constantly on weekends and after hours because I don&#8217;t have enough time in my day.</p>\n\n\n\n<p>Michelle Frechette 00:31:13&nbsp; So Zach doesn&#8217;t start appointments till 11 because this morning are for creativity, which I think is perfect. Yeah. So I know go ahead.</p>\n\n\n\n<p>Cami MacNamara 00:31:22&nbsp; Another another way to do that is to make one day all appointments, and I do that as well. And it&#8217;s exhausting, but it kind of frees up the other days for me to not have me. Yeah, all of them. You know.</p>\n\n\n\n<p>Michelle Frechette 00:31:35&nbsp; Sometimes it&#8217;s hard. So like, this month I&#8217;ve been doing all of these, like over 50, 5 minute interviews with women all over the world. And so I&#8217;ve had my calendar running from anywhere from nine in the morning until 7 or 8:00 at night, because I&#8217;ve been interviewing with women from Uganda and with women from Asia and women from Australia, and like complete opposite timezones of me. So I&#8217;ve tried to be a little more, gracious with the time available to make sure that I can represent women all over the world, and not just in my convenient to my convenience. Right? So, so sometimes, sometimes it&#8217;s a little more challenging for sure, but that&#8217;s finite, right? So that&#8217;s not going to go on forever. And no. And and so.</p>\n\n\n\n<p>Cami MacNamara 00:32:16&nbsp; You have to have flexibility because we all have those things. We have those clients that can&#8217;t meet during the times we&#8217;re available. So we&#8217;re not going to say, I can&#8217;t meet with you ever. You&#8217;re going to adjust, and then you steal that time from wherever you took it from. So if a client enters something that is supposed to be work time for me, I&#8217;m going to reach out in the future and and close off meeting time to make up for it. So yeah.</p>\n\n\n\n<p>Michelle Frechette 00:32:44&nbsp; And I have so I have my regular Calendly slots available. And I have a secret calendar that somebody is on the other side of the world are like, oh, I can&#8217;t make any of those times.</p>\n\n\n\n<p>Michelle Frechette 00:32:53&nbsp; I&#8217;ll be like, well, this calendar work for you? And it&#8217;s got more expensive, but it isn&#8217;t available to everybody all the time. So I try to yeah, little little tricks that kind of work for me here and there.</p>\n\n\n\n<p>Cami MacNamara 00:33:02&nbsp; Yeah. The Calendly secret meeting is fantastic.</p>\n\n\n\n<p>Michelle Frechette 00:33:06&nbsp; Yeah it is. And Ann Marie says she blocks off Fridays. No meetings that day. It is freeing. Absolutely. For sure. Zach, are you the Zach that joined the. Oh, I guess we don&#8217;t need to put that up there. You can just respond to that one. Claudia says she has a secret scheduler too. Very helpful. Absolutely. And it feels almost clandestine. Right. Like you&#8217;ve got this. Like, nobody knows about this unless I bring them into the fold.&nbsp;</p>\n\n\n\n<p>Cami MacNamara 00:33:34&nbsp; I feel a new habit coming along right here. I think that that would be a great I mean, you know, think about yourself as a web designer. And you&#8217;re just starting out, and a lot of these things, like setting up secret meetings and stuff, these are things we learn over time, right? Like, I didn&#8217;t always have the secret meeting thing. And then once I started using Calendly more, you know, on the regular backup, it&#8217;s been 5 or 6 years or something way before Covid. But it just really was like, wow, this is cool. You know, I like, I like, had a calendar for happy hours. Oh, yeah. You know, before Covid.</p>\n\n\n\n<p>Michelle Frechette 00:34:17&nbsp; Sure. Yeah. And I&#8217;ve learned, like, I for my WPCoffeeTalk. I have only one evening and and Saturday is available. And if I know I want to sleep in on a certain Saturday, I just block that day on my calendar. I just want block and then people can&#8217;t schedule for that week, but for that week. And it doesn&#8217;t have to be right away. People can schedule for next month or, you know, a few weeks out or that kind of thing. So I&#8217;m not. Nothing is urgent when you&#8217;re recording a podcast.</p>\n\n\n\n<p>Cami MacNamara 00:34:43&nbsp; Yeah. And and that&#8217;s the other thing about scheduling, like online scheduling, is I usually make sure there&#8217;s like a 12 hour buffer between when somebody can book with me so I don&#8217;t get a, you know, I might start my when I start my day, I know what my schedule is.</p>\n\n\n\n<p>Cami MacNamara 00:34:59&nbsp; I don&#8217;t want people to just be hopping in there in turn, like a one meeting day into a five meeting day all of the sudden.</p>\n\n\n\n<p>Michelle Frechette 00:35:07&nbsp; Yeah. Zach says he also has a schedule that isn&#8217;t as lockdown for VIPs. I&#8217;m assuming. Zach, that&#8217;s the link you give me? Just asking. can I give you another habit I developed this year?</p>\n\n\n\n<p>Cami MacNamara 00:35:19&nbsp; Yeah.</p>\n\n\n\n<p>Michelle Frechette 00:35:20&nbsp; Which is I mostly travel for business to this point and occasionally for fun. I actually have a whole kit of things that I keep in my suitcase. Duplicates of things like I have, you know, my toiletries bag. And I have duplicate minis of all the toiletries so I don&#8217;t have to take things from my bathroom and push back and forth. So I keep that in there. I keep a little, extension cord in there, and I keep my international plugs in there so that an extra watch charger, like all of the things, extra phone charger, so that I don&#8217;t have to make that list every time I travel. I have all those regulars already in the suitcase.&nbsp; All I really have to do is anything specific to that trip and my clothes.</p>\n\n\n\n<p>Cami MacNamara 00:36:03&nbsp; Oh, that&#8217;s a great idea.</p>\n\n\n\n<p>Michelle Frechette 00:36:06&nbsp; It&#8217;s a huge time saver, huge time saver. And it saves me from forgetting things like Tylenol or, you know, those kinds of things because it I I&#8217;ve arrived places before with a horrible headache and don&#8217;t have any Tylenol with me. And then I have to go in search of in a foreign city that I don&#8217;t know, and find some Tylenol or pay at the airport ten times what Tylenol costs, you know, those kinds of things. So yeah.</p>\n\n\n\n<p>Cami MacNamara 00:36:32&nbsp; Yeah, travel hacks, that&#8217;s a whole nother that other a lot of great, great tips for that. When I was going to California a lot, to see my folks, I had like a hanging toiletry bag. And in the morning when I was getting ready, that&#8217;s when I was packing it.</p>\n\n\n\n<p>Michelle Frechette 00:36:49&nbsp; So, yeah, that&#8217;s a good idea too.</p>\n\n\n\n<p>Cami MacNamara 00:36:50&nbsp; That was kind of a nice, streamlined, streamlined way to take care of that.</p>\n\n\n\n<p>Michelle Frechette 00:36:56&nbsp; Absolutely. But I have just purchased extra plug, you know, power strips and things that I can plug all my things into for charging overnight in a hotel room. I have enough of those that I keep one in the suitcase, so it just makes me happy.</p>\n\n\n\n<p>Cami MacNamara 00:37:09&nbsp; Well, I know when I see you in Arizona in about 3 or 4 weeks that, that&#8217;s going to be how you&#8217;re rolling in. All right.</p>\n\n\n\n<p>Michelle Frechette 00:37:17&nbsp; Exactly. All ready ready. That&#8217;s right. So. Oh, and Zach says, you know that his camera bag is go ready at all times, as is mine. Zach, I made the mistake once of not charging batteries, and I got an hour and a half away, and I had no batteries charged, and I was like, well, it&#8217;s a pretty drive, but the birds aren&#8217;t going to be photographed today because I forgot to charge things. So. Yeah. Claudia has a bag of stuff in the car all the time. Yeah, I have a little purse.</p>\n\n\n\n<p>Cami MacNamara 00:37:43&nbsp; Good idea.</p>\n\n\n\n<p>Michelle Frechette 00:37:44&nbsp; A little mini pair of sewing scissors in my car. Because, like, when I get a Starbucks or something, the hole is never big enough to actually, like, drink through. You know how, like, you have to have that second hole. Yeah. So I&#8217;m like, poke it through with an extra pair of scissors, because I made the mistake of using a pen once and ended up with ink in my coffee, which I don&#8217;t recommend to anybody. But yeah, if lip balm in my car I have that. I have a nail file and clippers and things that you wish you had when you suddenly go broke a nail. What am I going to do now? You know, kinds of things. So great advice. All great advice though. Oh, I love it. All the tips and tricks from people in the in the comments too, any last minute before we start to wrap things up here, folks, if you&#8217;ve got any other ideas, throw them in there.</p>\n\n\n\n<p>Michelle Frechette 00:38:25&nbsp; Also, if you have any questions, you know, we want to, we want to hear them. Please put those in the comments as well. If you have a question for Cami or me, panic-mode is the go to before travels. Yeah, I&#8217;m a last minute packer, which is also why I have those things packed in advance. Because otherwise I&#8217;d be like, oh, I forgot my toothpaste and oh, where&#8217;s my toothbrush and all those things. So I just have. I mean, you can own more than one toothbrush. Did you know that?</p>\n\n\n\n<p>Cami MacNamara 00:38:56&nbsp; Yeah. I will get my I will get my suitcase out a few days early and just start throwing things at it. It&#8217;s not packed, but it&#8217;s a pile. And I just. Then, then the night before. That way, if I&#8217;m doing laundry, I can just. Put tuff in there. Yeah. Fold it.</p>\n\n\n\n<p>Michelle Frechette 00:39:14&nbsp; Yeah. Anker makes a USB-C charger hub that can charge up to four devices, including a laptop. Oh, that&#8217;s a great idea. I had something like that, and it got confiscated in Seoul, so I lost that. It was in my suitcase. They told me I could go all the way down to baggage claim and back up through security. Or I could toss that $30 charger. And I said, go ahead and throw it away. So, yeah, don&#8217;t. That&#8217;s another thing. Don&#8217;t pack things in your suitcase that can&#8217;t travel. Good advice. yeah. Any last minute thoughts Cami anything that you wished I&#8217;d asked you or that you want to share.</p>\n\n\n\n<p>Cami MacNamara 00:39:50&nbsp; You know, I just believe that if you can make a tiny change every day and it helps you run your business better, that, you know, that is sometimes we just get so bogged down with what we should be doing or, you know, maybe we want to make a change and it seems too daunting and just breaking things down into tiny little, increments that you can deal with. And that goes for like a task, like a redesign.&nbsp; If you&#8217;re feeling overwhelmed, just do one little thing. If you only work on it for 30 minutes today, consider it a win. So celebrate all the little things that you do</p>\n\n\n\n<p>Michelle Frechette 00:40:30&nbsp; Yes.</p>\n\n\n\n<p>Cami MacNamara 00:40:30&nbsp; That makes a difference and help you make it through your day. So often we just don&#8217;t give ourselves enough credit and can be too critical of ourselves and how our day goes. Nobody has a perfect day, you know? Maybe. I mean, and if you have one, you&#8217;re not going to have one the next day. Right?</p>\n\n\n\n<p>Michelle Frechette 00:40:50&nbsp; That&#8217;s true. You seldom get two in a row.</p>\n\n\n\n<p>Cami MacNamara 00:40:52&nbsp; That&#8217;s. Yeah. You seldom get two in a row and just, you know, whatever you do, some days if you have a bad day, you know, maybe you needed the day off. And just in that instance, you&#8217;re taking care of yourself. And that&#8217;s a good day.</p>\n\n\n\n<p>Michelle Frechette 00:41:07&nbsp; Absolutely. Do you have your, your celebration jar there on your desk still?</p>\n\n\n\n<p>Cami MacNamara 00:41:11&nbsp; So I do, but I emptied it today because it got so. It got so full then.&nbsp;</p>\n\n\n\n<p>Michelle Frechette: Oh that&#8217;s awesome.&nbsp;</p>\n\n\n\n<p>Cami MacNamara: I had yeah like it got really full. But yes, I put little post-it notes in here with what I accomplished. Just one little task at a time and I keep it. Normally I empty it on Friday, but I&#8217;ve been, I&#8217;ve been go I, I kind of worked a little on Sunday, so. Got full early.</p>\n\n\n\n<p>Michelle Frechette 00:41:36&nbsp; Yeah. Zach says the best process for writing down your systems is to have the people doing the work write the SOP. Yeah, that&#8217;s true too. Absolutely.</p>\n\n\n\n<p>Cami MacNamara 00:41:46&nbsp; Well, that would be me I the person.</p>\n\n\n\n<p>Michelle Frechette 00:41:49&nbsp; Yeah, a lot of us, it&#8217;s just ourselves for sure. Yeah.</p>\n\n\n\n<p>Cami MacNamara 00:41:52&nbsp; But yes, I do agree that, like, having those things written down that you do is just a fantastic way to kind of map out what, what you going on.</p>\n\n\n\n<p>Michelle Frechette 00:42:03&nbsp; And they&#8217;re all written down at WebDesignerHabits.com. How is that for a Segway? That was pretty cool.</p>\n\n\n\n<p>Cami MacNamara 00:42:08&nbsp; That was pretty awesome. Thank you Michelle.</p>\n\n\n\n<p>Michelle Frechette 00:42:11&nbsp; You&#8217;re welcome. It is free to sign up for this newsletter. It is free to join Cami’&#8217;s Facebook group. If you are interested in learning more WebDesignerHabits.com, we&#8217;ll get you all the stuff to sign up for that newsletter. It is a treat. I read it&#8217;s the one one of the only three newsletters that I read top to bottom every week.</p>\n\n\n\n<p>Cami MacNamara 00:42:31&nbsp; So thank you, thank you. You know, it isn&#8217;t complex. It&#8217;s just like one thing. I don&#8217;t look it up a whole bunch of other things.</p>\n\n\n\n<p>Michelle Frechette 00:42:38&nbsp; I mean, that makes it easy to read, right? So it&#8217;s easy to consume for sure, which has one of the reasons I love it. And if it doesn&#8217;t apply to me, that&#8217;s okay. I still learn something. and if it does, great. Yeah. So like, I don&#8217;t have a lot of clients, so I&#8217;m not writing newsletters to clients, but, but I do a newsletter for Post Status and, you know, staying on track for that and all the things.</p>\n\n\n\n<p>Michelle Frechette 00:42:58&nbsp; So anyway, so thank you, Web Cami for joining me today.</p>\n\n\n\n<p>Cami MacNamara 00:43:03&nbsp; Thank you. Thank you for having me, Michelle, I really appreciate I appreciate it and I so appreciate you in our community, you know, you are the glue that keeps the WordPress community together.</p>\n\n\n\n<p>Michelle Frechette 00:43:15&nbsp; I try, I do what I can to try to help others along the way and to create a happy place. So thank you. Everybody else, I&#8217;m working on my, my, guest for next week. It most likely will be Roger from Kinston, so I&#8217;m not going to put that in writing, but we&#8217;re working on some details. If not, then I&#8217;ll have somebody else and that will be upcoming. But if you have something you want to talk about, a project that you want to share, get in touch with me. Maybe you can be on the next Post Status Happiness Hour. So thank you everybody who&#8217;s been here all day chatting with us or for the hour chatting with us and really appreciate all of you. And, again, Cami thank you. I appreciate your time today, too.</p>\n\n\n\n<p>Cami MacNamara 00:43:58&nbsp; Yeah. Thanks for having me. And I really enjoyed meeting everyone and reading all your comments.</p>\n\n\n\n<p>Michelle Frechette 00:44:05&nbsp; The comments were great. Yeah, yeah. For sure. Awesome. All right. We&#8217;ll see everybody next week.</p>\n\n\n\n<p>Cami MacNamara 00:44:11&nbsp; Bye.</p>\n<p>This article, <a href=\"https://poststatus.com/post-status-happiness-hour-session-twenty-three/\">Post Status Happiness Hour Session Twenty Three</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"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: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:31:\"Post Status: Agency News Weekly\";s:7:\"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=163362\";s:7:\"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/agency-news-weekly-2025-03-31/\";s: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:5067:\"<h2 class=\"gb-headline gb-headline-930042ec gb-headline-text\">Web Agency Summit is Next Week</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Atarim and Omnisend are presenting a free online <a href=\"https://atarim.io/summit/\">Web Agency Summit</a> next week, April 7-11.</li>\n\n\n\n<li>The event will share strategies for web agencies to adapt, scale, and thrive amidst AI and digital innovation.</li>\n\n\n\n<li>More than 12,000 attendees are expected for the more than 50 sessions led by expert presenters.</li>\n\n\n\n<li><a href=\"https://atarim.io/summit/#ticket\"><strong>Sign up to attend here</strong></a>. Tickets are free, but limited.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-3f9efd72 gb-headline-text\">Post Status Launches Virtual Stage Webinar Series</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Post Status Executive Director Michelle Frechette has created a new series of webinars  called &#8220;<a href=\"https://poststatus.com/wp-speakers-virtual-stage-series/\">The WP Speakers Virtual Stage Series</a>.&#8221;</li>\n\n\n\n<li>The Virtual Stage creates opportunities for speakers whose WordCamp submissions weren&#8217;t accepted to share their expertise with the community.</li>\n\n\n\n<li>The program will run weekly YouTube Live webinars at 11 AM Eastern Time.</li>\n\n\n\n<li><a href=\"https://poststatus.com/wp-speakers-virtual-stage-series/#:~:text=%E2%AC%87%EF%B8%8F%20%E2%AC%87%EF%B8%8F%20Apply%20Below%20%E2%AC%87%EF%B8%8F%20%E2%AC%87%EF%B8%8F\">Speakers can submit talks</a> on any WordPress-related topic, with organizers encouraging creative and unique presentation ideas.</li>\n\n\n\n<li>Michelle will personally review applications and coordinate with selected speakers to schedule their presentation weeks.</li>\n\n\n\n<li>Each talk will become part of Post Status&#8217;s permanent content library, extending the speaker&#8217;s reach beyond the live event.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-c5f2a47b gb-headline-text\">Google&#8217;s March Core Update Impacts Rankings &amp; SEO Tools</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://searchengineland.com/google-march-2025-core-update-rollout-is-now-complete-453364\">Google&#8217;s latest Core Update for March 2025</a> is now complete with significant impact on the rankings of some sites.</li>\n\n\n\n<li>Semrush noted that <a href=\"https://www.seroundtable.com/google-march-2025-core-update-volatility-39133.html\">the SERP volatility</a> in the last 30 days was in the very high range: 9.3/10.</li>\n\n\n\n<li>In addition to ranking changes, this core update also <a href=\"https://www.seroundtable.com/google-march-2025-core-update-volatility-hits-39107.html\">impacted the ability of some tools</a> like Ahrefs and SE Ranking to get accurate data.</li>\n\n\n\n<li><a href=\"https://developers.google.com/search/blog/2019/08/core-updates\">Google offers a list of questions</a> for site owners to consider if they lose rankings after a core update like this one.</li>\n\n\n\n<li>Their stance remains that <a href=\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\">creating helpful, reliable, people-first content</a> is the key to good rankings.</li>\n</ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li></li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-bb61369f gb-headline-text\">The Admin Bar&#8217;s 2025 Web Professionals Survey is Open</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the last few years, The Admin Bar&#8217;s Kyle Van Deusen has surveyed web professionals to capture the latest trends for solopreneurs and agencies.</li>\n\n\n\n<li><strong><a href=\"https://airtable.com/appSlIAaDEJQrB9dc/pag0rwgDZ5g119Kmr/form\">This year&#8217;s survey is now open</a></strong>. </li>\n\n\n\n<li>The 20 quick questions are multiple choice and should take less than 10 minutes to complete.</li>\n\n\n\n<li><a href=\"https://theadminbar.com/2024-survey/\">The results of last year&#8217;s survey</a> included responses from over 1,100 web professional globally and had some interesting takeaways.</li>\n</ul>\n\n\n\n<h2 class=\"gb-headline gb-headline-7643d17f gb-headline-text\">Worth a Look </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://www.theverge.com/news/638933/elon-musk-x-xai-acquisition\">Elon Musk has sold X</a> to <a href=\"https://x.ai/\">xAI</a></strong> and plans to blend &#8220;xAi&#8217;s advanced AI capability and expertise with X&#8217;s massive reach.&#8221;</li>\n\n\n\n<li><strong>Amazon has announced <a href=\"https://www.theverge.com/news/639688/amazon-nova-act-ai-agent-web-browser\">a new AI agent called Nova Act</a></strong> that search, make purchases, and perform tasks on a schedule.</li>\n\n\n\n<li><strong>Interesting Read:</strong> <a href=\"https://www.404media.co/how-the-fbi-tracked-and-froze-millions-sent-to-criminals-in-massive-caesars-casino-hack/\">How the FBI Tracked, and Froze, Millions Sent to Criminals in Massive Caesars Casino Hack</a></li>\n</ul>\n<p>This article, <a href=\"https://poststatus.com/agency-news-weekly-2025-03-31/\">Agency News Weekly</a>, was published at  <a href=\"https://poststatus.com\">Post Status</a> — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 21:30: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:\"Nathan Ingram\";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:101:\"Do The Woo Community: What Enterprises Need from DXPs in 2025: Beyond Vendor Agendas with Dan Drapeau\";s:7:\"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=94685\";s:7:\"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://dothewoo.io/what-enterprises-need-from-dxps-in-2025-beyond-vendor-agendas-with-dan-drapeau/\";s: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:\"Host Krim discusses Digital Experience Platforms (DXPs) with insights from Dan Drapeau. Key topics include CMS fragmentation, vendor lock-in, AI\'s role in DXPs, and strategic priorities for 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 13:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"Do The Woo Community: Selling Is Not My Strength\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94669\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://dothewoo.io/blog/selling-is-not-my-strength/\";s: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:228:\"BobWP reflects on his struggles with sales throughout their entrepreneurial journey, emphasizing a preference for honesty and transparency over aggressive selling techniques, ultimately valuing their humanity over sales success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 09:43: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: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: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:9:\"Matt: 6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=141353\";s:7:\"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:\"https://ma.tt/2025/04/cecil/\";s: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:2862:\"<p><a href=\"https://wordpress.org/news/2025/04/cecil/\">WordPress 6.8 Cecil is out</a>, and it&#8217;s a great release. It&#8217;s unbelievable that it&#8217;s already <a href=\"https://wordpress.org/download/counter/\">been downloaded over 6 million times as I write this</a>. That feeling never gets old.</p>\n\n\n\n<p>It&#8217;s a funny time in WordPress because there are a lot of  really interesting open questions:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Can we iterate faster with canonical plugins?</li>\n\n\n\n<li>What&#8217;s the fun thing we can put in to celebrate 7.0, and when will that be? (I was rooting for real-time co-editing like Notion/Canva/Google Docs.)</li>\n\n\n\n<li>How can we use AI to automate our manual work around WordPress.org?</li>\n\n\n\n<li>Can AI help us make 60k+ open source plugins and themes in the directory more secure? (I think so.)</li>\n\n\n\n<li>What should we do with our 13k issue backlog? (That&#8217;s a lot of bug gardening.)</li>\n\n\n\n<li>How will AI change how people build and update sites?</li>\n\n\n\n<li>Just like RSS and web standards supercharged WordPress for the podcasting and search revolutions, what standards or APIs can we ship to help 40%+ of the web work with AI agents? (Plus an entire rabbit hole of all the new sloppy crawlers using so many resources.)</li>\n</ul>\n\n\n\n<p>Some of these broad changes are mixed. At one point, I used Google to search for things and would visit their top result, which is great for website owners. Nowadays, Google pulls almost everything I need into the results page, so I don&#8217;t see as many random sites. But on <a href=\"https://www.perplexity.ai/\">Perplexity</a>, sometimes I&#8217;ll read the answer and then visit 4-5 of the sources it cites to learn more, so I&#8217;m visiting 4-5x more random websites, usually powered by WordPress, than I would have even in the early days of Google. We don&#8217;t know how this all plays out yet.</p>\n\n\n\n<p>These questions are also against the backdrop of some of the brightest minds in WordPress spending more time with legal code than computer code, which could last until 2027 or longer with appeals. </p>\n\n\n\n<p>Speaking for myself, I was in my first deposition today. I really appreciated the due process and decorum of the rule of law, and just like code, law has a million little quirks, global variables, loaded libraries, and esoteric terminology. But wow, after a full day of that, I&#8217;m mentally exhausted. Hence, I&#8217;m posting about 6.8 after it&#8217;s had 6 million downloads. I&#8217;m more impressed than ever by what smart lawyers do, and the entire thing, though sometimes imperfect and frustrating, is a blessing to our democracy. However, I can&#8217;t wait to return to spending the plurality of my days with engineers and designers again. I&#8217;m sure many other folks in the WordPress community would agree.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 09:19:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"bbPress: bbPress 2.6.13 is out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=244192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://bbpress.org/blog/2025/04/bbpress-2-6-13-is-out/\";s: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:513:\"<p>bbPress 2.6.13 is a <strong>minor</strong> release that fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&milestone=2.6.13\">1 small incompatibility</a> with WordPress 6.8.</p>\n\n\n\n<p>(This fix is already merged into the 2.7 development branch.)</p>\n\n\n\n<p>Thank you to vortfu, peterwilsoncc, spacedmonkey, joemcgill, swissspidy, and jorbin for helping communicate this to the bbPress team <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f41d.png\" alt=\"🐝\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Apr 2025 06:57:18 +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:\"John James Jacoby\";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:76:\"WPTavern: #165 – Aaron D. Campbell Why Open Standards and WordPress Matter\";s:7:\"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=194783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/podcast/165-aaron-d-campbell-why-open-standards-and-wordpress-matter\";s: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:47549:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, why open standards matter, and how WordPress fits into an open web.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>[00:00:53] Nathan Wrigley: If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Aaron D. Campbell.</p>\n\n\n\n<p>Aaron is an international speaker, open source advocate, and self-described outgoing introvert. He&#8217;s been a regular contributor to WordPress for more than a decade, and is currently director of product at A2 Hosting. His longstanding enthusiasm for WordPress stems from its role as a necessary counterbalance to closed web solutions, providing a vital, open source, alternative that fosters accountability among digital platforms. Aaron&#8217;s vision of WordPress&#8217;s importance has fueled his sustained commitment, and excitement for the platform matching his initial zeal from years ago.</p>\n\n\n\n<p>Today we talk about a topic that&#8217;s integral to Aaron, and likely resonates with many of you listeners, the importance of the open web. With the advent of closed platforms, open standards and open source have become more crucial than ever.</p>\n\n\n\n<p>Aaron shares his journey in the WordPress space, and how his commitment to the open web has kept him passionate about it over the years. We discussed the evolution of open web concepts, maintaining interoperability, and ensuring your digital creations remain under your control.</p>\n\n\n\n<p>We compare this with the growing dominance of closed corporate platforms, and examine the impact of profit motives versus the more altruistic goals of open source. Aaron articulates why preserving the openness of the web is essential, not just for innovation, but for the entire fabric of global society.</p>\n\n\n\n<p>If you&#8217;re curious about the role of open systems and the future they shape and why the open web matters now more than ever, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Aaron D. Campbell.</p>\n\n\n\n<p>I am joined on the podcast by Aaron D. Campbell. Hello, Aaron.</p>\n\n\n\n<p>[00:03:13] Aaron D. Campbell: Hey, thanks for having me.</p>\n\n\n\n<p>[00:03:14] Nathan Wrigley: Well, I&#8217;m really pleased to talk to you today. This is a subject which is fairly close to my heart. We&#8217;re going to approach it, first of all, from the non WordPress angle, and then we&#8217;ll get into it from the WordPress angle. It&#8217;s all about open standards, open source.</p>\n\n\n\n<p>I guess before we begin, Aaron, I&#8217;ll just explain that this is the first interview that I&#8217;ve done at WordCamp Asia, which is in Manila. How are you finding it here? Did you have a nice journey over.</p>\n\n\n\n<p>[00:03:36] Aaron D. Campbell: You know, my journey over was smooth and uneventful, which is exactly how I like my journeys to these things to be. And I&#8217;m finding the place to be fantastic, and the time zone change to be very difficult.</p>\n\n\n\n<p>[00:03:48] Nathan Wrigley: Yeah, that&#8217;s exactly my experience as well. I think we&#8217;re both fairly tired at this point.</p>\n\n\n\n<p>It&#8217;s the first day, it&#8217;s Contributor Day, so there&#8217;ll be all of that excitement later. Aaron&#8217;s doing a presentation at WordCamp Asia, and this is what we&#8217;re going to talk about. It&#8217;s called The Future, why Open Web Matters.</p>\n\n\n\n<p>Before we get into that, Aaron, do you just want to give us your little potted bio? Tell us why you are here, who you work for, what it is that you do in the WordPress space.</p>\n\n\n\n<p>[00:04:13] Aaron D. Campbell: Sure, yeah. What do I do in the WordPress space? Well, that has changed a lot over the years, but I&#8217;ve been pretty actively contributing to the WordPress project for about 18 or so years now. Done everything from leading releases and leading the security team to helping put on some of these events like WordCamp US. I work for A2 Hosting, focusing on our products and helping to align what we do with the kind of open web, WordPress ethos that I have at my core.</p>\n\n\n\n<p>[00:04:44] Nathan Wrigley: Can I just ask you, if you&#8217;ve been in the project for as long as you have, which is pretty much the length of the whole project, I think, 18 years or so. But basically you&#8217;ve been in it since the beginning. So it&#8217;s nothing to do with the topic at hand. Are you as excited about WordPress as a thing in 2025 as you were all those years ago?</p>\n\n\n\n<p>[00:05:04] Aaron D. Campbell: Yes. Yes I am. I think that the thing that has kept me around this long, it&#8217;s not easy to do a thing for, you know, going on almost 20 years and to stay excited about it. But I think that the thing that has kept me there is this whole open web concept, and that I see WordPress as a very important counterbalance to some of the closed solutions that exist on the web.</p>\n\n\n\n<p>Having a viable alternative that is open helps keep those other platforms accountable, if you will. And so I think that what&#8217;s kept me around is really that kind of idealistic thing that I have around how important WordPress is. And so, yes, I&#8217;m just as excited about it as I was back then.</p>\n\n\n\n<p>[00:05:47] Nathan Wrigley: It feels like, if we were to rewind the clock 18 years ago, it feels like open was more normal, perhaps than it is now. And I think the closed platforms have monetised their way into the web and have kind of become, in many ways, the default, especially for people who aren&#8217;t in the inner circle of open source projects.</p>\n\n\n\n<p>So for example, the way to carry out messaging online is to go to a closed platform. The way to communicate via email is to use close, well, the protocol&#8217;s open, but you know, the system that you might use may be closed, and so on and so forth. So that seems to be the default.</p>\n\n\n\n<p>However, let me just read the blurb from your presentation so we&#8217;ll get a flavor of what it is that Aaron will be talking about out. So we&#8217;re talking about why the open web matters. And the blurb that went with that goes as follows.</p>\n\n\n\n<p>The internet has revolutionised how we share information, enabling unprecedented collaboration, and accelerating human progress in ways once unimaginable. However, this powerful tool is now at a crossroads. In this talk, Aaron will explore the critical role that open systems and the open web play in shaping our future. He will delve into the potential consequences of a closed digital ecosystem, and argue why preserving the openness of the web is essential, not only for innovation, but the very fabric of our global society. Discover why the open web matters more now than ever, and what&#8217;s at stake if we lose it.</p>\n\n\n\n<p>So there&#8217;s some fairly powerful words in there, you know, the future of society and so on. However, underpinning it all is this phrase, open web. And it occurs to me that, dear listener, you may not know what that means. So my opening gambit to you Aaron, what is the open web? What does that even mean?</p>\n\n\n\n<p>[00:07:20] Aaron D. Campbell: Honestly, you were talking a little bit about how we see more of these closed platforms now, and maybe it was more the standard 18, 20 years ago, and it&#8217;s true. When the web started around 1991, it was open in that information flowed easily and freely back and forth. And the things that we used to interact with the web, HTTP, HTML, all these things that we use were these open standards that could be implemented by anyone. You could implement them in some sort of closed web browser. You could implement them in an open source web browser. Either way, they were open standards that you could implement.</p>\n\n\n\n<p>And I think that that, where we started is kind of the core of this open that I&#8217;m talking about. It&#8217;s the interoperability, the ability for things to work together for different companies to be able to give you that same experience that you might want to have with their flavor. But if you then choose to leave that company, you can go somewhere else and still have whatever it is that you built, or created, or were using.</p>\n\n\n\n<p>And so open, while I love open source and a lot of what I do is around open source, I don&#8217;t think that open source in and of itself is the open web. It&#8217;s more about this freedom to be able to own your stuff and take it wherever you want to take it. It&#8217;s that interoperability that&#8217;s really at the core of open when I&#8217;m talking about the open web.</p>\n\n\n\n<p>[00:08:48] Nathan Wrigley: So it&#8217;s kind of the ability to pick up your data from one spot. Let&#8217;s say that you&#8217;ve got, well, in the case of WordPress, you&#8217;ve got a blog, you&#8217;ve got content that you&#8217;ve created, text, images and so on. The ability to say, you know what? I&#8217;m fed up with my CMS of choice. I want to move it elsewhere.</p>\n\n\n\n<p>But the same would be the case for, okay, I&#8217;ve got a bunch of messages that I&#8217;ve written to some clients and to some friends. I want to be able to drop that platform and move it over here. So I guess email might be a good example there. You know, there&#8217;s the protocol behind the email, that&#8217;s completely open. It would be crazy if you could only email people who are using the same service that you had. And so you can move providers all the time, but you may not be able to move your email address. So it&#8217;s a sort of complicated picture, but transportability, yeah. Is that possibly it?</p>\n\n\n\n<p>[00:09:30] Aaron D. Campbell: Yeah. I think that your example of, I&#8217;m fed up with my CMS, so I want to go somewhere else. That&#8217;s valid, I guess. But I look at it more from, let&#8217;s say that you&#8217;re a company that sells leather goods, and wherever you have your website has decided that they no longer allow you to sell leather goods on their platform.</p>\n\n\n\n<p>You need to go somewhere else for your own livelihood. You need to be able to go somewhere else. Can you? And if your site is WordPress, and it&#8217;s your host that says, we no longer allow leather goods, you can just move somewhere else. But if your site is on Facebook, and Facebook says that you can&#8217;t do that anymore, you can&#8217;t just take what you have and move somewhere else.</p>\n\n\n\n<p>And that&#8217;s a big difference because that&#8217;s a thing that is key to you continuing to, you know, I don&#8217;t know, run your business, make your money, put food on your table. And so it&#8217;s not just like, I got sick of this tool and wanted to move to another one. I think that part of it is like, who has control, and what are your options if what they want no longer aligns with what you want?</p>\n\n\n\n<p>[00:10:36] Nathan Wrigley: So it really boils down, in your case, to the ability for you to choose where things end. Yeah, choice. A choice. Okay.</p>\n\n\n\n<p>I really haven&#8217;t ever read a history of the internet, but the bits and pieces, the impression that I&#8217;ve got over the years when I&#8217;ve been reading around how the internet began, CERN and ARPANET and those kind of things. When the internet began, I don&#8217;t really know what the enterprise was to begin the whole thing.</p>\n\n\n\n<p>But it felt like it was more or less a service to provide the capability for academics to communicate with each other. There was never this intention that, okay, we&#8217;ll be buying and selling goods online. We&#8217;ll all be communicating through messaging platforms online. We&#8217;ll be sending photos online. So how did the internet begin? Do you know?</p>\n\n\n\n<p>[00:11:20] Aaron D. Campbell: It began open and it began specifically for the purposes of sharing information. The commercial internet exchange was trying to connect all these big networks that had tons of information in them at places like universities, governmental agencies, right? That were these silos of information.</p>\n\n\n\n<p>They wanted to interconnect those networks, make the internet, be able to share data back and forth for the purposes of being able to learn from each other. It was very much an academic pursuit.</p>\n\n\n\n<p>I think that that&#8217;s kind of how we grow our knowledge as people, right? We learn from what other people have learned, and then we learn some more on top of that. And they saw the value of having this kind of connected digital network to share information. And it was only useful if it was open, and that information could flow back and forth freely. And so, yes, you&#8217;re right, it wasn&#8217;t meant to be a commercial endeavor. It was meant to be a knowledge sharing endeavor.</p>\n\n\n\n<p>[00:12:18] Nathan Wrigley: It&#8217;s kind of a really altruistic enterprise when you say it in those terms. It really feels like it&#8217;s for the betterment of humanity. But I&#8217;m sure all of us can imagine scenarios where we think about our use of the internet, and the words, betterment of humanity are just not, well, they&#8217;re just an anathema.</p>\n\n\n\n<p>Because, you know, the internet has undoubtedly caused harms in various ways, and there&#8217;s misinformation being spread and all sorts of things like that, problems that we&#8217;ve got online.</p>\n\n\n\n<p>But I&#8217;m wondering, well, if we were talking about open on all levels of the internet, so for example, the internet that I&#8217;m using, I&#8217;m using a CMS, a web browser. It&#8217;s HTTPS, CSS, JavaScript, those kind of things. But underpinning it all, here&#8217;s my Mac, and the Mac presumably talks to the TCP IP stack, and there&#8217;s a bunch of routers and all of those kind of things going on, holding the internet together. Does all of that stack need to be open, or is it okay for some bits and pieces holding the infrastructure together to be closed?</p>\n\n\n\n<p>Because I&#8217;m not sure that you&#8217;d kind of want the hardware layer, if you know what I mean, some of those bits and pieces. Maybe they need to be, well, maybe they need to be proprietary and closed. I don&#8217;t know. What are your thoughts?</p>\n\n\n\n<p>[00:13:27] Aaron D. Campbell: That&#8217;s a really intriguing question, and I think that for the purposes of just being able to use and enjoy and leverage the internet, no, all those layers do not need to be open. For the purposes of preserving the internet as this information sharing kind of altruistic tool, I think that there needs to be openness at every one of those levels.</p>\n\n\n\n<p>I think that, for example, you were talking about the routers that shift all the information around, and they&#8217;re largely these hardware things, although they do have some software on them. But do all of those need to be open? No. But if one company is the only one that&#8217;s capable of shifting information around the web, then it becomes a problem. So as long as there are viable open alternatives, and some are closed and some are open, great.</p>\n\n\n\n<p>But I don&#8217;t want any company, no matter who it is, you know, in this case maybe a, Cisco is maybe the biggest router company, right? I don&#8217;t want them to be the only one in control of what information can be sent back and forth across the world.</p>\n\n\n\n<p>[00:14:31] Nathan Wrigley: Yeah. I think our conversation is probably going to dwell on the information layer, the bit at the top. So the text that we send and, you know, the images, and the CMS and so on. Now, in the beginning of your presentation, there was a phrase which stuck out because you said, we&#8217;re in a time of unprecedented collaboration, and accelerating human progress is what the internet is kind of all about. It&#8217;s a fairly lofty phrase and I was wondering what you meant by that.</p>\n\n\n\n<p>[00:14:59] Aaron D. Campbell: So first of all, the internet allows for a kind of collaboration that we&#8217;ve never seen before in history, right? Like, collaboration, we all hop on these Zoom calls all the time and think nothing of the fact that I am in an instant virtual video call with people in eight different countries. But that&#8217;s possible. I literally do that almost every single day. People on my team are in the UK, they&#8217;re in Bulgaria, that&#8217;s normal. That was not normal 20 years ago. It was certainly not normal, I guess, what, 40 years ago, pre-internet.</p>\n\n\n\n<p>There is a level of collaboration that can happen now that just never was able to before. And we see that in tons of places. My wife&#8217;s neurologist, I think I gave you this example in some notes that I sent over. She collaborates with neurologists all over the world, live, almost daily. And that&#8217;s mind boggling. But the fact that a neurologist can immediately learn from other specialists, like that is fantastic. That&#8217;s so amazing.</p>\n\n\n\n<p>And so, yeah, it sounds lofty when you put it into words, but the truth is, this is our normal every day, and maybe we&#8217;ve gotten a little used to it. But if you take a step back and look, it&#8217;s amazing what the internet has enabled.</p>\n\n\n\n<p>[00:16:22] Nathan Wrigley: I occasionally, and it really is an example of how quickly you can become, something that is extraordinary becomes completely normal, and you don&#8217;t really expect what&#8217;s going on. But occasionally I have the thought that, I&#8217;ll be looking at my computer, on my phone, and I think what I&#8217;m doing, to my 10-year-old self, was the realm of Star Trek. It was science fiction that there was a device in somebody&#8217;s hand which enabled you to communicate.</p>\n\n\n\n<p>There was a screen which held images on it, and it was all encapsulated in your hand, you know? And obviously Star Trek, well, we&#8217;ve still got a long way to go. We can&#8217;t transport each other across the universe and so on. But it&#8217;s incredibly profound. And the mere fact, just take a look and think about it for a moment. You&#8217;re probably listening to this on a phone, dear listener, and I don&#8217;t know, you&#8217;ve probably got a pair of Bluetooth headphones or something like that.</p>\n\n\n\n<p>This incredible stack of technology, which is now completely normal. You and I collaborating for this episode on a Google Doc. The world has utterly changed, and it really does behoove everyone, once in a while, to take a step back and think, wow, I&#8217;m really lucky.</p>\n\n\n\n<p>[00:17:31] Aaron D. Campbell: I mean, when I was in school, my teacher very specifically would not let us use calculators on tests because, quote, you will not always have a calculator in your pocket. You need to know how to do this. Well, they were wrong. I have a calculator in my pocket, which is actually also a computer connected to every other computer in the world. It&#8217;s astounding how much things have changed.</p>\n\n\n\n<p>[00:17:56] Nathan Wrigley: Yeah, it&#8217;s pretty remarkable. I mean, I guess the next point that I want to raise is that the web, despite the fact that it&#8217;s marvelous in all these ways that we&#8217;ve just described, I think it&#8217;s, well, we&#8217;ve had an era over the last, let&#8217;s say, decade, maybe more, where it feels like the internet has been taken over largely by closed corporate platforms.</p>\n\n\n\n<p>I mean, not to throw any aspersions out there, and not to name only these ones, but the ones which come to mind in my life are Google, dominating search, for example. You know, I basically have outsourced my brain most of the time to Google. I don&#8217;t really think I just Google something, and then trust that what Google gives me back is going to be credible and accurate. And I really give it a hundred percent of that. You know, I don&#8217;t question what it gives back. I assume that the algorithm is doing me justice and doing me a favor.</p>\n\n\n\n<p>And equally things like Facebook over the years, I&#8217;ve invested large amounts of time into that. But it feels like in the last year, so we&#8217;re in 2025, most people have got a slightly different relationship. There&#8217;s maybe a bit more skepticism coming in. We can see the harms that maybe some of these companies are doing. And so this really does feel like a moment where open platforms, WordPress in particular, it&#8217;s an important moment to step up. So really there&#8217;s no question there. It&#8217;s more like, do you have any thoughts about proprietary platforms and their growing dominance?</p>\n\n\n\n<p>[00:19:17] Aaron D. Campbell: Yeah. First of all, I hope that you are right and that in 2025 we&#8217;re seeing some of that, kind of, questioning of whether these closed, for-profit platforms are really doing what&#8217;s best for us. Because I know that they&#8217;re doing what&#8217;s best for them. The question is whether that is also what&#8217;s best for us. Companies like Facebook, like Google, they&#8217;re looking out for themselves. The question is, does that help us?</p>\n\n\n\n<p>You&#8217;re right, we&#8217;ve all outsourced our brain to Google in many ways. I mean, when you talk about, I don&#8217;t know, researching a thing, you don&#8217;t even say, I&#8217;m going to go research it. You say, I&#8217;m going to go Google it. That&#8217;s what that means in our vernacular. And I think that, I hope that, people are really starting to realise, not that that&#8217;s bad because I don&#8217;t think it is, I am actually super thankful that Google makes it so easy for me to learn so many things. I love that.</p>\n\n\n\n<p>But I hope that they, everyone&#8217;s starting to understand some of the potential risks there. Is it good that you don&#8217;t even question whether what Google fed back to you is the right thing? Does Google get to decide what we&#8217;re able to learn or not learn now? Is that healthy for us?</p>\n\n\n\n<p>I would love if people are asking those kinds of questions, because it pushes toward having more alternatives. How do you go check, if you decide that you&#8217;re not sure if Google&#8217;s really looking out for you, how do you go check that? What do you use to make sure that Google&#8217;s still giving you what you ought to get? And if you go looking for that, that&#8217;s good. Going and looking for those alternatives, ensuring that there is a choice keeps us from being locked in, in a way that becomes unhealthy.</p>\n\n\n\n<p>[00:21:11] Nathan Wrigley: I think my intuition is that increasingly these platforms seem to be tied up in profit motives, and so, the example that comes to mind in my head is the algorithmic feed in your social network of choice, really. Insert whichever platform you want there. But the idea that it will maximize engagement at any cost.</p>\n\n\n\n<p>So if it can keep your eyes glued to the screen for another minute, that&#8217;s a win, regardless of whether or not that information that&#8217;s being given to you is good. And I&#8217;m doing air quotes. And so if that were to creep into, for example, Google search, okay, can we keep you on our platform? I know that&#8217;s a silly example because that&#8217;s not really the point of Google, but you get the point.</p>\n\n\n\n<p>And what I&#8217;m wondering is, is profit really kind of the enemy here? Does everything have to be freely done by volunteers for it to be open? Because there&#8217;s this feeling, it feels that there&#8217;s a bit of that in the open source community. You know, if it&#8217;s done by volunteers, if it&#8217;s done for free, if you can access it completely for free, if the platform&#8217;s code is verifiable and open on the web, is that better? So, yeah, sorry there&#8217;s a lot there.</p>\n\n\n\n<p>[00:22:18] Aaron D. Campbell: Well, first of all, I&#8217;ll go ahead and plant my flag on this one. And it&#8217;s maybe not the most popular opinion amongst the hardcore open source people that I honestly spend a lot of time with and work with regularly. But I don&#8217;t think profit is bad. I don&#8217;t. But if that is the core motive and that becomes the only tool that you have is one that is focused on profiting off of you, then yeah, there are concerns.</p>\n\n\n\n<p>If Facebook, you&#8217;re right, or any of these social networks, they want to keep you around as long as they can because that&#8217;s their profit model. However, it doesn&#8217;t mean that you can&#8217;t profit off of open, and I am fine with profit as long as there is open. There are many companies in our space that make really good profit implementing WordPress solutions. That is open. The companies that they are implementing those solutions for own their own data. They can move it wherever they want. That&#8217;s great, even if there&#8217;s profit there.</p>\n\n\n\n<p>And so I don&#8217;t think that profit alone is the enemy, but it does seem like most of these kind of closed solutions, yeah, are by for profit companies that are just looking to profit. And again, I think it comes down to choice. As long as there are enough options out there, you&#8217;re not beholden to just the one model from the one company. You know, social networks is a good example. If there&#8217;s something that&#8217;s a problem with you and Facebook, you can go to some other social network. There are other options. It&#8217;s when it&#8217;s a for-profit and just one option that it really starts to become a problem.</p>\n\n\n\n<p>[00:24:03] Nathan Wrigley: I think it&#8217;s really a difficult thread to get right in our community. Because the WordPress community in particular does seem to have two sides. There&#8217;s the real for-profit side, and obviously we&#8217;re here at WordCamp Asia, and if we were to walk into any of the sponsor booths, there&#8217;s a bunch of companies here. And I imagine the fact that they can sponsor, they&#8217;re making a healthy profit. You know, they&#8217;re sending staff here and they&#8217;ve got a booth and so on.</p>\n\n\n\n<p>But then there&#8217;s also the more, and again, I&#8217;m doing air quotes here, there&#8217;s the more community side, which seem to see that as a bit of a trade off. We&#8217;ve got to have these people here, but on some level it would be better if they weren&#8217;t here. If we could just do the whole thing more non-profit, that would be better. So I feel that the community we&#8217;ve got, that&#8217;s a difficult tightrope to tread.</p>\n\n\n\n<p>[00:24:48] Aaron D. Campbell: It&#8217;s a very difficult tightrope to tread. The way that I thread it, I get the altruistic, if we could do everything just volunteer, but we could also have diverse volunteers and many volunteers with different points of view, and different sort of technical backgrounds, right? So that we could build a thing that works for everyone, that would be great.</p>\n\n\n\n<p>But that&#8217;s really difficult because you see many open source projects that had that and built up and then failed and have sort of disappeared, because it&#8217;s very difficult to have longevity in that. To have people that stay around long enough.</p>\n\n\n\n<p>And so I think that what the for-profit side does in our WordPress space is it helps ensure the longevity because those companies, hosts, for example, are hosting many, many thousands, or tens of thousands, hundreds of thousands of WordPress sites, they&#8217;re making money off of that. And so they have a vested interest in making sure that WordPress continues.</p>\n\n\n\n<p>And so, yeah, there&#8217;s this fine balance between, they&#8217;re actually investing in a way that helps keep the platform going, keep the platform being built, keep the platform improving. But does that also mean that they want some influence in the platform? And I think that that&#8217;s that line you have to tread where profit helps with longevity. It does, it keeps people around. But it also leads towards a desire to influence. And are we watching out for that?</p>\n\n\n\n<p>It is been a question that the WordPress project has been struggling with since its very beginning. I think that we&#8217;ve got it right at times. I think we&#8217;ve got it wrong at times. But I think that by and large, for 20 plus years, we have successfully brought those two things together, in a way that&#8217;s built something pretty amazing.</p>\n\n\n\n<p>[00:26:39] Nathan Wrigley: Yeah. And also if you think about it in the long march of history, the internet is still in its infancy. And these open source platforms, this idea of volunteering your time for a global project is quite a new thing. We are just figuring it out.</p>\n\n\n\n<p>And so whilst you and I are inside the baseball, we hear the arguments from both sides all the time, give it another a hundred years and no doubt things will have bedded down and the arguments would&#8217;ve been done this way and that way, and hopefully things figured out. So to me, it&#8217;s pretty remarkable that we&#8217;ve even got 20 years under our belt. Yeah, there&#8217;s going to be some disagreements along the way.</p>\n\n\n\n<p>[00:27:15] Aaron D. Campbell: The internet sort of, as we know, it&#8217;s about 34 years old. It&#8217;s not been around long when you take a more, sort of, broader historical view alright.</p>\n\n\n\n<p>[00:27:24] Nathan Wrigley: Over the last period of time, I&#8217;m going to say 12, 15 years, something like that, the internet feels like it&#8217;s become a sort of platform. So a good example of that would be social media, so X, Twitter and all the other ones, LinkedIn, and the multitude of ones that have come in to existence and even gone away in some cases. They&#8217;ve obviously got their proprietary technology stack, but it feels to me what you are proposing is that the internet shouldn&#8217;t be a place of platforms, it should be more a place of protocols. And what I mean by that is the underpinning technology.</p>\n\n\n\n<p>So as an example, we could swap out X for something like ActivityPub or the AT Protocol. And then a variety of different platforms can build on top of that, change the UI, change the UX, change the experience for everybody. But we&#8217;d all be able to communicate using that same thing. Have I kind of got that right? Is that what you are hoping for?</p>\n\n\n\n<p>[00:28:14] Aaron D. Campbell: I would love to see more of the platforms on the internet having open standards, open protocols, open data standards at their core. It would be fantastic if something like Twitter, X, whatever it is now, built on top of an open standard. And that was, like they built their own custom experience on top of it. They brought a lot of people together and gave a good experience, but that you could, other companies could also implement that protocol. And again, then you would have choice and options.</p>\n\n\n\n<p>I think that at its core, like the easiest way to sum this up for somebody experiencing it is that, I really think that lock-in is unhealthy. If you can just choose to go somewhere else and you&#8217;re not locked in, then that company needs to keep you around by just serving you better, having a better experience for you, delivering more value to you. Rather than keeping you around because you&#8217;re locked in, and you&#8217;ve built a following there and you can&#8217;t get it anywhere else, et cetera.</p>\n\n\n\n<p>And so, yes, I love all these varieties of platforms focusing in on specific things, you know, like LinkedIn on jobs and professional connections. I wish that more of them shared open standards at their core that could be implemented by others.</p>\n\n\n\n<p>[00:29:35] Nathan Wrigley: Do you think there&#8217;s a realistic chance that these companies will move towards these more open protocols? Because obviously, you know, they weren&#8217;t, they weren&#8217;t there at the beginning. They developed their own code base and soon discovered, gosh, there&#8217;s a real economic lever here. If we can keep eyeballs on our platform, if we can lock data inside the platform so that they can&#8217;t go away, you know, users of LinkedIn, it&#8217;s just, you&#8217;re in LinkedIn, you can&#8217;t get stuff out of LinkedIn, it&#8217;s in there.</p>\n\n\n\n<p>Is there any incentive for them to move to an open protocol? Apart from the fact that it&#8217;s just a morally good position to be in. Because it feels like if we were talking to the executives of LinkedIn, Facebook, et cetera, they would maybe make the right noises, but then they turn around and say, huh, we&#8217;re not going anywhere near that. We want to lock people in. We want everybody to be locked inside our silo.</p>\n\n\n\n<p>[00:30:21] Aaron D. Campbell: Unfortunately, I think that there&#8217;s not a lot of, there&#8217;s not a good enough reason yet for them to move that way. So I don&#8217;t see a lot of the current platforms moving that way, at least not in the short term. I hope that some of these new platforms that are spinning up now, and that will in the near future, that might make use of that. We might be able to see new ones coming on with open standards, but I think it&#8217;s less likely to see existing ones move to that.</p>\n\n\n\n<p>If I were talking to those executives though, and trying to talk about what the benefits would be to them, I think that the main things that I would try to focus on is, if there&#8217;s a chunk of your code, your system that many people are working on and improving, and you don&#8217;t have to fund every single worker on it, that there can be shared benefit from that.</p>\n\n\n\n<p>I talk about this with WordPress and hosts all the time. Yeah, build some of your own custom cool stuff on top of WordPress, but also help improve WordPress itself. Yes, that improves it, the experience at other hosts as well. But if every host is doing that, then everyone&#8217;s getting shared benefit as WordPress gets better across the board. And so these existing platforms could benefit from that, not having to be the only one working on improving the protocols or whatever it is.</p>\n\n\n\n<p>And the other thing is, if you are really confident that you&#8217;re building something great, if you really think you have a great product, then if you have shared protocols, that means you should be able to bring people in from those other companies that have those shared protocols. Because it means it&#8217;s easier to bring people from other places to you. They all tend to focus on the, saving what we have, preventing people from leaving. But if you really think that you can offer the best, then you can also win people in that way. And that&#8217;s sort of the approach that I take when I talk to them, but it&#8217;s difficult.</p>\n\n\n\n<p>[00:32:22] Nathan Wrigley: Yeah, I wonder what the age demographic of these debates is. And what I mean by that is, when it comes to events like WordCamps, if I&#8217;m looking around and being honest, I&#8217;m not really seeing many young people. And I don&#8217;t really know what I mean by young, but it seems like the average age here is not really anywhere near 18.</p>\n\n\n\n<p>And I wonder if the ship has sailed in terms of, let&#8217;s take a typical child in the UK, a 16-year-old child, something like that. The excitement is all around things like TikTok and Instagram. I would imagine that the typical 16-year-old doesn&#8217;t even know that there&#8217;s such a thing as an open protocol. It&#8217;s just more, I want to use that service.</p>\n\n\n\n<p>And I wonder if, well, where we need people to be going with these debates is skewing it more towards young people because they&#8217;re going to be the future. Like you and I, we, well, we&#8217;re a bit older, and we probably understand that a little bit more. I don&#8217;t know where the younger people sit around in all of this, and whether or not their semi addiction to technology is something that we can get in the way of. Or if there&#8217;s an argument to be had, if we need to be going out and talking about these things in schools, encouraging it. Curriculums in colleges and what have you, to be talking about this more.</p>\n\n\n\n<p>[00:33:30] Aaron D. Campbell: I think that you&#8217;re right, that it skews towards the older crowd a little bit. As a parent, I kind of draw a parallel here, right? You can tell a kid, don&#8217;t touch that it&#8217;s hot, don&#8217;t touch that it&#8217;s hot, don&#8217;t touch that it&#8217;s hot. But it&#8217;s when they touch that and get burned, hopefully not too badly, but that&#8217;s when they&#8217;re like, oh, it&#8217;s hot. I need to pay attention to that.</p>\n\n\n\n<p>And I think that that&#8217;s the same kind of struggle that I have conveying this kind of thing to youths right now is. Yeah, they&#8217;re super into all these platforms, but what they haven&#8217;t experienced yet is spending a lot of time building a thing on a platform and then it going away, and them having to start all over.</p>\n\n\n\n<p>And people like you and I, people our age, we probably have. We may have experienced that many times over and, sort of, you can tell them what the risks are, but if they haven&#8217;t felt it yet, maybe they don&#8217;t quite get the importance of it. And I wish that there was an easier way to help them learn from my painful experiences rather than make them experience it themselves. But I definitely struggle with figuring out how to properly convey that in a way that they grasp the levity. I do think it&#8217;s important if we can.</p>\n\n\n\n<p>[00:34:43] Nathan Wrigley: We shared some show notes when we were arranging this episode, and the question that I think hit you, the question that hit home the most was one that I wrote and it went like this. How do we get open, in quotes, to be the default given the market forces that we&#8217;re working against?</p>\n\n\n\n<p>And so again, the example of Facebook, Google, et cetera. You know, they&#8217;ve got deep pockets, an incredible amount of money to spend on ads. They can occupy all the app stores, and they&#8217;ve got incredible lobby groups and so on.</p>\n\n\n\n<p>And you thought, well, I think you thought that that was the question in this interview that was going to be the most interest to you. So how do we get open to be the default given the power of these massive platforms?</p>\n\n\n\n<p>[00:35:22] Aaron D. Campbell: It&#8217;s so difficult, right? I think that I said that this is the billion dollar question. I think that this is kind of the core of what we need to look at and figure out. And I do think that there are some people in our space, in the open space, but even specifically in WordPress, that are trying to figure this out.</p>\n\n\n\n<p>WordPress is amazing in that it&#8217;s put together by volunteers all over the world, and there&#8217;s contributors in every walk of life. But it&#8217;s not coordinated in a way that a company like a Google or a Meta or whatever, it can be coordinated to funnel all of their funds together and invest in, whether it&#8217;s lobbying or advertising or whatever it is.</p>\n\n\n\n<p>We need to bring all this variety of companies, and people in our space together in a coordinated way like that, and that&#8217;s so much more difficult when each one of these companies is their own entity. But you&#8217;re starting to see some groups like the Scale Consortium, some of the enterprise WordPress agencies in our space have formed this consortium to work together to put out this kind of like enterprise level marketing for WordPress at that level.</p>\n\n\n\n<p>And I would love to see more of that kind of thing happening. I think that groups working together is kind of our only chance of trying to compete with some of these companies.</p>\n\n\n\n<p>[00:36:50] Nathan Wrigley: What was the organisation called? The Scale Consortium? Yeah, the Scale Consortium. Okay. And do you have a URL for that?</p>\n\n\n\n<p>[00:36:56] Aaron D. Campbell: I think it&#8217;s scaleconsortium.com.</p>\n\n\n\n<p>[00:36:59] Nathan Wrigley: Okay, I&#8217;ll include that in the show notes. But is this something that you are involved with personally? Does A2 Hosting, or are you involved?</p>\n\n\n\n<p>[00:37:06] Aaron D. Campbell: No. So in my past life, I guess, before I really got into hosting, I ran an agency for many years including working in the enterprise space. And so I&#8217;m just still close to a lot of the other agency folks, agencies that are a part of this or people like Crowd Favorite and Human Made and 10up. They&#8217;re forming this Scale Consortium, and it&#8217;s fantastic. I talk to them about it. Every time I can see them and talk to them I want to talk to them about this thing they&#8217;re doing.</p>\n\n\n\n<p>[00:37:32] Nathan Wrigley: It is kind of interesting and it&#8217;s fairly unique, I think, open source. The capacity of rivals, and again, I&#8217;m using air quotes. Yes, we can get together because, well, you know, Microsoft Bing getting together with Google, that seems really strange. I mean, maybe there&#8217;s a few web interoperability things that those companies, those proprietary companies get together on. But you know, they&#8217;re commercial rivals.</p>\n\n\n\n<p>But in the WordPress space, that kind of thing&#8217;s possible. And in the open source space, that kind of thing is possible, because it&#8217;s more a case of a rising tide carries all boats. So not a case of, well yeah, we&#8217;ve got to kill the competition, kill the opposition. And that&#8217;s curious. And maybe that is the key to its success.</p>\n\n\n\n<p>[00:38:08] Aaron D. Campbell: I think that you&#8217;re right about the rising tide lifting all ships. I think that in our space, WordPress especially, we have this amazing like coopetition thing where it&#8217;s cooperative competitors working together. And I think that that&#8217;s because, as long as we grow the open web, as long as we grow the people, the companies, the websites that are building on top of these open platforms, literally the pie is growing. So you don&#8217;t have to take away somebody else&#8217;s slice of the pie. As the pie grows, you can just have more and more and more of the pie.</p>\n\n\n\n<p>And I think that companies in our space have really realised that. The more that they can get these enterprise level customers be building on us instead of Adobe&#8217;s platform, the more the pie has grown, and their piece of it grows. And so if they all work together, they can grow the pie better. And I think that that&#8217;s, honestly, that just makes it a more friendly, more fun area of the internet to work in.</p>\n\n\n\n<p>[00:39:10] Nathan Wrigley: Do you think WordPress encapsulates a more or less perfect example of the open web? I mean, obviously we&#8217;ve got our own problems, but generally speaking, would you hold up WordPress as a really fine example of the open web or would you say there&#8217;s, I don&#8217;t know, room for improvement?</p>\n\n\n\n<p>[00:39:25] Aaron D. Campbell: I think that there&#8217;s always room for improvement. I would hold up WordPress as a pillar of paving the way, right? Like, we&#8217;ve gotten it wrong a number of times, but we have pushed so hard toward building this open platform that really is truly open.</p>\n\n\n\n<p>I think that there are single points of failure and stuff, even in how we have things set up. But by and large, I think we&#8217;ve done it right. I&#8217;m not going to say we&#8217;re perfect. That would be silly, because I think that we should continue to push to grow and improve. And if you think you&#8217;re perfect, you&#8217;re not motivated to do that. But, yeah, I think that we&#8217;ve done a really good job in WordPress of focusing on that.</p>\n\n\n\n<p>[00:40:05] Nathan Wrigley: Well, hopefully people listening to this podcast, by the time this comes out, maybe Aaron&#8217;s talk will be out on WordPress TV. We&#8217;ll have to see. It&#8217;s a really interesting subject. It speaks to so many of the reasons why I enjoy the internet, and why I&#8217;ve skewed towards open source as opposed to proprietary.</p>\n\n\n\n<p>There&#8217;s just something profoundly meaningful there for me. And let&#8217;s hope that if we would have this conversation in, oh, I don&#8217;t know, 10 years time or something like that, the arguments that you are portraying here, the powerful reasons for going open and not closed, let&#8217;s hope they win.</p>\n\n\n\n<p>[00:40:36] Aaron D. Campbell: Let&#8217;s. That&#8217;s one of the most exciting things I could imagine.</p>\n\n\n\n<p>[00:40:39] Nathan Wrigley: Well, Aaron, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:40:44] Aaron D. Campbell: Thank you for having me. This was fantastic.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>.</p>\n\n\n\n<p>Aaron is an international speaker, open source advocate, and self-described outgoing introvert. He’s been a regular contributor to WordPress for more than a decade, and is currently Director of Product at <a href=\"https://www.a2hosting.com/\">A2 Hosting</a>.</p>\n\n\n\n<p>His long-standing enthusiasm for WordPress stems from its role as a necessary counterbalance to closed web solutions, providing a vital open-source alternative that fosters accountability among digital platforms. Aaron&#8217;s vision of WordPress&#8217;s importance has fuelled his sustained commitment and excitement for the platform, matching his initial zeal from years ago.</p>\n\n\n\n<p>Today we talk about a topic that&#8217;s integral to Aaron, and likely resonates with many of you listeners, the importance of the open web. With the advent of closed platforms, open standards, and open source have become more crucial than ever.</p>\n\n\n\n<p>Aaron shares his journey in the WordPress space, and how his commitment to the open web has kept him passionate about it over the years. We discuss the evolution of open web concepts, maintaining interoperability, and ensuring your digital creations remain under your control.</p>\n\n\n\n<p>We compare this with the growing dominance of closed corporate platforms, and examine the impact of profit motives, versus the more altruistic goals of open source. Aaron articulates why preserving the openness of the web is essential, not just for innovation but for the entire fabric of global society.</p>\n\n\n\n<p>If you&#8217;re curious about the role of open systems and the future they shape, and why the open web matters now more than ever, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>Aaron&#8217;s presentation at WordCamp Asia 2025 &#8211; <a href=\"https://asia.wordcamp.org/2025/session/tbd-6/\">The Future: Why the Open Web Matters</a></p>\n\n\n\n<p><a href=\"https://www.a2hosting.com/\">A2 Hosting</a></p>\n\n\n\n<p><a href=\"https://www.w3.org/TR/activitypub/\">ActivityPub</a></p>\n\n\n\n<p><a href=\"https://atproto.com/guides/overview\">AT Protocol</a></p>\n\n\n\n<p><a href=\"https://scaleconsortium.org/\">Scale Consortium</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 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: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:75:\"Do The Woo Community: Do the Woo is Proudly Sponsoring WordCamp Lisboa 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94622\";s:7:\"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:79:\"https://dothewoo.io/blog/do-the-woo-is-proudly-sponsoring-wordcamp-lisboa-2025/\";s: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:186:\"We are excited to sponsor WordCamp Lisboa on May 16th and 17th, following a Warmup Meetup. I will be at our booth, ready for podcasts, and I encourage attendees to get their tickets now.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 11:50: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: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:87:\"Do The Woo Community: Bring Federated Events to Your WordPress Site with André Menrath\";s:7:\"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=94602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/bring-federated-events-to-your-wordpress-site-with-andre-menrath/\";s: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:367:\"In Episode 642 of Do the Woo, host Matthias Pfefferle brings us another Open Web Conversations and dives into the world of decentralized social networks and the open web, specifically focusing on the Fediverse, with guest André Menrath. André shares his unconventional journey into software development, driven by his passion for events and democracy, and [&#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 10:02:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:31:\"Do The Woo Community: Calendars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94589\";s:7:\"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:35:\"https://dothewoo.io/blog/calendars/\";s: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:142:\"BobWP touches on the challenges of managing multiple calendars for 14 shows and 30 hosts, highlighting the need for flexibility in scheduling.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"HeroPress: Values, Privileges, and Responsibility – Werte, Privilegien und Verantwortung\";s:7:\"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=7931\";s:7:\"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:146:\"https://heropress.com/essays/values-privileges-and-responsibility/#utm_source=rss&utm_medium=rss&utm_campaign=values-privileges-and-responsibility\";s: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:26941:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3025/04/040925-min-1.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Open source in general, and WordPress in particular, thrives on the very values I was raised with: openness, tolerance, diversity, and solidarity.\" /><p>I was more than surprised when <a href=\"https://hallwaychats.com/episodes/episode-166-a-chat-with-maja-benke/\">Maja Benke</a>, a well-known German community member and strong supporter of accessibility, put me in touch with Topher and HeroPress about Kenya. Of course I had heard of Topher. I had read a few posts from people in the WordPress community on HeroPress, people I’ve met, people who have inspired me, people who are very close to me for various reasons, and even some I disagree with. Nonetheless, they are all true WordPress heroes. I assumed the introduction was about someone from the Kenyan WordPress community who should be featured next on HeroPress or perhaps about proofreading something related to it. Imagine my surprise when Topher told me, “It’s about you!”</p>\n\n\n\n<p>I don’t consider myself a hero, especially not in the WordPress ecosystem. My past contributions have been small and widely scattered here and there. A bit of polyglots, a bit of community work and a bit of WordPress TV. I’ve attended several WordPress meetups and, always with the help of others, founded three of them in Nuremberg, Würzburg, and Diani Beach. I’ve attended multiple WordCamps across Europe sometimes as a volunteer, other times as a speaker, and I was even fortunate enough to sponsor some through my company, AdminPress. I was the lead organiser of WordCamp Nuremberg 2016 and Würzburg 2018, both with incredible teams that made both &#8220;lead&#8221; and &#8220;organize&#8221; easy. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Being part of the organising team of WordCamp Europe in Berlin 2019 was my final major involvement, so to speak, before my contributions took their first hit due to COVID.</p>\n</blockquote>\n\n\n\n<p>If I were to compare myself to football personalities, I would side with Jürgen Klopp, who once described himself as &#8220;<a href=\"https://www.youtube.com/watch?v=J-Re0BihMy4\">The Normal One</a>&#8221; rather than with José Mourinho claiming to be &#8220;The Special One&#8221; (Yes, I’m talking about real football not the sport where the ball is egg-shaped and carried with the hands, yet still called football but I digress…). Again, I’m not a hero. So why should I appear on HeroPress?</p>\n\n\n\n<p>Even more so, I’m turning 60 this year. I started using WordPress in 2005 but only discovered in 2012 that it was more than just a piece of software, but also a community. Let&#8217;s be generous WordPress has been a part of my life for about a quarter of it. And by now, we&#8217;ve come full circle, as WordPress has once again become a mere tool for me just as it was when I first started using it. Perhaps I should briefly explain the other three-quarters of my life to provide some context for my journey with WordPress (and why it is no longer my main focus).</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-tolerance-diversity-and-solidarity\">Tolerance, Diversity, and Solidarity</h2>\n\n\n\n<p>I was born and raised in Neuwied, Germany, a small city that shaped me through its history and principles, perhaps more than I realised at the time.</p>\n\n\n\n<p>In the 17th century, the city’s founder, the Count of Wied, granted religious freedom at a time when many others did the opposite. This openness attracted people of diverse faiths bringing with them knowledge, <a href=\"https://en.wikipedia.org/wiki/David_Roentgen\">craftsmanship</a>, and ideas. Neuwied became a place where diversity was not just accepted but thrived. Tolerance was not an end in itself, but the foundation of cohesion, innovation, and prosperity.</p>\n\n\n\n<p>As the town expanded, surrounding villages became part of Neuwied. One of these villages was Heddesdorf, which was responsible for several nearby villages, including Irlich the very part of town where I grew up. In the mid-19th century, Heddesdorf was led by a mayor named <a href=\"https://en.wikipedia.org/wiki/Friedrich_Wilhelm_Raiffeisen\">Friedrich Wilhelm Raiffeisen</a>, one of the pioneers of the cooperative movement. Facing famine in the rural areas of the Westerwald and Siegerland, he developed a system that enabled small farmers to survive.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>&#8220;The whole is more than the sum of its parts.&#8221;</strong> <br />— <em>Aristotle</em></p>\n</blockquote>\n\n\n\n<p>By pooling resources and forming a cooperative, farmers could buy seeds at lower costs, share labor and support each other financially, and market their harvest together. All of this was done without the intent of making a profit but instead on the principle of solidarity. To this day, I maintain an account with a bank that bears Raiffeisen’s name, and I am, of course, a member of the cooperative that operates it.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-modesty-honest-work-and-quality\">Modesty, Honest Work, and Quality</h2>\n\n\n\n<p>My late father was a craftsman, a plumber. He deliberately kept his company small, even when he had opportunities for larger projects. He refused to expand beyond what he could personally oversee, ensuring that the quality of work never suffered. For him, it wasn’t about prestige or unchecked growth. It was about honest work, personal responsibility for his employees, and ensuring that every job was done right.</p>\n\n\n\n<p>As a result, I didn’t grow up in opulence, but in a stable, middle-class environment. I had access to a good education, solid structures, and a supportive atmosphere that encouraged me to forge my own path. These values still shape me today. I have inherited my father’s philosophy except that my craft is digital.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-change-in-perspective-living-and-working-in-kenya\">A Change in Perspective: Living and Working in Kenya</h2>\n\n\n\n<p>I have been living in Kenya for seven years now. This decision was not driven by a desire to leave Germany, but by curiosity, another value rooted in Neuwied. In the 19th century, <a href=\"https://en.wikipedia.org/wiki/Prince_Maximilian_of_Wied-Neuwied\">Prince Maximilian zu Wied</a> traveled across North and South America, and his explorations inspired <a href=\"https://en.wikipedia.org/wiki/Karl_May\">Karl May’s</a> adventure novels, which we devoured as children. Now, I wanted to explore how my skills, values, and profession would hold up in a different context. And I quickly learned that what I had considered &#8220;normal&#8221; was not as universal as I had thought.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The cultural differences are not just fascinating, they are also deeply educational. </p>\n</blockquote>\n\n\n\n<p>Germany thrives on structure, planning, and efficiency. In Kenya, flexibility, networks, and situational awareness are paramount. Decisions require more context, as they must account for social relationships. Time is experienced differently, and trust is built not through contracts but through consistent presence and reliability over time.</p>\n\n\n\n<p>My tolerance and openness were tested like never before. But differences are not disadvantages—they are an invitation to challenge our own thinking.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-making-privileges-visible\">Making Privileges Visible</h2>\n\n\n\n<p>It was only in Kenya that I fully grasped how many doors had been open to me without any effort on my part. Not because of my talent, but simply because of my passport, my education, and my social security. And sometimes, simply because my white face afforded me opportunities that others had to fight for.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Consider WordCamps in Europe, the US, and Asia. These events are a reflection of privilege. </p>\n</blockquote>\n\n\n\n<p>For those of us from these regions, attending such an event—even organising one—is relatively easy. Travel restrictions are minimal, and at worst, it is simply a financial decision—getting a visa, booking a flight, and securing accommodation. Travel times are short, flights are reasonably priced, and thanks to the stability of the WordPress industry, many of us can make a living from this industry and therefore can afford these trips.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-but-what-does-this-look-like-on-the-african-continent\">But what does this look like on the African continent?</h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Exercise: Open <a href=\"https://www.google.com/maps/place/Greenland/@52.7118639,-34.3120335,15429394m/data=!3m1!1e3!4m6!3m5!1s0x4ea20dbbe3c07715:0x34cf9d830114e218!8m2!3d71.706936!4d-42.604303!16zL20vMDM1djM?entry=ttu&g_ep=EgoyMDI1MDQwMi4xIKXMDSoASAFQAw%3D%3D\">Google Maps</a> and compare the size of <a href=\"https://en.wikipedia.org/wiki/Africa\">Africa</a> to <a href=\"https://en.wikipedia.org/wiki/Greenland\">Greenland</a>. Now, check Wikipedia for the actual area of both.</p>\n</blockquote>\n\n\n\n<p>Surprised? Shocked? Many of us, me at least, were misled in school. The <a href=\"https://en.wikipedia.org/wiki/Mercator_projection\">Mercator projection</a> distorts Africa’s size, making it appear smaller—and therefore less significant—in Western minds. The distances alone across Africa are twice as long as those in Europe or the US. There are no low-cost airlines like in Europe, offering fares that almost resemble the costs of bus tickets. A trip from Kenya to Nigeria—two major economies on the continent—takes a full day, even by plane, with layovers in Ethiopia. Even though WordPress developers in Kenya may earn above the national average thanks to remote work, attending a WordCamp outside their country remains prohibitively expensive. For reference, during the recent WordCamp Nairobi, I met a participant from Cameroon who had spent approximately $1,500 for flights and accommodation. Keep in mind that in Kenya, the average the average income is around $250 per month.</p>\n\n\n\n<p>I wrote about this in more detail on my not very well maintained <a href=\"https://stefankremer.de/2023/11/wordcamp-east-africa/\">personal blog</a>. Even though the original idea dates back to 2019, and the article was written in 2023, everything remains relevant today.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>With Great Power Comes Great Responsibility <br />&#8212; <em>Uncle Ben in Stan Lee’s Spider-Man</em></p>\n</blockquote>\n\n\n\n<p>For me, the meaning shifts when you replace &#8220;power&#8221; with &#8220;privilege.&#8221; What I perceive as power is, in reality, privilege. In my case, it is the privilege of growing up in stable circumstances, with access to education, healthcare, and technology, in a country that has provided me with opportunities many people never receive. And with privilege comes responsibility, not moral superiority, not a saviour complex, but simple questions: What do we do with the resources available to us? How do we share our knowledge? How do we create structures that enable others to&nbsp; also grow?</p>\n\n\n\n<p>This perspective is not always easy to convey, especially in an era where many business models prioritise short-term returns, platform effects, scaling, artificial intelligence—insert any buzzword of your choice. Increasingly, control is being sold as freedom, and systems are being centralised without consideration for democratic processes. As developers, the technologies we create often accelerate these trends. Without a strong foundation of values, we risk becoming complicit.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Open source in general, and WordPress in particular, thrives on the very values I was raised with: openness, tolerance, diversity, and solidarity. </p>\n</blockquote>\n\n\n\n<p>Without trust, collaboration, and a commitment to pragmatic solutions, open source software cannot evolve. Without a focus on quality and the drive to continually improve, no sustainable business model can be built on open source. Without humility, we leave no space for others whose contributions make the whole greater than the sum of its parts. And without a conscious effort to use privilege meaningfully, or better yet, to dismantle it we will not succeed. Not in the WordPress community. Not in this world.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 class=\"wp-block-heading\">Werte, Privilegien und Verantwortung</h1>\n\n\n\n<p>Ich war mehr als überrascht, als <a href=\"https://hallwaychats.com/episodes/episode-166-a-chat-with-maja-benke/\">Maja Benke</a> &#8211; ein bekanntes deutsches Community-Mitglied und starker Befürworter von a11y &#8211; mich wegen Kenia mit Topher und HeroPress in Kontakt brachte. Ich hatte von Topher gehört. Ein paar Beiträge von Leuten aus der WordPress Community hatte ich auf HeroPress bereits gelesen. Menschen, die ich kennengelernt habe, Menschen, die mich inspiriert haben, Menschen, die mir aus verschiedenen Gründen sehr nahe stehen oder sogar welche, mit denen ich nicht übereinstimme. Dennoch sind sie alle wahre WordPress-Helden. Ich war mir sicher, dass es sich bei dem Kontakt um jemanden aus der kenianischen WordPress-Community handelte, der auf HeroPress gefeatured werden sollte oder ein entsprechender Text den ich vielleicht hätte korrekturlesen sollen. Meine Überraschung hätte kaum größer sein können, als ich hörte: „Es geht um dich!“.</p>\n\n\n\n<p>Ich betrachte mich nicht als Held. Schon gar nicht im WordPress-Ökosystem. Meine Beiträge in der Vergangenheit waren klein und sogar weit gestreut. Ein bisschen hier und da. Ein bisschen Polyglots, ein bisschen Community, ein bisschen WordPress TV. Ich habe mehrere WordPress-Meetups besucht und (immer mit Hilfe von anderen) drei davon in Nürnberg, Würzburg und Diani Beach gegründet. Ich habe an mehreren WordCamps in ganz Europa teilgenommen, ich habe dort voluntiert, bei einigen Talks gegeben und hatte das Glück, einige durch meine Firma AdminPress zu sponsern. Ich war Lead-Organizer des WordCamp Nürnberg 2016 und Würzburg 2018, wobei beide mit tollen Teams aufwarten konnten, die das „Lead“ und „Organize“ leicht machten. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Teil des Organisationsteams von WCEU in Berlin 2019 zu sein, war sozusagen der letzte Akt, bevor meine Contributions durch COVID einen ersten Schlag erhielten.</p>\n</blockquote>\n\n\n\n<p>Wenn ich das auf den Fußball übertragen müsste, würde ich mich eher auf die Seite von Jürgen Klopp stellen, der sich selbst mal als „<a href=\"https://www.youtube.com/watch?v=J-Re0BihMy4\">The Normal One</a>“ bezeichnete, als auf die von „The Special One“ José Mourinho. (ja, ich spreche vom echten Fußball, nicht von dem Sport, bei dem der Ball eiförmig ist und mit den Händen getragen wird, aber trotzdem Fußball heißt &#8211; ich schweife ab …). Aber noch einmal: Ich bin kein Held. So warum sollte ich auf HeroPress erscheinen?</p>\n\n\n\n<p>Außerdem: Ich werde dieses Jahr 60 Jahre alt. Ich habe 2005 mit WordPress angefangen und erst 2012 entdeckt, dass es mehr als nur eine Software ist, sondern auch eine Community. Seien wir mal großzügig: Wir reden hier von etwa einem Viertel meines Lebens, in dem ich WordPress zu einem Teil meines Lebens gemacht habe. Und mittlerweile hat sich der Kreis geschlossen. WordPress ist für mich mehr oder minder wieder zu einem reinen Werkzeug geworden, so wie es einst begonnen hatte. Vielleicht sollte ich die anderen 3/4 meines Lebens (so kurz wie möglich) erklären, um meinen WordPress Weg besser zu verstehen (und warum dieser für mich gerade eher zu Ende ist).</p>\n\n\n\n<h2 class=\"wp-block-heading\">Offenheit, Toleranz und Solidarität</h2>\n\n\n\n<p>Ich bin in Neuwied geboren und aufgewachsen. Einer Stadt, die mich durch ihre deren Geschichte und ihren Prinzipien geprägt hat. Vielleicht mehr, als ich es damals ahnte. Im 17. Jahrhundert gewährte der Gründer der Stadt, <a href=\"https://de.wikipedia.org/wiki/Friedrich_III._(Wied)#Gründung_Neuwieds_und_religiöse_Toleranz\">Graf von Wied</a>, Religionsfreiheit, während viele andere das Gegenteil praktizierten. Diese Haltung zog Menschen verschiedenster Glaubensrichtungen an &#8211; und mit ihnen Wissen, <a href=\"https://de.wikipedia.org/wiki/David_Roentgen\">Handwerk</a> und Ideen. Neuwied wurde zu einem Ort, an dem Vielfalt nicht nur akzeptiert sondern aktiv gelebt wurde. Offenheit war nicht Selbstzweck, sondern Grundlage für Zusammenhalt, Innovation und Wohlstand.</p>\n\n\n\n<p>Die umliegenden Dörfer wurden Teil der Stadt Neuwied, als diese im Laufe der Zeit wuchs. Eines dieser Dörfer war Heddesdorf, das selbst schon für einige andere Dörfer in seiner Nähe zuständig war, wie z.B. Irlich &#8211; genau der Teil der Stadt, in dem ich aufgewachsen bin. In der Mitte des 19. Jahrhunderts wurde Heddesdorf von einem Bürgermeister namens <a href=\"https://de.wikipedia.org/wiki/Friedrich_Wilhelm_Raiffeisen\">Friedrich Wilhelm Raiffeisen</a> geführt. Kein Geringerer als einer der Erfinder der Idee der Genossenschaften. Angesichts der Hungersnot in den ländlichen Gebieten des Westerwalds und des Siegerlands ermöglichte er den Kleinbauern das Überleben.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>&#8220;Das Ganze ist mehr als die Summe seiner Teile&#8221;</strong> <br />&#8212; <em>Aristoteles</em></p>\n</blockquote>\n\n\n\n<p>In dem sich die Bauern zusammenschlossen und eine Genossenschaft gründeten, konnte Saatgut billiger gekauft werden, Arbeit und Geld wurden gegenseitig verliehen und die Ernte gemeinsam vermarktet. All dies geschah ohne Gewinnabsicht und auf der Grundlage von Solidarität. Noch heute unterhalte ich ein Konto bei einer Bank, die Raiffeisens Namen trägt, und natürlich bin ich Mitglied der Genossenschaft, die die Bank betreibt.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Bescheidenheit, ehrliche Arbeit und Qualität</h2>\n\n\n\n<p>Mein jüngst verstorbener Vater war Handwerker, ein Klempner. Er hielt sein Unternehmen bewusst klein, obwohl er Angebote für mehr und größere Projekte erhielt. Er vermied es mehr Leute einzustellen, um nur noch deren Arbeiten kontrollieren zu müssen und die Qualität der Firma auf&#8217;s Spiel zu setzen. Für ihn ging es nicht um Prestige oder Wachstum um jeden Preis. Es ging um ehrliche Arbeit, die mit den Menschen zu tun hatte, die er beschäftigte, und um die Verantwortung für die Aufträge, die er und sein Team ausführten. Ich bin daher nicht in üppigem Wohlstand aufgewachsen, sondern in einer gut situierten Mittelstandsfamilie. Es fehlte mir aber auch an nichts: ich hatte Zugang zu einer guten Ausbildung, stabilen Strukturen und einem Umfeld, das mich ermutigte, meinen eigenen Weg zu gehen. Auch diese Werte prägen mich auch heute noch. Diese Haltung meines Vaters habe ich mir zu eigen gemacht. Nur das mein Handwerk digital ist.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Perspektivwechsel: Leben und Arbeiten in Kenia</h2>\n\n\n\n<p>Seit sieben Jahren lebe ich nun in Kenia. Die Entscheidung war bewusst – nicht getrieben von einem Aussteigen-Wollen, sondern von Neugier. Auch das ein Neuwieder Wert. <a href=\"https://de.wikipedia.org/wiki/Maximilian_zu_Wied-Neuwied\">Prinz Maximilian zu Wied bereiste</a> in im 19. Jahrhundert Nord- und Südamerika und lieferte mit seinen Forschungen die Vorlagen für <a href=\"https://de.wikipedia.org/wiki/Karl_May\">Karl Mays</a> Abenteuerromane, die wir als Kinder verschlagen. Nun wollte ich entdecken, wie sich meine Fähigkeiten, meine Werte, mein Beruf in einem anderen Kontext bewähren. Und ich sollte herausfinden, ob das, was ich als „normal“ empfand, nicht wirklich so universell ist.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Die kulturellen Unterschiede sind nicht nur spannend, sie sind extrem lehrreich.</p>\n</blockquote>\n\n\n\n<p>Deutschland ist geprägt von Struktur, Planung, Effizienz. In Kenia zählen Flexibilität, Netzwerke, situatives Handeln. Entscheidungen brauchen oft mehr Kontext, da sie soziale Beziehungen berücksichtigen müssen. Zeit wird anders erlebt, Vertrauen entsteht nicht durch Verträge, sondern durch Präsenz und Zuverlässigkeit über längere Zeiträume. Meine Toleranz und Offenheit wurde mehr denn je auf die Probe gestellt. Aber: Unterschiede sind kein Nachteil. Sie sind eine Einladung, das eigene Denken zu hinterfragen.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Privilegien sichtbar machen</h2>\n\n\n\n<p>Erst in Kenia wurde mir richtig bewusst, wie viele Türen mir offenstanden, ohne dass ich sie mir selbst erkämpfen musste. Nicht, weil ich so talentiert war, sondern weil mein Pass, mein Bildungssystem, meine soziale Absicherung, sogar einfach meine Hautfarbe mir Möglichkeiten eröffneten.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Sprechen wir für einen Augenblick über die WordCamps Europe, US und Asia. Sind sind Ausdruck dieses Privilegs. </p>\n</blockquote>\n\n\n\n<p>Es fällt uns, die wir aus diesen Regionen stammen vergleichsweise leicht an einem solchen Event teilzunehmen oder gar mit zu organisieren. Wir reisen mit wenigen Beschränkungen in die Länder unserer Wahl. Schlimmstenfalls ist es eine Frage des Geldes um ein Visum zu erhalten, das Flugticket zu bezahlen und für ein paar Tage Unterkunft und Verpflegung zu finden. Die Flüge sind in der Regel überschaubar lang, kosten kein Vermögen und dank einer stabilen WordPress Industrie in der wir arbeiten dürfen sind die Kosten auch leicht zu decken.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Was davon existiert auf dem Afrikanischen Kontintent?</h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Übung: öffne <a href=\"https://www.google.com/maps/place/Greenland/@52.7118639,-34.3120335,15429394m/data=!3m1!1e3!4m6!3m5!1s0x4ea20dbbe3c07715:0x34cf9d830114e218!8m2!3d71.706936!4d-42.604303!16zL20vMDM1djM?entry=ttu&g_ep=EgoyMDI1MDQwMi4xIKXMDSoASAFQAw%3D%3D\">Google Maps</a> und schaue dir die Größe der Landmasse von <a href=\"https://en.wikipedia.org/wiki/Africa\">Afrika</a> und die von <a href=\"https://en.wikipedia.org/wiki/Greenland\">Grönland</a> im Vergleich an. Schlage Wikipedia auf und suche nach der Fläche der beiden genannten Landmassen.</p>\n</blockquote>\n\n\n\n<p>Überrascht? Schockiert? Unsere Sicht von außen auf Afrika wurde uns &#8211; mir zumindest &#8211; in der Schule falsch vermittelt. Die <a href=\"https://de.wikipedia.org/wiki/Mercator-Projektion\">Merkator-Projektion</a> macht den Kontinent kleiner als er ist. Und damit in unseren westlichen Köpfen unbedeutender. Schon alleine die Flugstrecken von einem Ende zum anderen sind doppelt so groß wie die, die wir in den USA oder in Europa zurücklegen. Die Billig-Airlines die z.T. Preise anbieten, die eher nach Busfahrten klingen, gibt es in Afrika nicht. Um von Kenia nach Nigeria &#8211; zwei der großen Volkswirtschaften &#8211; zu kommen, bedarf es auch mit dem Flieger einer Tagesreise mit dem Umweg über Äthiopien. Und auch wenn WordPress Entwickler dank Remote Zugang zu Projekten die Möglichkeiten haben mehr zu verdienen als der Durchschnitts-Kenianer, sind die Kosten für die Teilnahme an einem WordCamp außerhalb des eigenen Landes immer noch prohibitiv hoch. Zum Vergleich: das kenianische Durchschnittseinkommen liegt bei ca. $ 250 pro Monat. Flug und Unterkunft zum WordCamp Nairobi kosteten einen Teilnehmer aus Kamerun ca. $1.500.</p>\n\n\n\n<p>Ich habe auf meinem &#8211; nicht sehr gut gepflegten &#8211; <a href=\"https://stefankremer.de/2023/11/wordcamp-east-africa/\">persönlichen Blog</a> (in englisch) ein bisschen ausführlicher darüber geschrieben.</p>\n\n\n\n<p>Auch wenn die Grundidee aus dem Jahr 2019 ist und der Artikel im Jahr 2023 geschrieben wurde, ist trotzdem alles noch anderthalb Jahre später gültig.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>„With great power comes great responsibility.“</strong><br />&#8212; *Uncle Ben in Stan Lee’s Spider-Man</p>\n</blockquote>\n\n\n\n<p>Für mich gewinnt er eine neue Bedeutung, wenn man „power“ durch „privilege“ ersetzt. Denn das, was ich als Macht empfinde, ist in Wahrheit ein Privileg: aufgewachsen in stabilen Verhältnissen, mit Zugang zu Bildung, Gesundheitsversorgung, Technologie – in einem Land, das mir Möglichkeiten eröffnet hat, die viele Menschen nie bekommen. Und aus diesem Privileg erwächst Verantwortung. Keine moralische Überlegenheit, keine Rettungsphantasien. Sondern die schlichte Frage: Was machen wir mit den Ressourcen, die uns zur Verfügung stehen? Wie teilen wir unser Wissen? Wie schaffen wir Strukturen, in denen auch andere wachsen können?</p>\n\n\n\n<p>Diese Haltung ist nicht immer leicht zu vermitteln, besonders in Zeiten, in denen viele Geschäftsmodelle auf kurzfristige Rendite, Plattformeffekte, Skalierung, künstliche Intelligenz, …&nbsp;buzzword deiner Wahl … setzen. Es gibt in der Welt aktuell eine Tendenz, Kontrolle als Freiheit zu verkaufen, Systeme zu zentralisieren, ohne demokratische Prozesse mitzudenken. Die Technologien, die wir als Entwickler schaffen helfen dabei, diese Tendenzen zu beschleunigen. Ohne einen stabilen Wertekanon machen wir uns zu Mit-Tätern!</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Open-Source im Allgemeinen und WordPress im Speziellen lebt genau von den Werten, die mir vermittelt wurden: Offenheit, Toleranz, Diversität, Solidarität.</p>\n</blockquote>\n\n\n\n<p>Ohne Vertrauen, Zusammenarbeit und dem Streben nach pragmatischen Lösungen entwickelt sich Open-Source Software nicht. Und ohne die notwendige Qualität und dem Willen Dinge permanent zu verbessern lässt sich kein erfolgreiches und nachhaltiges Geschäftsmodell auf Open-Source aufbauen. Ohne etwas Bescheidenheit werden wir keinen Platz für die anderen haben, die ebenfalls wertvolle Beiträge liefern und das Ganze zu mehr als seiner Summe machen. Ohne die sinnvolle Nutzung von Privilegien und letztlich den Abbau dieser werden wir es nicht schaffen. Nicht in der WordPress Community. Nicht in dieser Welt.</p>\n<p>The post <a href=\"https://heropress.com/essays/values-privileges-and-responsibility/\">Values, Privileges, and Responsibility &#8211; Werte, Privilegien und Verantwortung</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2025 05: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:13:\"Stefan Kremer\";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:45:\"WordPress.org blog: WordPress 6.8 “Cecil”\";s:7:\"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=18701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2025/04/cecil/\";s: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:74505:\"<img width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1024%2C535&ssl=1\" alt=\"Simulated record album featuring a grid of brightly-colored duotone portraits of Cecil Taylor\" class=\"wp-image-18708\" />\n\n\n\n<p>Each WordPress release celebrates an artist who has left an indelible mark on music.&nbsp; WordPress 6.8, code-named “Cecil,” honors the legendary pianist and jazz pioneer Cecil Taylor.</p>\n\n\n\n<p>Classically trained yet relentlessly unconventional, Taylor reimagined the piano as a percussive instrument—layering tone clusters, polyphony, and rhythm into a sound both chaotic and precise. His music defied expectation, finding form in disorder and harmony in dissonance.</p>\n\n\n\n<p>That same spirit drives WordPress 6.8. Embrace its bold new features with the same curiosity and experimentation that defined Cecil’s sound.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.8!</h2>\n\n\n\n<p>WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage.&nbsp; The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles. Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.8.zip\">Download WordPress 6.8 “Cecil”</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">A release polished to a high sheen.</h2>\n\n\n\n<h3 class=\"wp-block-heading\">The Style Book gets a cleaner look—and a few new tricks.</h3>\n\n\n\n<p>The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.</p>\n\n\n\n<p>Plus, now you can see it in Classic themes that have editor-styles or a theme.json file.&nbsp; Find the Style Book under Appearance &gt; Design and use it to preview your theme’s evolution, as you edit CSS or make changes in the Customizer.</p>\n\n\n\n<img width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18703\" />\n\n\n\n<h3 class=\"wp-block-heading\">Editor improvements</h3>\n\n\n\n<p>Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop.&nbsp; Plus, you’ll find lots of little improvements in the editor that smooth your way through everything you build.</p>\n\n\n\n<img width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18705\" />\n\n\n\n<h3 class=\"wp-block-heading\">Near-instant page loads, thanks to Speculative Loading</h3>\n\n\n\n<p>In WordPress 6.8, pages load faster than ever.&nbsp; When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code.&nbsp; This feature only works in modern browsers—older ones will simply ignore it without any impact.</p>\n\n\n\n<img width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18706\" />\n\n\n\n<h3 class=\"wp-block-heading\">Stronger password security with bcrypt</h3>\n\n\n\n<p>Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break.&nbsp; This strengthens overall security, as do other encryption improvements across WordPress.&nbsp; You don’t need to do anything—everything updates automatically.</p>\n\n\n\n<img width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18707\" />\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility improvements</h3>\n\n\n\n<p>100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience.&nbsp; This release includes fixes to every bundled theme, improvements to the navigation menu management, the customizer, and simplified labeling.&nbsp; The Block Editor has over 70 improvements to blocks, DataViews, and to its overall user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance updates</h3>\n\n\n\n<p>WordPress 6.8 packs a wide range of performance fixes and enhancements to speed up everything from editing to browsing.&nbsp; Beyond speculative loading, WordPress 6.8 pays special attention to the block editor, block type registration, and query caching.&nbsp; Plus, imagine never waiting longer than 50 milliseconds—for any interaction.&nbsp; In WordPress 6.8, the Interactivity API takes a first step toward that goal.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.8, please visit the feature-showcase website.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-8/\">Check out what’s new</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.8</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users.&nbsp; Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.8\">WordPress 6.8 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>.&nbsp; Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.8 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly.&nbsp; The team that has led 6.8 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> and <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li>\n\n\n\n<li>Triage Lead: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank you, contributors</strong></h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>.&nbsp; A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.8 reflects the tireless efforts and passion of more than 900 contributors in more than 60 countries all over the world. This release also welcomed over 250 first-time contributors!&nbsp;</p>\n\n\n\n<p>Their collaboration delivered more than 320 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n<p class=\"has-small-font-size\"><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/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hiabhaykulkarni/\">Abhay Kulkarni</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/adakaleh/\">AdaKaleh</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/stromhalm/\">Adrian Jagusch</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/hemant-ahir/\">Ahir Hemant</a> · <a href=\"https://profiles.wordpress.org/ahmarzaidi/\">Ahmar Zaidi</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> · <a href=\"https://profiles.wordpress.org/aishwarryapande/\">Aishwarrya Pande</a> · <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</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/aks30498/\">aks30498</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/ralessio/\">Alessio</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexflorisca/\">Alex Florisca</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexschmitz/\">alexschmitz</a> · <a href=\"https://profiles.wordpress.org/alireyad/\">Ali Akbar Reyad</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/akrocks/\">Amaan Khan</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amimulihsanmahdi/\">Amimul Ihsan</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/ammarmassoud/\">Ammar Mohamed Fath Allah Abd-Elaaty Massoud</a> · <a href=\"https://profiles.wordpress.org/amolebonde/\">amolebonde</a> · <a href=\"https://profiles.wordpress.org/anandraj346/\">Anand Raj</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/bowedk/\">Andreas Pedersen</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</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/andrewssanya/\">Andrew Ssanya</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/ankitpatel1578/\">Ankit Patel</a> · <a href=\"https://profiles.wordpress.org/anmolverma404/\">Anmol Verma</a> · <a href=\"https://profiles.wordpress.org/annchichi/\">annchichi</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arielmaidana/\">Ariel Maidana</a> · <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a> · <a href=\"https://profiles.wordpress.org/arnoutblueshell/\">arnoutblueshell</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/auareyou/\">Au</a> · <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">BackuPs</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bsutcliffe/\">Ben Sutcliffe</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/berislavgrgicak/\">Bero</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bijit027/\">Bijit Deb</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/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a> · <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/veryard/\">Brad</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brettsmason/\">brettsmason</a> · <a href=\"https://profiles.wordpress.org/brevilo/\">brevilo</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/burakkaptan/\">burak</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">Calvin Alkan</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/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/cgastrell/\">cgastrell</a> · <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chintanmachhi207/\">chintanmachhi207</a> · <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a> · <a href=\"https://profiles.wordpress.org/codebymikey/\">codebymikey</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/colinleroy/\">colinleroy</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cbusquets1989/\">Cris Busquets</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/ctienshi/\">ctienshi</a> · <a href=\"https://profiles.wordpress.org/cweiske/\">cweiske</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/coquardcyr/\">Cyrille</a> · <a href=\"https://profiles.wordpress.org/css31/\">Cyrille Sanson</a> · <a href=\"https://profiles.wordpress.org/daedalon/\">Daedalon</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dpknauss/\">Dan Knauss</a> · <a href=\"https://profiles.wordpress.org/danht/\">danht</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danielpataki/\">danielpataki</a> · <a href=\"https://profiles.wordpress.org/danielvann/\">danielvann</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dhewercorus/\">Darren Hewer</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darnado/\">David Arnado</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/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dafargier/\">David FARGIER</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/david-innes/\">David Innes</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/deadduck169/\">deadduck169</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/devansh2002/\">Devansh Chaudhary</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhavalkapadane/\">Dhaval Kapadane</a> · <a href=\"https://profiles.wordpress.org/dheeraj2995/\">Dheeraj Bhosale</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/dilipom13/\">dilip</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/diliphingarajiya/\">Dilip Hingarajiya</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dingguodong/\">DingGuodong</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divyeshk71/\">Divyesh_kakrecha</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/mediaformat/\">Django</a> · <a href=\"https://profiles.wordpress.org/dnnsjsk/\">dnnsjsk</a> · <a href=\"https://profiles.wordpress.org/doekenorg/\">Doeke Norg</a> · <a href=\"https://profiles.wordpress.org/dogee/\">dogee</a> · <a href=\"https://profiles.wordpress.org/domenicdenicola/\">domenicdenicola</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/earthman100/\">Earthman Media</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/eceleste/\">efc</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/elizaan36/\">elizaan36</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/eatse/\">Emmanuel Ats&#233;</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fazyshah/\">Faizan Nabi</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/franciscabusas22/\">Francis Cabusas</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/frankbiganski/\">Frank B.</a> · <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/frkly/\">frkly</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a> · <a href=\"https://profiles.wordpress.org/gaellebesson/\">gaellebesson</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galibh/\">Galib Hayder</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</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/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/ghinamt/\">ghinamt</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuriani/\">giuriani</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/glynnquelch/\">Glynn Quelch</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</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/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/grgarside/\">grgarside</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/gencmedya/\">Halil Kaya</a> · <a href=\"https://profiles.wordpress.org/yahaly/\">Halyna Yampolska</a> · <a href=\"https://profiles.wordpress.org/hameem1102/\">Hameem Mahdad Kader</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">Hannes Leismann</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/hekuranredev/\">hekuranredev</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/hdkothari81/\">Hemant Kothari</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/rvouill/\">Herve THOMAS</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">hideishi</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hiteshhuptechweb/\">Hitesh Dhokai</a> · <a href=\"https://profiles.wordpress.org/hovhanneshovakimyan/\">Hovhannes Hovakimyan</a> · <a href=\"https://profiles.wordpress.org/hueitan/\">hueitan</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/hussain896/\">hussain896</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/imranh920/\">Imran Hossain (a11n)</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/indithemes/\">indithemes</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/isuke01/\">Isu</a> · <a href=\"https://profiles.wordpress.org/ivankristianto/\">Ivan Kristianto</a> · <a href=\"https://profiles.wordpress.org/moxie/\">Jack</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jainil07/\">Jainil Shah</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/jopdop30/\">James Payne</a> · <a href=\"https://profiles.wordpress.org/imaginarymedia/\">James Robinson</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/jammycakes/\">jammycakes</a> · <a href=\"https://profiles.wordpress.org/lysyjan87/\">Jan Lys&#253;</a> · <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">JD Ahir</a> · <a href=\"https://profiles.wordpress.org/jdnd/\">jdnd</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/maverick3x6/\">Jeff Golenski</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/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a> · <a href=\"https://profiles.wordpress.org/jeremyroman/\">jeremyroman</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jartes/\">Joan Artes</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joecsmalley/\">joecsmalley</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes J&#252;lg</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/arrcorona/\">Jomar Jay</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkil&#228;</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonnyauk/\">jonnyauk</a> · <a href=\"https://profiles.wordpress.org/joomskys/\">joomskys</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/blogitsolutions/\">Josef Seidl</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/joshuawold/\">Joshua Wold</a> · <a href=\"https://profiles.wordpress.org/jottevanger/\">jottevanger</a> · <a href=\"https://profiles.wordpress.org/jokanane/\">Jouni Kananen</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanbuis/\">juanbuis</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juanwp22/\">juanwp22</a> · <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a> · <a href=\"https://profiles.wordpress.org/julianmar/\">julianmar</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/juzar/\">Juzar</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</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/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/ikamal/\">Kamal Hosen</a> · <a href=\"https://profiles.wordpress.org/kapasias/\">KAP ASIAs</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kel-dc/\">Kel Santiago-Pilarski</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/ketanniruke/\">Ketan Niruke</a> · <a href=\"https://profiles.wordpress.org/patelketan/\">Ketan Patel</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevinleary.net</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kjroelke/\">KJ Roelke</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kohheepeace/\">kohheepeace</a> · <a href=\"https://profiles.wordpress.org/kmgalanakis/\">Konstantinos Galanakis</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupaly2k/\">Krupal Lakhia</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a> · <a href=\"https://profiles.wordpress.org/lcarevic/\">lcarevic</a> · <a href=\"https://profiles.wordpress.org/leecollings/\">Lee</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</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/leszeks/\">leszeks</a> · <a href=\"https://profiles.wordpress.org/leup/\">leup</a> · <a href=\"https://profiles.wordpress.org/levskipg/\">levskipg</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/louwie17/\">Lourens</a> · <a href=\"https://profiles.wordpress.org/lovesoni1999/\">Love Soni</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovewpmu/\">lovewpmu</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/ltrihan/\">ltrihan</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</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/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/gadelhas/\">M&#225;rio Santos</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madpeter/\">madpeter</a> · <a href=\"https://profiles.wordpress.org/magdarogier/\">Magda Rogier</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mp518/\">Mahesh Prajapati</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/maikelraow/\">maikelraow</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand G. Mane</a> · <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani (a11n)</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/marchalyoan/\">marchalyoan</a> · <a href=\"https://profiles.wordpress.org/afmarchetti/\">Marchetti Design</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mariayohana/\">Maria Yohana</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/immasud/\">Masud Rana</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/iammattthomas/\">Matt (Thomas) Miklic</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/kinggmobb/\">Matthew</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/maximebj/\">maximebj</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/itsmhrahman/\">Md Hafijur Rahman</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/mehdi01/\">Md Mahdi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdibrahimk48/\">Md. Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/leeseoftbc/\">MelissaH</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/websiteredev/\">Michael Willman</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/micromadness/\">micromadness</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mijotj/\">Mijo T J</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/modi2918/\">Modi Sahil</a> · <a href=\"https://profiles.wordpress.org/antwortzeit/\">modulbuero</a> · <a href=\"https://profiles.wordpress.org/aboelfotoh/\">Mohamed Aboelfotoh Mohamed</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/mojorob/\">mojorob</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mosne/\">Mosne / Paolo Tesei</a> · <a href=\"https://profiles.wordpress.org/mr660/\">mr660</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtdkei/\">mt</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Muddassir Rahman Nasim</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/my1xt/\">My1</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/nandow/\">nandow</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nataliat2004/\">Natalia T</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navneet/\">navneet</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/mcqueen22/\">NerQuiles</a> · <a href=\"https://profiles.wordpress.org/krstarica/\">net</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nickgalvez/\">nickgalvez</a> · <a href=\"https://profiles.wordpress.org/undefinedfr/\">Nicolas RIVIERE</a> · <a href=\"https://profiles.wordpress.org/nicolasleroy/\">nicolasleroy</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/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/snilesh/\">Nilesh Shiragave</a> · <a href=\"https://profiles.wordpress.org/nirajgirixd/\">Niraj Giri</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/mrtortai/\">Noam Eppel</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/finalwebsites/\">Olaf Lederer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/jbkkd/\">Omer Korner</a> · <a href=\"https://profiles.wordpress.org/arzola/\">Oscar Arzola</a> · <a href=\"https://profiles.wordpress.org/groenroos/\">Oskari Groenroos</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">othernoel</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pampfelimetten/\">pampfelimetten</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/dparthj/\">Parth Dodiya</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/eartboard/\">Paul</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/bbpaule/\">Paul English</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paullb/\">paullb</a> · <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/creadordev/\">Pawan Kumar</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</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/peter8nss/\">peter8nss</a> · <a href=\"https://profiles.wordpress.org/peterdavehello/\">peterdavehello</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philliproth/\">philliproth</a> · <a href=\"https://profiles.wordpress.org/philwebs/\">philwebs</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pixlpirate/\">pixlpirate</a> · <a href=\"https://profiles.wordpress.org/podpirate/\">podpirate</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja Killekar (Muchandikar)</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prashant/\">prashant</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/contactprashantpp/\">Prashant Patil</a> · <a href=\"https://profiles.wordpress.org/prathamesh24/\">Prathamesh Shirke</a> · <a href=\"https://profiles.wordpress.org/prathameshbhagat1511/\">prathameshbhagat1511</a> · <a href=\"https://profiles.wordpress.org/pkbhatt/\">Pratik Bhatt</a> · <a href=\"https://profiles.wordpress.org/pratikgandhi/\">Pratik Gandhi</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pushpenderindia/\">Pushpender Singh</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/qhaensler/\">qhaensler</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rahulsprajapati/\">Rahul Prajapati</a> · <a href=\"https://profiles.wordpress.org/imrraaj/\">Raj Patel</a> · <a href=\"https://profiles.wordpress.org/rajat1192/\">Rajat Patel</a> · <a href=\"https://profiles.wordpress.org/raj198/\">Rajendra Patel</a> · <a href=\"https://profiles.wordpress.org/rajendrapatilraj/\">Rajendra Patil</a> · <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a> · <a href=\"https://profiles.wordpress.org/rajeshrathodwp/\">Rajesh Rathod</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/redkite/\">redkite</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/rembem/\">Remco</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a> · <a href=\"https://profiles.wordpress.org/ooraiser69/\">Renz Jay Sanchez</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/rkyburz/\">rkyburz</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/harmr/\">Robert Seyfriedsberger</a> · <a href=\"https://profiles.wordpress.org/robertstaddon/\">robertstaddon</a> · <a href=\"https://profiles.wordpress.org/robinmartijn/\">Robin Martijn</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogierlankhorst/\">Rogier Lankhorst</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rohitmathur7/\">rohitmathur7</a> · <a href=\"https://profiles.wordpress.org/rohjay/\">rohjay</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy Orbitson</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/roybellingan/\">roybellingan</a> · <a href=\"https://profiles.wordpress.org/rseigel/\">rseigel</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/rudrakshigupta/\">Rudrakshi Gupta</a> · <a href=\"https://profiles.wordpress.org/rupesh5438/\">Rupesh Patil</a> · <a href=\"https://profiles.wordpress.org/rupw/\">rupw</a> · <a href=\"https://profiles.wordpress.org/ruturajraval2305/\">Ruturaj Raval</a> · <a href=\"https://profiles.wordpress.org/rvoigt/\">rvoigt</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/ryanhellyer/\">Ryan Hellyer</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/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabrineg/\">sabrineg</a> · <a href=\"https://profiles.wordpress.org/isaeedam/\">Saeed Piri</a> · <a href=\"https://profiles.wordpress.org/sagarlakhani/\">Sagar Lakhani</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sallyruchman/\">sally</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/ranafge/\">Samsul Islam Rana</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/codexdemon/\">Sanyogg Shelar</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiya Venkatesan</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/infosatech/\">Sayan Datta</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbathompson/\">sbathompson</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Scott Arciszewski</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/seanlanglands/\">seanlanglands</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sergiogutierrez/\">sergiogutierrez</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/spdft/\">Shoe</a> · <a href=\"https://profiles.wordpress.org/shraddhagore/\">Shraddha Gore</a> · <a href=\"https://profiles.wordpress.org/shreyashd21/\">shreyashd21</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a> · <a href=\"https://profiles.wordpress.org/shyamkariya/\">Shyam Kariya</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> · <a href=\"https://profiles.wordpress.org/sjefen6/\">sjefen6</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/mslavco/\">Slavco Mihajloski</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar/\">soyeb salar</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spmultidots/\">spmultidots</a> · <a href=\"https://profiles.wordpress.org/spncr/\">spncr</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stefahn/\">Stefan Seidner-Britting</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stein2nd/\">stein2nd</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/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/stuartmcalpine/\">Stuart McAlpine</a> · <a href=\"https://profiles.wordpress.org/subodhrajpopat/\">Subodh Rajpopat</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sketchboy/\">SUHAS SUTAR</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</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/surajswalstar/\">Suraj Sutar</a> · <a href=\"https://profiles.wordpress.org/swalkinshaw/\">swalkinshaw</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/tschwarz-1/\">t.schwarz</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/gonom9/\">Taegon Kim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/takuword/\">takuword</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/th23/\">th23</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a> · <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a> · <a href=\"https://profiles.wordpress.org/tiagogoncalves/\">tiago</a> · <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brath&#228;rig</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tkama/\">Timur Kamaev</a> · <a href=\"https://profiles.wordpress.org/tirth03/\">Tirth Doshi</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias B&#228;thge</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tgsrvrs/\">Tom Gugel</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</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/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/trushaamin/\">Trusha</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tyb/\">Ty</a> · <a href=\"https://profiles.wordpress.org/tysonlmao/\">tysonlmao</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utrenkner/\">utrenkner</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vaibhavsweb/\">Vaibhav Singh Web</a> · <a href=\"https://profiles.wordpress.org/vaibhav2527/\">Vaibhav Tukaram Nawale</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/okvee/\">vee</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/fylgjur/\">Victoria - a11n</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">Vijayan</a> · <a href=\"https://profiles.wordpress.org/vijaysinh9094/\">Vijaysinh Zala</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/virgildia/\">Virgildia</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a> · <a href=\"https://profiles.wordpress.org/vishy-moghan/\">Vishy Moghan</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/wadowad/\">wadowad</a> · <a href=\"https://profiles.wordpress.org/pctevree/\">Web-Pepper</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</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/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/worldweb/\">World Web Technology</a> · <a href=\"https://profiles.wordpress.org/wpgerd/\">wpgerd</a> · <a href=\"https://profiles.wordpress.org/wwdes/\">wwdes</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xpurichan/\">xpurichan</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani</a> · <a href=\"https://profiles.wordpress.org/yashrocz/\">Yash Kukreja</a> · <a href=\"https://profiles.wordpress.org/yellowafterlife/\">yellowafterlife</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaoyao/\">zaoyao</a> · <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">60 locales have fully translated</a> WordPress 6.8 into their language making this one of the most translated releases ever on day one.&nbsp; Community translators are working hard to ensure more translations are on their way.&nbsp; Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get involved</strong></h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding. And learning more and getting involved is easy.&nbsp; Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2025 17:00: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:12:\"Jeffrey Paul\";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:35:\"Do The Woo Community: Writing Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94561\";s:7:\"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:39:\"https://dothewoo.io/blog/writing-notes/\";s: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:211:\"BobWP, Wired for Open: At CloudFest 2024, BobWP received a reMarkable 2 tablet, which helped organize his messy notes, overcoming challenges with quick tech note-taking and revitalizing his handwriting practice.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2025 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WordPress.org blog: WordCamp Europe 2025: Sali, Basel!\";s:7:\"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=18683\";s:7:\"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/2025/04/wordcamp-europe-2025-sali-basel/\";s: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:5469:\"<img width=\"1024\" height=\"390\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=1024%2C390&ssl=1\" alt=\"\" class=\"wp-image-18690\" />\n\n\n\n<p>WordCamp Europe 2025 will be held in gorgeous Basel, Switzerland, from June 5 to 7. It will bring together open source enthusiasts, developers, and WordPress professionals from across the region—and the world!</p>\n\n\n\n<p>This year’s event offers fresh perspectives, engaging conversations, and countless opportunities to connect with the WordPress community, agencies, and innovators over three action-packed days of learning, networking, and collaboration.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://europe.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h2>\n\n\n\n<p>The main conference, which will be held on June 6th and 7th, will feature <a href=\"https://europe.wordcamp.org/2025/schedule/\">a lineup of notable keynote sessions</a>, including diverse sessions on business strategy and building innovative modern features, open-source advocacy, accessibility, and more. For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, speed-builds, and leveraging AI.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A Fireside Chat</h2>\n\n\n\n<p>You can join Mary Hubbard, the WordPress Executive Director, and Matt Mullenweg, co-founder of the WordPress project on June 7th to discuss WordPress and its community, followed by an in-person Q&amp;A session here in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Basel</h2>\n\n\n\n<p>Basel, the third-largest city in Switzerland, <a href=\"https://europe.wordcamp.org/2025/location/\">is filled with historical buildings, a cathedral, museums, and hidden gems</a>! You can get around Basel and experience it yourself using your BaselCard, which allows you to hop on and off all public transportation without a worry. A walk down Basel’s river Rhine could be the perfect evening during your visit to WordCamp Europe!</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f6cf.png\" alt=\"🛏\" class=\"wp-smiley\" /><a href=\"https://europe.wordcamp.org/2025/location/accommodation/\"> Find accommodations in Basel<br /></a><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f68c.png\" alt=\"🚌\" class=\"wp-smiley\" /><a href=\"https://europe.wordcamp.org/2025/location/getting-around-in-basel/\"> Learn about BaselCard benefits<br /></a><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4c4.png\" alt=\"📄\" class=\"wp-smiley\" /><a href=\"https://europe.wordcamp.org/2025/location/visa/\"> Need a visa? Apply by May 10, 2025</a></p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" /> <strong>Plan Your WordCamp Europe Experience</strong> See the <a href=\"https://europe.wordcamp.org/2025/schedule/\">full schedule</a>, plan your sessions, and maximize your time in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordCamp-ready</h2>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> <strong>Make sure to secure your <a href=\"https://europe.wordcamp.org/2025/tickets/\">WordCamp Europe 2025 tickets</a></strong> (if you haven’t already!)</p>\n\n\n\n<p>Follow WordCamp Europe news on <a href=\"https://bsky.app/profile/wordpress.org\">Bluesky</a>, <a href=\"https://instagram.com/wordpress/\">Instagram</a>, <a href=\"https://www.facebook.com/WordPress\">Facebook</a>, <a href=\"https://www.linkedin.com/company/wordpress/\">LinkedIn</a>, <a href=\"https://www.threads.net/@wordpress\">Threads</a>, <a href=\"https://mastodon.world/@wordpress\">Mastodon</a>, and <a href=\"https://twitter.com/WordPress\">X/Twitter</a> for real-time updates!</p>\n\n\n\n<p>You can also help us spread the word about WordCamp Europe this year! Post about your attendance <a href=\"https://europe.wordcamp.org/2025/press/spread-the-word/\">using our ready-made texts</a> or we also encourage you to use your own voice – you know your community best.</p>\n\n\n\n<p>And as always, be part of the conversation! Whether you’re attending in-person in Basel or following along online, share your experiences using the tags #WCEU and #WordPress on all social media networks!</p>\n\n\n\n<p>Basel is calling—see you at WordCamp Europe 2025! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to <a href=\"https://profiles.wordpress.org/dolgelukkig/\">@dolgelukkig</a> for drafting this copy.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2025 19:16: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:96:\"Do The Woo Community: How Philip Levine Balances Managing Hundreds of Sites and Avoiding Burnout\";s:7:\"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=94456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/how-philip-levine-balances-managing-hundreds-of-sites-and-avoiding-burnout/\";s: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:232:\"In this WP Agency Track episode, hosts Cami and Marcus interview Philip Levine, owner of South Florida Web Advisors, discussing his evolution from static sites to WordPress, emphasizing networking, automation, and work-life balance.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2025 11:26:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"Do The Woo Community: BobWP, Wired for Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://dothewoo.io/blog/bobwp-wired-for-open/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:220:\"In a recent podcast, I discussed a new daily post concept originally named BobWP Unplugged. After reconsidering, I renamed it BobWP, Wired for Open, focusing on sharing life and business experiences on my WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2025 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"Do The Woo Community: BobWP Unplugged, Do the Woo Query Newsletter and Daily Posts\";s:7:\"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=94265\";s:7:\"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://dothewoo.io/bobwp-unplugged-do-the-woo-query-newsletter-and-daily-posts/\";s: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:156:\"In episode 640, BobWP announces his newsletter \"Do the Woo Query,\" introduces a posts with a daily thought, and explains the name change to BobWP Unplugged.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Apr 2025 12:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:99:\"Gutenberg Times: Woo 9.8, Blocks and publishers, Interactivity API and more — Weekend Edition 325\";s:7:\"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=39920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/woo-9-8-blocks-and-publishers-interactivity-api-and-more-weekend-edition-325/\";s: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:14053:\"<p>Hi there, I am so excited! <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /></p>\n\n\n\n<p>AI is here. WordPress.com just <a href=\"https://wordpress.com/blog/2025/04/09/ai-website-builder/\">released the new AI builder</a> for their new users. I am so excited as it solves the blank page onboarding problem, new WordPress users struggled with. Now they have an AI buddy to get online quickly. <a href=\"https://wordpress.com/ai-website-builder/\">You can try it here</a>. Let me know what you think, just hit reply or email pauli@gutenbergtimes.com. Rae Morey at The Repository<a href=\"https://www.therepository.email/wordpress-com-launches-ai-powered-website-builder\"> has the skinny for you</a>.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /> Next week is WordPress 6.8 release! I hope you are prepared.</p>\n\n\n\n<p>Enjoy the conversations and updates in this shorter than usual edition. Take your time, slow down!</p>\n\n\n\n<p>Yours, <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" alt=\"💕\" class=\"wp-smiley\" /><br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/woo-9-8-blocks-and-publishers-interactivity-api-and-more-weekend-edition-325/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/woo-9-8-blocks-and-publishers-interactivity-api-and-more-weekend-edition-325/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/woo-9-8-blocks-and-publishers-interactivity-api-and-more-weekend-edition-325/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-3/\"><strong>WordPress 6.8 RC 3 was released this week</strong>.</a> In case you missed them before: </p>\n\n\n\n<p>Consult the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\"><strong>WordPress 6.8 Field Guide</strong></a> about developer relevant updates and the <a href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/\"><strong>Source of Truth (WordPress 6.8)</strong></a> for Block editor updates. </p>\n\n\n\n<p>As for almost every WordPress release, <strong>Carlo Daniele, </strong>Kinsta, published a comprehensive guide: <a href=\"https://kinsta.com/blog/wordpress-6-8/\"><strong>What’s new in WordPress 6.8: security upgrades, performance gains, editor enhancements, and more!</strong></a> He breaks down the benefits of WordPress 6.8, offering actionable tips and advice for website owners and developers looking to take advantage of its capabilities.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-116-wordpress-6-8-field-guide/\">Gutenberg Changelog 116 – WordPress 6.8, Source of Truth, Field Guide, Gutenberg 20.5 and 20.6</a> with special guest JC Palmes, WebDev Studios</p>\n\n\n\n<img width=\"652\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/04/Screenshot-2025-04-05-at-12.27.14.png?resize=652%2C184&ssl=1\" alt=\"\" class=\"wp-image-39894\" />\n</div></div>\n\n\n\n<p><strong>Milana Cap</strong> wrote the <a href=\"https://developer.wordpress.org/news/2025/04/whats-new-for-developers-april-2025/\"><strong>What’s new for developers? (April 2025)</strong></a> on the WordPress Developer Blog. As recent updates, she emphasizes performance and user experience, introducing a &#8220;performance mode&#8221; for speed prioritization and improved error messages for debugging. The core team has also enhanced accessibility by adding ARIA attributes and semantic HTML, facilitating the creation of faster, more secure, and accessible sites for developers.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Steve Burge</strong> had a conversation with <strong>Brad Williams</strong>, co-founder of Webdev Studios on <a href=\"https://www.youtube.com/watch?v=omJVDhiE4hQ\"><strong>WordPress as a World-Class Publishing Platform</strong></a>. They talked extensively about how the agency&#8217;s approach working with organizations that want and need to transition to a block-based presence. Williams cited site performance reasons, great-looking content within minutes, and a better user experience. They talked quite a bit about an incremental approach to bring clients to the new system, so certain high-traffic pages can run on a block theme while the rest of the site stays on the legacy systems a while longer. Williams also covered why companies with multiple sites should consider using WordPress as a multi-site network. <a href=\"https://bsky.app/profile/bradw.illiams.com/post/3llra7kxmlc2l\">Via Bluesky</a>, Williams also invited people to signup for the  beta of their next product to help with the incremental migration process. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hitesh Patel</strong>, a developer in Ahmedabad, India, released his first plugin to the WordPress plugin repository: <a href=\"https://wordpress.org/plugins/flexi-patterns/\"><strong>Flexi Patterns</strong></a>. With this plugin installed, you can create and manage custom pattern categories, making it easier to access and use design elements in the block editor. It&#8217;s the first version.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WooCommerce 9.8.1 has been released. In his release post ,<a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/\"><strong>WooCommerce 9.8: Modernized Designs and Email Previews</strong></a>, <strong>Brian Coords</strong>  highlights </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-new-coming-soon-templates\">New Coming Soon templates</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-modernized-email-templates-and-previews\">Modernized email templates and previews</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-a-faster-woocommerce-admin\">A faster WooCommerce admin</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-display-a-brand-in-the-single-product-template\">Display a Brand in the Single Product template</a></li>\n\n\n\n<li><a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-redirect-to-add-product-task-if-no-products-created-in-store-yet\">Redirect to “Add product” task if no products created in store yet</a></li>\n</ul>\n\n\n\n<p>You might also be interested in the <a href=\"https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-api-updates\">API Updates</a> for Store API and REST API </p>\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 2025&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>JuanMa Garrido</strong> continue with his series <a href=\"https://www.youtube.com/watch?v=tm402NyLcuE\"><strong>Data in the Block Editor with @wordpress/data</strong></a> on his live stream. <a href=\"https://www.youtube.com/watch?v=tm402NyLcuE\">Part 4</a> is now available on YouTube. </p>\n\n\n\n<p>Previous <a href=\"https://www.youtube.com/watch?v=18zDV5KIDog\">Part 1</a>,&nbsp;<a href=\"https://www.youtube.com/watch?v=GlowE1b11Jk\">Part 2</a> and <a href=\"https://www.youtube.com/watch?v=E4SblEO4vuU\">Part 3</a> are also available on YouTube</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nathan Wrigley </strong>published another episode on the WPTavern Jukebox podcast. <a href=\"https://wptavern.com/podcast/164-milana-cap-on-the-interactivity-and-html-apis-and-their-enormous-potential\"><strong>164 – Milana Cap on the Interactivity and HTML APIs, and Their Enormous Potential.</strong></a> The conversation  revealed two exciting developments in WordPress. <strong>Milana Cap</strong> explained the Interactivity API using a party analogy &#8211; blocks that were once isolated can now communicate freely, enabling features like shopping carts to interact seamlessly with other elements. </p>\n\n\n\n<p>When discussing the HTML API, Cap&#8217;s enthusiasm was evident as she described how it replaces JavaScript DOM manipulation with faster PHP solutions. Built by Dennis Snell, this WordPress-original feature particularly benefits enterprise sites. These standardized APIs, she emphasized, mean developers can finally stop reinventing the wheel and build on a common foundation.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image:</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Apr 2025 23:52: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: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:62:\"Gravatar: 9 Inspiring Sign Up Pages for Better User Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3039\";s:7:\"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://blog.gravatar.com/2025/04/11/sign-up-page-examples/\";s: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:19555:\"<p>Did you know that <a href=\"https://www.omnisend.com/blog/best-signup-forms-conversions/\">forms with just three fields have a conversion rate of 10%</a>? This remarkable finding from Omnisend&#8217;s research of over 128,000 email campaigns confirms a universal truth about sign-up pages: Simplicity drives success.</p>\n\n\n\n<p>But just being simple isn’t enough – you need to find the balance between collecting essential user data and reducing &#8220;information friction&#8221;. Each additional field creates potential hesitation, yet too little information limits personalization opportunities. The most effective sign-up pages manage this tension masterfully, gathering just enough details without overwhelming potential users.</p>\n\n\n\n<p>We&#8217;re going to give you 9 sign-up page examples that will help skyrocket conversion rates on your website or platform&#8217;s sign-up page! You’ll see minimalist designs that convert at first glance, strategic integration of social proof, and other proven techniques from companies that have mastered the art of turning visitors into registered users.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Sign-Up Pages Convert Visitors into Users</strong></h2>\n\n\n\n<p>The difference between a high-converting sign-up page and one that hemorrhages potential customers often comes down to thoughtful design choices. Successful pages don&#8217;t just look good – they strategically reduce obstacles while maximizing value perception.</p>\n\n\n\n<p>The best sign-up experiences balance several competing factors.&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>They collect enough information to personalize the user experience without creating excessive friction.&nbsp;</li>\n\n\n\n<li>They showcase the product&#8217;s value while keeping focus on completing registration.&nbsp;</li>\n\n\n\n<li>They build trust through transparency while maintaining a clean interface.</li>\n</ul>\n\n\n\n<p>Every element matters: The number of form fields, button text, color psychology, placement of social proof elements, and even microcopy that addresses potential concerns. A visitor&#8217;s decision to sign up happens in seconds, making these subtle optimizations crucial.&nbsp;</p>\n\n\n\n<p>The examples covered in this article span the full spectrum of approaches. Some use extreme minimalism with just an email field and a strong call to action, while others carefully structure multi-step processes that break complex registrations into digestible chunks. Each represents a different solution to the sign-up challenge, optimized for specific business goals and user expectations.</p>\n\n\n\n<p>Many of these strategies are also part of trends, like the minimalistic approach. If we think about how pages used to be 10 years ago, the difference is massive. New trends will continue to reshape best practices, and an example of that is the integration of profile verification systems that allow users to authenticate via existing accounts, eliminating repetitive form-filling.&nbsp;</p>\n\n\n\n<p>Services like <a href=\"https://gravatar.com/\">Gravatar</a> enable universal profile management, where users maintain a single identity across multiple platforms. This &#8220;update once, apply everywhere&#8221; approach simplifies sign-up flows while ensuring consistent user experiences.</p>\n\n\n\n<p>Trust-building has also become central to sign-up design. With growing privacy concerns, successful pages now clearly communicate how user data will be used and protected. Transparent privacy controls, simple explanations of data policies, and explicit consent mechanisms help overcome skepticism and build confidence during registration.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Design Inspiration from Leading Brands</strong></h2>\n\n\n\n<p>In this section, we&#8217;re going to dive into sign-up page strategies from several industry leaders that go beyond basic design principles. This section examines different approaches to minimalist design, innovative applications of social proof, and data-driven form optimization techniques that create exceptional UX.</p>\n\n\n\n<p>Let’s dive in!&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Minimalist designs that maximize conversion</strong></h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. PayPal</strong></h4>\n\n\n\n<p><a href=\"https://www.paypal.com/\">PayPal&#8217;s</a> sign-up approach breaks down what could be an overwhelming verification process into a series of manageable steps.</p>\n\n\n\n<p>This is done through a progressive disclosure system – rather than presenting users with a lengthy form containing numerous fields, PayPal segments the process into distinct stages.&nbsp;</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Choose the type of account.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1648\" height=\"1158\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/paypal-signup-page.png\" alt=\"Creating a new PayPal account: Choosing between personal and business\" class=\"wp-image-3042\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Fill in basic information.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1422\" height=\"903\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/paypal-business-account-creation.png\" alt=\"PayPal basic sign-up form\" class=\"wp-image-3043\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Verify your email address.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"943\" height=\"495\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/paypal-code-confirmation-screen.png\" alt=\"PayPal code verification page\" class=\"wp-image-3044\" />\n\n\n\n<p>That’s it! You officially have a PayPal account. Of course, in order to actually use the account, people need to give further information about their business, but even that’s broken down into manageable steps, and you also have the option to skip the process for the time being.&nbsp;</p>\n\n\n\n<img width=\"1007\" height=\"658\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/paypal-second-phase-signup.png\" alt=\"PayPal account activation page\" class=\"wp-image-3045\" />\n\n\n\n<p>This chunking technique achieves two important goals. First, it makes the process feel less daunting by hiding the total complexity up front. Second, it creates a sense of investment – once users complete the first step, they&#8217;re more likely to continue through subsequent stages.&nbsp;</p>\n\n\n\n<p>See how they continue with the business account setup: First, you only have to click a button and select your business type from a drop-down menu, and only after that do you see the longer form with important information.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"371\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/paypal-signup-flow.gif?w=660\" alt=\"PayPal signup flow for business account creation\" class=\"wp-image-3047\" />\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Mailchimp&nbsp;</strong></h4>\n\n\n\n<p><a href=\"https://mailchimp.com/\">MailChimp&#8217;s</a> sign-up flow also uses the power of intelligent progressive disclosure. Their form initially appears simple, requesting only essential information like name, email, and password. But this simplicity hides sophisticated mechanics working behind the scenes.</p>\n\n\n\n<p>As users begin creating a password, MailChimp reveals password requirements in real time, eliminating the frustration of form rejections after submission.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"489\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/mailchimp-signup-form.png?w=660\" alt=\"Mailchimp signup page\" class=\"wp-image-3048\" />\n\n\n\n<p>This interactive guidance helps users succeed without overwhelming them with requirements upfront.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3.</strong> <strong>Typeform</strong></h4>\n\n\n\n<p><a href=\"https://www.typeform.com/\">Typeform</a> specializes in creating engaging form experiences and naturally applies its expertise to the sign-up process, embodying the company&#8217;s philosophy: Forms should be conversational and human.</p>\n\n\n\n<p>Users can register with email or authenticate through existing <a href=\"https://www.google.com/\">Google</a> or <a href=\"https://www.microsoft.com/\">Microsoft</a> accounts, so they can choose their preferred method without dealing with a cluttered interface.</p>\n\n\n\n<img width=\"660\" height=\"305\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/typeform-signup-page.png?w=660\" alt=\"Typeform signup page\" class=\"wp-image-3049\" />\n\n\n\n<p>What sets Typeform&#8217;s approach apart is how it uses conversational prompts and subtle animations to guide users through each step. Despite offering multiple sign-up options, the page maintains visual simplicity through thoughtful spacing, typography hierarchy, and focused interaction design.</p>\n\n\n\n<p>Typeform also takes advantage of Gravatar integration to further improve the experience. For users with existing Gravatar profiles, their avatar automatically appears in the interface after registration.</p>\n\n\n\n<img width=\"660\" height=\"365\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/typeform-gravatar-integration.png?w=660\" alt=\"Typeform Gravatar integration in profile settings\" class=\"wp-image-3050\" />\n\n\n\n<p>This eliminates the need to manually upload profile images and creates an immediate sense of personalization that makes the platform feel familiar right from the start.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4. SalesForce</strong></h4>\n\n\n\n<p><a href=\"https://www.salesforce.com/eu/\">SalesForce</a> tackles the challenge of gathering user information while maintaining engagement through its multi-step trial registration form and a progress tracking system. Clear indicators show users exactly where they are in the process and how many questions remain.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"472\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/salesforce-signup-form.png?w=660\" alt=\"SalesForce signup page\" class=\"wp-image-3052\" />\n\n\n\n<p>This transparency helps set appropriate expectations and reduces abandonment by making the remaining effort visible.</p>\n\n\n\n<p>Each step collects related information chunks, allowing users to focus on one category at a time rather than facing a wall of fields. This reduces cognitive load while still gathering all necessary data for effective lead qualification.</p>\n\n\n\n<img width=\"646\" height=\"606\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/salesforce-step2.png?w=646\" alt=\"Salesforce signup step 2 of 3\" class=\"wp-image-3053\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Social proof and trust signals that work</strong></h3>\n\n\n\n<p>Social proof elements transform sign-up pages from simple data collection forms into persuasive marketing tools. When implemented effectively, these trust signals overcome hesitation and provide the final push users need to complete registration.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>5. Webflow</strong></h4>\n\n\n\n<p><a href=\"https://webflow.com/\">Webflow</a> positions itself as a sophisticated CMS and website-building platform for professionals seeking more control than traditional systems like <a href=\"https://wordpress.org/\">WordPress</a>. Their sign-up page reinforces this premium positioning through strategic social proof.</p>\n\n\n\n<p>The form displays logos from high-profile clients, including <a href=\"http://monday.com\">Monday.com</a> and <a href=\"https://www.nytimes.com/international/\">The New York Times</a>.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"346\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/webflow-signup-page.png?w=660\" alt=\"Webflow signup page\" class=\"wp-image-3054\" />\n\n\n\n<p>These recognizable brands create an immediate trust signal, showing potential users that Webflow is used by serious organizations.</p>\n\n\n\n<p>Their team-focused messaging targets decision-makers directly. Rather than addressing individual users, the copy speaks to teams and organizations, prompting leaders to envision how Webflow might serve their entire department or company.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>6. OptinMonster</strong></h4>\n\n\n\n<p><a href=\"https://optinmonster.com/\">OptInMonster</a>, a conversion rate optimization platform, integrates social proof directly into their sign-up process. As specialists in conversion tactics, they practice what they preach in their own registration flow.</p>\n\n\n\n<p>The pricing page includes customer testimonials strategically positioned near decision points. These elements appear directly below pricing information, precisely where potential customers might hesitate.</p>\n\n\n\n<img width=\"660\" height=\"329\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/optinmonster-payment_signup-page.png?w=660\" alt=\"OptinMonster checkout page with a verified customer review\" class=\"wp-image-3055\" />\n\n\n\n<p>The social proof sits alongside automatically applied discounts, creating a powerful combination. The discount creates a sense of value, while testimonials confirm that value through third-party validation, addressing both cost concerns and the need for reassurance at the critical moment of decision.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>7. Kit</strong></h4>\n\n\n\n<p>The email marketing platform <a href=\"https://kit.com/\">Kit</a> takes a personal approach to social proof. Their sign-up page features rotating full-sized images of actual Kit users, with different creator portraits appearing with each page refresh.</p>\n\n\n\n<img width=\"660\" height=\"259\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/kit-sign-up-page.png?w=660\" alt=\"Kit sign-up page\" class=\"wp-image-3078\" />\n\n\n\n<p>This visual representation helps potential subscribers see themselves reflected in the current user base, creating immediate identification. The rotating images suggest a large, active community without explicitly stating numbers.</p>\n\n\n\n<p>By helping visitors envision themselves as part of this community before they even sign up, Kit creates perceived value that motivates form completion and reduces registration friction.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Smart form optimization techniques</strong></h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>8. OpenAI</strong></h4>\n\n\n\n<p><a href=\"https://openai.com/\">OpenAI</a>, the company behind ChatGPT and other groundbreaking AI tools, has a sign-up flow that requires just two essential fields: An email address and a password (that is if users don’t want to login with an existing account). This ultra-minimalist approach removes almost all barriers to entry while still collecting the information needed to create an account.</p>\n\n\n\n<img width=\"660\" height=\"368\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/chatgpt-registration-form.png?w=660\" alt=\"ChatGPT signup page\" class=\"wp-image-3056\" />\n\n\n\n<p>What makes this approach particularly effective is OpenAI&#8217;s Gravatar integration. The system automatically pulls in user avatars through <a href=\"https://docs.gravatar.com/api/avatars/images/\">Gravatar&#8217;s Avatar API</a>, enhancing the profile without requiring manual uploads. This allows OpenAI to maintain a clean, uncluttered registration form while still creating personalized user experiences after login.</p>\n\n\n\n<img width=\"660\" height=\"391\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/open-ai-gravatar-profile-pic.png?w=660\" alt=\"Integrated Gravatar profile picture on an OpenAI profile\" class=\"wp-image-3057\" />\n\n\n\n<h4 class=\"wp-block-heading\"><strong>9. Gravatar</strong></h4>\n\n\n\n<p>Gravatar itself offers perhaps the most efficient sign-up process of all, serving as a universal profile service that streamlines registration across the web. The sign-up flow requires only an email address to create a base profile, with verification handled through that same email.</p>\n\n\n\n<img width=\"1254\" height=\"865\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/create-your-profile-page-gravatar-1.png\" alt=\"Gravatar signup page\" class=\"wp-image-3058\" />\n\n\n\n<p>This stripped-down approach perfectly matches Gravatar&#8217;s purpose as an identity service provider. Users create a single profile that follows them across platforms, eliminating the need for repetitive profile creation.</p>\n\n\n\n<p>The system also features intelligent platform detection, automatically identifying if a user has an existing <a href=\"http://wordpress.com\">WordPress.com</a> account and enabling one-click sign-up through that connection. This cross-platform authentication further reduces friction.</p>\n\n\n\n<img width=\"842\" height=\"366\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/image.png\" alt=\"Prompt to login to Gravatar with an existing WordPress.com account\" class=\"wp-image-3079\" />\n\n\n\n<p>Gravatar&#8217;s &#8220;universal email profile&#8221; feature is increasingly adopted by major platforms like <a href=\"https://slack.com/\">Slack</a>, <a href=\"https://github.com/\">GitHub</a>, and OpenAI to improve the user onboarding process and enable developers to implement simple sign-up experiences with <a href=\"https://docs.gravatar.com/\">Gravatar&#8217;s API</a>.</p>\n\n\n\n<p>The &#8220;update once, sync everywhere&#8221; functionality means users maintain consistent profiles across all integrated platforms with a single update. This dramatically reduces profile management overhead and ensures consistent identity presentation across the web.</p>\n\n\n\n<p>For developers, the <a href=\"https://developer.wordpress.org/rest-api/\">WordPress REST API integration</a> provides a standardized way to incorporate Gravatar profiles into WordPress-based applications, extending this efficiency benefit to the broader WordPress ecosystem with minimal development effort.</p>\n\n\n\n<img width=\"1220\" height=\"836\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/profile-settings-wordpress-com-1.png\" alt=\"Example of a WordPress.com profile settings page with a Gravatar profile picture\" class=\"wp-image-3060\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Elevate your sign-up experience now</strong></h2>\n\n\n\n<p>Implementing thoughtful sign-up optimizations transforms first interactions from barriers into conversion tools. The best pages share key traits: minimalist design requesting only essential information, strategic social proof building trust, and careful form optimization maintaining registration momentum.</p>\n\n\n\n<p>For teams managing user profiles at scale, email-based identity management through Gravatar offers an elegant solution. This &#8220;profile service provider&#8221; approach creates immediate benefits for both developers and users.</p>\n\n\n\n<p>When users update their Gravatar profiles, changes automatically sync across all integrated platforms, keeping user data current without additional input. This simplifies onboarding while enhancing personalization through API-driven information exchange.</p>\n\n\n\n<p>Gravatar integration provides three key advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Universal profile recognition across major platforms.</li>\n\n\n\n<li>Automatic synchronization of user information updates.</li>\n\n\n\n<li>Simplified development with <a href=\"https://docs.gravatar.com/getting-started/\">standardized API integration</a>.</li>\n</ul>\n\n\n\n<p>Modern sign-up processes create user-friendly, branded experiences that set the tone for your entire user relationship. Ready to transform your sign-up process? Get started with <a href=\"https://docs.gravatar.com/\">Gravatar&#8217;s developer documentation</a> today.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s: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 Apr 2025 14:56: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:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"Do The Woo Community: Do the Woo Friday Shares, April 11, 2025 v14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/blog/do-the-woo-friday-shares-april-11-2025-v14/\";s: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:80:\"Our list of of curated content across the Woo, WordPress and Open Web 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Apr 2025 12:42:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"Do The Woo Community: Should You Make Your Podcast Seasonal?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=93353\";s:7:\"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://dothewoo.io/blog/should-you-make-your-podcast-seasonal/\";s: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:222:\"BobWP talks about the benefits of seasonal podcasts, such as providing breaks and fostering creativity. He suggests thematic seasons and shorter podcasts can enhance growth while emphasizing consistency and goal alignment.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Apr 2025 08:21:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WordCamp Central: Women in Tech – Ajmer: A Celebration of Empowerment and Connection\";s:7:\"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:40:\"https://central.wordcamp.org/?p=10201616\";s:7:\"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:106:\"https://central.wordcamp.org/news/2025/04/women-in-tech-ajmer-a-celebration-of-empowerment-and-connection/\";s: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:16292:\"<p><strong>What an incredible Women’s Day celebration this year! Women supporting Women is a true celebration of strength and unity.</strong> Seeing pictures of Women&#8217;s Day celebrations from across the globe has been nothing short of inspiring. It’s a powerful reminder that incredible things happen when women support each other. </p>\n\n\n\n<p>On March 8, 2025, the Ajmer WordPress community hosted a remarkable <strong>Women in Tech</strong> event at The Fern Residency, Vaishali Nagar, Ajmer. This event was part of a larger global initiative supported by <strong>WordPress</strong>, aimed at creating a welcoming space for women in tech to connect, learn, and grow.</p>\n\n\n\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/event-group-photo-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/event-group-photo-scaled.jpg\" alt=\"\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Inspiration Behind the Event</strong></h2>\n\n\n\n<p>This event was part of a <strong>global initiative</strong> led by the <strong>Make WordPress Community Team</strong> to celebrate and empower women in tech. The idea was to create a space where women could connect, learn, and grow by organizing events exclusively led by women — from organizers and speakers to volunteers. This initiative aimed to encourage more women to take active roles in WordPress events, fostering inclusivity and representation. You can learn more about this inspiring movement at <a href=\"https://make.wordpress.org/community/2024/12/19/hosting-wordpress-events-for-women-on-international-womens-day/\">Hosting WordPress Events for Women on International Women’s Day</a>. As part of this incredible initiative, <strong>25+ Women’s Day celebration events</strong> took place in different cities across the globe, showcasing the collective effort to empower and uplift women in WordPress and technology.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Planning Phase</strong></h2>\n\n\n\n<p>When I decided to be part of this initiative and organize a women-centric event in our city, I discussed the idea with <strong>Priyanshi</strong>. Together, we brainstormed the event format — outlining key details such as the required budget, the structure of the event day, and forming a dedicated team of volunteers. We also explored potential speakers and actively reached out to women working in various IT sectors. Our vision included a mix of <strong>inspiring sessions</strong>, <strong>engaging speakers</strong>, <strong>fun activities</strong>, and meaningful interactions. This initial plan laid the foundation for what turned out to be a memorable and impactful event. <strong>This picture is from our first planning meeting</strong>, where we began shaping the ideas that brought this event to life.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/IMG_8800-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/IMG_8800-scaled.jpg\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/IMG_8804-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/IMG_8804-scaled.jpg\" alt=\"\" /></a>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Overcoming Challenges: A Journey of Determination in Ajmer</strong></h2>\n\n\n\n<p>Organizing the <strong>Women in Tech – Ajmer</strong> event was an incredible journey, but it wasn&#8217;t without its challenges. One major hurdle we faced was reaching our target audience. Bringing together <strong>50-60 women</strong> from the tech industry in Ajmer seemed daunting at first, especially considering the limited number of local IT companies and the unfamiliarity of WordPress events in the region.</p>\n\n\n\n<p>To overcome this, our team took proactive steps — we personally reached out to IT companies, educational institutions, and other local tech communities. Through consistent social media promotions and word-of-mouth efforts, we gradually built interest and engagement. The result? Over <strong>50 attendees</strong> on event day — a remarkable turnout that exceeded our expectations.</p>\n\n\n\n<p>What made this even more special was that some attendees traveled from <strong>nearby cities like Beawar and Jodhpur, spending over four hours on the journey</strong> just to be part of this celebration. Their commitment was truly inspiring and a heartwarming reminder of the growing enthusiasm for WordPress and tech opportunities in our region.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/Women-day-attendee-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/Women-day-attendee-scaled.jpg\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/all-attendees-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/all-attendees-scaled.jpg\" alt=\"\" /></a>\n</div>\n</div>\n\n\n\n<p>Another unexpected challenge occurred just one day before the event when a <strong>citywide curfew</strong> was announced, restricting movement until <strong>5 PM</strong> on the event day. Despite this uncertainty, our team remained calm, kept communication open with attendees, and ensured everything was ready to proceed smoothly once the curfew was lifted. Thanks to the dedication of our volunteers and the patience of our attendees, the event went ahead successfully.</p>\n\n\n\n<p>These challenges only strengthened our resolve, and the end result — seeing women connect, learn, and celebrate together — made every effort worthwhile. This experience reinforced the power of persistence, teamwork, and community support in turning challenges into triumphs.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Memorable Sessions and Activities</strong></h2>\n\n\n\n<p>We were privileged to host inspiring speakers who graciously dedicated their time to share their expertise and motivate our attendees:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Divya Vyas</strong> shared her journey and spoke on <strong>&#8220;Empower and Elevate&#8221;</strong>, discussing her 16+ years in tech and valuable career insights.</li>\n\n\n\n<li><strong>Payal Loungani</strong> addressed the crucial topic of <strong>mental health</strong>, emphasizing self-care and balance in professional life.</li>\n\n\n\n<li><strong>Meenakshi Dholpuriya</strong> presented <strong>&#8220;From Dreamer to Doer: The Power of Taking Risks&#8221;</strong>, sharing her inspiring story of taking bold steps that led to her success.</li>\n</ul>\n\n\n\n<p>We are incredibly grateful to these speakers for making the event impactful and memorable.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/divya-vyas-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/divya-vyas-scaled.jpg\" alt=\"\" /></a>Divya Vyas\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/payal-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/payal-scaled.jpg\" alt=\"\" /></a>Payal Loungani\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/meenakshi-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/meenakshi-scaled.jpg\" alt=\"\" /></a>Meenakshi Dholpuriya\n</div>\n</div>\n\n\n\n<p>The evening began with warm opening remarks from my fellow organizer, <strong>Priyanshi</strong>, followed by incredible support from our dedicated volunteers: <strong>Rashi Gupta</strong>, <strong>Stuti Goyal</strong>, <strong>Chitra Chauhan</strong>, <strong>Divya Khatri</strong>, <strong>Palak Gandhi</strong>, <strong>Dolvi Tak</strong>, <strong>Manvi Singh</strong>, and <strong>Harshita Mathur</strong>. A warm thanks to <strong>Mahima Golani</strong>, who stepped up at the last minute to handle photography and video reels beautifully.</p>\n\n\n\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/Volunteer-group-photo-scaled.jpg\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/Volunteer-group-photo-scaled.jpg\" alt=\"\" /></a>\n\n\n\n<p>The event included:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>High tea and snacks</strong> at the start.</li>\n\n\n\n<li><strong>Inspiring sessions</strong>, <strong>networking opportunities</strong>, and <strong>connecting with industry experts</strong>.</li>\n\n\n\n<li><strong>Quizzes, fun games, and a cake-cutting ceremony</strong>.</li>\n\n\n\n<li>Distribution of cool swags and engaging selfie props.</li>\n\n\n\n<li>The evening concluded with a delightful <strong>dinner</strong>, encouraging further networking and bonding.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Special Thanks to Our Sponsors</strong></h2>\n\n\n\n<p>A heartfelt thank you to our amazing sponsors for their incredible support. This event would not have been possible without your generosity. Your contributions played a crucial role in creating a memorable experience for all attendees, and we are deeply grateful for your commitment to this cause.</p>\n\n\n\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/sponsors-women-in-tech.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/sponsors-women-in-tech.png\" alt=\"\" /></a>\n\n\n\n<p>Our heartfelt gratitude to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A2 Hosting</strong>, <strong>Bluehost</strong>, <strong>Hostinger</strong>, <strong>Elementor</strong>, <strong>Jetpack</strong>, <strong>Woo</strong>, and <strong>WPVibes</strong> as our <strong>Community Sponsors</strong>.</li>\n\n\n\n<li><strong>Yoast</strong> as our <strong>Dinner Sponsor</strong>.</li>\n\n\n\n<li><strong>CB Video Vision</strong> for their invaluable <strong>in-kind support</strong>, helping us set up the LED screen and stage setup.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Impact</strong></h2>\n\n\n\n<p>This event created a meaningful and lasting impact on our community. Women felt genuinely welcomed and valued, fostering a strong sense of belonging within the WordPress ecosystem. The initiative empowered them to speak openly, share ideas without hesitation, and feel confident about exploring more opportunities. Their joy, excitement, and connection with like-minded women were truly heartwarming.</p>\n\n\n\n<p>Many attendees expressed feeling special and appreciated, which encouraged them to engage in future WordPress events. The supportive and comfortable environment allowed women to share their thoughts without hesitation.</p>\n\n\n\n<p>This initiative has not only inspired women to take part in WordPress but also paved the way for greater female representation in tech leadership roles, empowering them to contribute, lead, and thrive in the industry.</p>\n\n\n\n<p>Some of the attendees shared their feedback:</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/mahima-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/mahima-feedback.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/richa-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/richa-feedback.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/tanisha-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/tanisha-feedback.png\" alt=\"\" /></a>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/rupali-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/rupali-feedback.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/payal-feedabck.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/payal-feedabck.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/law-prep-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/law-prep-feedback.png\" alt=\"\" /></a>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/rashi-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/rashi-feedback.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/hanish-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/hanish-feedback.png\" alt=\"\" /></a>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/kajal-feedback.png\"><img src=\"https://events.wordpress.org/ajmer/2025/WomensDay/files/2025/04/kajal-feedback.png\" alt=\"\" /></a>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Event Highlights</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"instagram-media\"><div> <a href=\"https://www.instagram.com/reel/DHbBdILhMhL/?utm_source=ig_embed&utm_campaign=loading\" target=\"_blank\"> <div> <div></div> <div> <div></div> <div></div></div></div><div></div> <div></div><div> <div>View this post on Instagram</div></div><div></div> <div><div> <div></div> <div></div> <div></div></div><div> <div></div> <div></div></div><div> <div></div> <div></div> <div></div></div></div> <div> <div></div> <div></div></div></a><p><a href=\"https://www.instagram.com/reel/DHbBdILhMhL/?utm_source=ig_embed&utm_campaign=loading\" target=\"_blank\">A post shared by WPAjmer (@wpajmer)</a></p></div></blockquote>\n</div>\n\n\n\n<p>The <strong>Women in Tech – Ajmer</strong> event was a powerful step toward increasing female representation in WordPress leadership roles, and I’m incredibly proud of what we achieved together. The dedication of the volunteers, the passion of the speakers, and the unwavering support from our sponsors made this initiative a resounding success.</p>\n\n\n\n<p>This incredible journey wouldn&#8217;t have been possible without the WordPress community&#8217;s collaborative spirit. Here’s to breaking barriers and empowering more women to shine in tech! <img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Apr 2025 07:22:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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:\"\";}}}}}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:91:\"Do The Woo Community: The Power of Customer Service in Building a WordPress Plugin Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=93964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/blog/the-power-of-customer-service-in-building-a-wordpress-plugin-business/\";s: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:192:\"A plugin business involves strategic decisions, challenges in development, customer support intricacies, and the importance of personal branding in the evolving world of open-source platforms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Apr 2025 08:33:31 +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: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:51:\"Gravatar: New ‘Tools’ For Your Digital Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3137\";s:7:\"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://blog.gravatar.com/2025/04/09/new-tools-for-your-digital-identity/\";s: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:3424:\"<p>Your Gravatar profile just got smarter with a handful of updates that make sharing your digital identity even easier.</p>\n\n\n\n<p>You will find them all under a new <strong>Tools</strong> menu in your profile editor, packed with features to help you connect and share across the web. </p>\n\n\n\n<p>Here&#8217;s what&#8217;s new:</p>\n\n\n\n<h2 class=\"wp-block-heading\">Card Customization</h2>\n\n\n\n<img width=\"2376\" height=\"1216\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/cleanshot-2025-04-08-at-17.18.59402x.png\" alt=\"\" class=\"wp-image-3141\" />\n\n\n\n<p>Those little Gravatar cards that appear when you comment on WordPress sites and around the web? You&#8217;re now in control of how they look! Choose to include your header image, add a contact button, or enable the &#8220;send money&#8221; feature.</p>\n\n\n\n<p>It is the new digital business card. With one click, you can copy the HTML code for your card to display on any website.</p>\n\n\n\n<p>Find and edit your card under the new <a href=\"https://gravatar.com/profile/tools/card\">Tools &gt; Card</a> menu item.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Email Signature Generator</h2>\n\n\n\n<img width=\"2086\" height=\"970\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-18-at-12.24.39402x.png\" alt=\"\" class=\"wp-image-2932\" />\n\n\n\n<p>Make every email count with your personalized Gravatar signature. It&#8217;s like your card, but perfectly formatted for email. Copy the code once, paste it into Gmail, Outlook, or your preferred email tool, and you&#8217;re set.</p>\n\n\n\n<p>The email signature now has a new easier to find home under <a href=\"https://gravatar.com/profile/tools/email-signature\">Tools &gt; Email signature</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Smart Redirects Get A Home</h2>\n\n\n\n<img width=\"2318\" height=\"1194\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/cleanshot-2025-04-08-at-17.28.25402x.png\" alt=\"\" class=\"wp-image-3145\" />\n\n\n\n<p>For custom domain users, we&#8217;ve made it even easier to copy and share your smart redirects. These are the magic links Gravatar automatically creates for you – like your-name.link/linkedin or your-name.link/calendar.</p>\n\n\n\n<p>See the full list in one new place under <a href=\"https://gravatar.com/profile/tools/smart-redirects\">Tools &gt; Smart redirects</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Private Messages, Simplified</h2>\n\n\n\n<img width=\"2292\" height=\"1172\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/cleanshot-2025-04-08-at-17.29.53402x.png\" alt=\"\" class=\"wp-image-3147\" />\n\n\n\n<p>We&#8217;ve clarified how our simple contact form works with a dedicated Private messages menu. When enabled, anyone can send you a short message, but with important safeguards:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>They can only contact you once</li>\n\n\n\n<li>You see their complete Gravatar profile</li>\n\n\n\n<li>Your email and private contact info stays hidden</li>\n</ul>\n\n\n\n<p>Enable the contact form on your profile under the new <a href=\"https://gravatar.com/profile/contact-info\">Tools &gt; Private messages</a> menu.</p>\n\n\n\n<p>These small improvements add up to a more connected, streamlined experience for your online identity. And as always, we&#8217;re working on more fun features and tools, so stay tuned!</p>\n\n\n\n<p>To check these out, <a href=\"https://gravatar.com/profile\">edit your profile</a> and look for the <strong>Tools</strong> option in the sidebar.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 17:23:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Matt: AI Site 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=141197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/04/ai-site-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:563:\"<p>The long-anticipated <a href=\"https://wordpress.com/ai-website-builder/?ref=blog\">&#8220;Big Sky&#8221; AI site builder on WordPress.com went live today</a>. It combines several models and can create logos, site designs, typography, color schemes, and content. It&#8217;s an entirely new way to interact with and edit a brand-new or existing WordPress site. This AI agent will make WordPress accessible to an entirely new generation and class of customers, and it will be a power tool for professionals to do things in minutes that used to take them hours.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 17:14: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Do The Woo Community: Navigating the Accessibility Landscape: Real Stories with Bud Kraus\";s:7:\"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=94129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://dothewoo.io/navigating-the-accessibility-landscape-real-stories-with-bud-kraus/\";s: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:215:\"In this podcast episode, hosts Anne Bovelett and BobWP, along with guest Bud Kraus, explore ecommerce accessibility, discussing user experiences, challenges, and the importance of inclusive web design for all users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 15:13:19 +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: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:113:\"HeroPress: How WordPress Changed My Life — Gratitude – Como o WordPress Mudou a Minha Realidade – Gratidão\";s:7:\"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=7856\";s:7:\"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:152:\"https://heropress.com/essays/how-wordpress-changed-my-life-gratitude/#utm_source=rss&utm_medium=rss&utm_campaign=how-wordpress-changed-my-life-gratitude\";s: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:22331:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3025/04/040925-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress turned out to be so much more than just a tool — it changed my life.\" />\nHere is Caio reading his own story aloud.\n\n\n\n\n\n<p><a href=\"https://heropress.com/feed/#portuguese\">O texto também está disponível em português do Brasil.</a></p>\n\n\n\n<p>My name is Caio Ferreira and I&#8217;ve been using WordPress since 2020. In this article I&#8217;ll tell you a little about my history with this platform and how it changed everything &#8211; from experimental business ideas &#8211; to a real professional experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-childhood\">My childhood</h2>\n\n\n\n<p>I&#8217;ve always been passionate about technology, even as a kid. When we got our first computer at home — one of those classic white models my father bought in many installments — it became the main attraction in the house. And rightfully so: it sat in the living room, where everyone could see it.</p>\n\n\n\n<p>Back then, I was already browsing the internet, exploring system settings, customizing Windows XP, and maybe (just maybe) installing a few viruses or unwanted installers here and there.</p>\n\n\n\n<p>Despite the limitations, I had a lot of fun creating blogs, managing Facebook communities, and trying out platforms like Blogger, Wix, Squarespace — basically anything free that allowed me to publish something online. I didn’t have much technical knowledge, and even less money to invest. But I already had this strong desire to share my ideas with the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-discovering-wordpress\">Discovering WordPress</h2>\n\n\n\n<p>Besides the blogs, I loved creating websites for imaginary businesses that never really existed — and honestly wouldn’t work in any real-world scenario. But the excitement was real. Every time a new idea came up, I would recruit some friends to &#8220;invest&#8221; in it and try to convince them it was just a matter of time before we made a lot of money — like the success stories we saw on TV.</p>\n\n\n\n<p>In one of these pitches, I showed a site I had built on Wix to a more experienced friend, and he asked me: </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“Why are you using Wix? Have you ever tried WordPress?” </p>\n</blockquote>\n\n\n\n<p>That sparked something in me. I had heard of WordPress before but thought it was too complex. Plus, I was always stopped by the need for paid hosting.</p>\n\n\n\n<p>Still, my curiosity got the best of me. I started researching more seriously and quickly realized WordPress was far more powerful than any tool I had used before. But the cost barrier remained. So I put the idea on hold, waiting for the right time to dive in.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-high-school-searching-for-direction\">High school: searching for direction</h2>\n\n\n\n<p>High school felt like a marathon. I didn’t really know where I was going, but I knew I had to keep moving. I didn’t have any career role models, nor pressure to follow a specific path. The only reference points were what I saw on TV or heard from distant relatives — law, engineering… the so-called “safe” careers parents often dream of.</p>\n\n\n\n<p>Even without a clear direction, I was always committed. I learned English on my own playing RPGs online and created a Duolingo account back in 2014. I used to take part in school competitions — even math ones — not because I was the best, but because I saw them as a chance to stand out. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>If I didn’t have obvious advantages, I’d create my own.</p>\n</blockquote>\n\n\n\n<p>That mindset led me to participate in the Junior Achievement &#8220;Junior Company&#8221; program. Our school was selected to form a student-run fictional business, funded by the local government. That experience was life-changing.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-junior-company-volunteering-and-a-visit-to-a-startup\">My junior company, volunteering, and a visit to a startup</h2>\n\n\n\n<p>Even though I was just in my first year of high school — and technically under the age requirement — I asked to join the program and, more boldly, applied to be the company’s president. I put on a dress shirt, prepared a speech, and was elected.</p>\n\n\n\n<p>Despite having no real experience, we ended up doing well. Our project turned a small profit (a few reais per “shareholder,” but still, profit!). That success motivated me to stay involved with Junior Achievement. I started volunteering and joined more programs.</p>\n\n\n\n<p>One of those opportunities allowed me to spend a day inside a startup in Belo Horizonte. I had never even set foot in a corporate office before — let alone a startup with a playful office, relaxed people, and even a ball pit!</p>\n\n\n\n<p>I brought a notebook and wrote down everything I could. The whole experience left me stunned. Up until then, I thought work environments were dull and gray, with strict rules and judgment over things like shoes and dress codes.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-first-job-in-that-same-company\">My first job — in that same company?</h2>\n\n\n\n<p>A few days after the visit, encouraged by the staff, I created a LinkedIn profile and started sharing every experience I had, no matter how small. Around that time, they gave me access to a free WordPress course. I loved it. I wasn’t just taking the course — I was exploring on my own and learning as much as I could.</p>\n\n\n\n<p>I kept in touch with the people I had met, interacted with their posts, and shared my progress. Then, one day, I received a message that changed everything.</p>\n\n\n\n<p>One of the employees who hosted us at the office reached out: the company was looking for someone like me to join the team. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I had recorded a few videos after the visit expressing how much the experience meant to me — and somehow, that had reached them.</p>\n</blockquote>\n\n\n\n<p>I was still finishing high school at the time, just 17 years old, when I got the offer. The following year, I started working there as an assistant and began my Computer Science degree on a scholarship.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-promotion-to-developer\">Promotion to developer</h2>\n\n\n\n<p>In my first two years, I worked mostly with SEO and content distribution, handling a variety of CMS platforms. But WordPress had my heart from day one. Its flexibility, the power to customize everything, and the massive community — it was everything I loved.</p>\n\n\n\n<p>Eventually, an opportunity opened for an internal role as a web developer — and I jumped at it. I went through the selection process and got the position.</p>\n\n\n\n<p>Our team was partly based in Brazil, led by our manager Manny, who was in Canada. It was the perfect challenge: a chance to leave my comfort zone and practice English daily. Manny even learned a few Portuguese words with us.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>As a developer, I dove deep into WordPress.</p>\n</blockquote>\n\n\n\n<p>Each project pushed my limits and made me grow. It was around this time that I also got involved with the WordPress community in my city.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-wordpress-changed-my-reality\">How WordPress changed my reality</h2>\n\n\n\n<p>WordPress turned out to be so much more than just a tool — it changed my life.</p>\n\n\n\n<p>With the income I earned through projects using the platform, I was able to make a down payment on my first apartment. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>That same kid who couldn’t afford hosting fees was now buying property.</p>\n</blockquote>\n\n\n\n<p>And it didn’t stop there. In 2022, I received a job offer from a company in the United States — something I would’ve never dreamed of just a few years earlier.</p>\n\n\n\n<p>That same year, I attended my first WordPress meetup (still during the pandemic), and later, my first WordCamp as a participant — held remotely in São Paulo. It felt like everything was starting to connect.</p>\n\n\n\n<p>And as if all that wasn’t enough, I married the love of my life. It was a simple ceremony, but one we had always dreamed of — made possible, in large part, thanks to the income I earned working with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-returning-to-the-community\">Returning to the Community</h2>\n\n\n\n<p>In 2025, we resumed in-person WordPress community meetups after the pandemic. I was nervous — what if no one showed up?</p>\n\n\n\n<p>But they did. We had 25 people, all engaged and eager to contribute, learn, and share. That meetup was a turning point for me. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I realized I could lead, organize, and give back.</p>\n</blockquote>\n\n\n\n<p>Today, I’m actively involved in the community — helping plan events, staying connected with members, and always looking for new ways to contribute. WordPress didn’t just help me build a career — it helped shape who I am.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-importance-of-english\">The Importance of English</h2>\n\n\n\n<p><a href=\"https://heropress.com/essays/journey-resilience/\">Like Rafael shared in another HeroPress story</a>, English remains a big challenge for many of us in Brazil — but also a powerful key.</p>\n\n\n\n<p>I’m far from fluent, but I keep learning. Each Duolingo lesson, each YouTube tutorial, each Slack conversation with my international team is a step forward. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What matters is not giving up.</p>\n</blockquote>\n\n\n\n<p>Because if there’s one thing I’ve learned from this entire journey, it’s that everything can change. Sometimes, all we need is a small opportunity, a bit of encouragement — or simply, a platform like WordPress.</p>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id7856_47d34c-b3 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column7856_92e2da-1b\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"work-environment\" class=\"kt-adv-heading7856_420812-bc wp-block-kadence-advancedheading\">Caio&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Caio for a view into his development life and this is what he sent!</p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img width=\"2016\" height=\"1512\" src=\"https://heropress.com/wp-content/uploads/2025/04/my-desk-1.webp\" alt=\"Caio\'s Desktop\" class=\"hotspots-image skip-lazy\" />\n	</div>\n\n\n\n\n<p class=\"kt-adv-heading7856_686471-4d wp-block-kadence-advancedheading has-theme-palette-9-background-color has-background\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div></div>\n\n</div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 id=\"portuguese\" class=\"kt-adv-heading7856_6bd26d-2d wp-block-kadence-advancedheading\">Como o WordPress Mudou a Minha Realidade &#8211; Gratidão</h1>\n\n\n\nAqui está o Caio lendo sua própria história em voz alta.\n\n\n\n\n\n<p>Oi! Eu me chamo Caio Ferreira e venho utilizando o WordPress desde 2020. Hoje quero compartilhar um pouco da minha trajetória com essa plataforma e como ela transformou tudo na minha vida – desde ideias de negócios experimentais até uma carreira profissional de verdade.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Na minha infância</h2>\n\n\n\n<p>Sempre gostei muito de tecnologia desde pequeno. Ainda novo, quando recebemos o nosso primeiro computador em casa, tudo ainda era muito novo. Era um daqueles modelos brancos, que meu pai comprou dividido em muitas vezes, e que virou a atração da casa — também não era pra menos: ele ficava na sala de estar, onde todo mundo via.</p>\n\n\n\n<p>Naquele tempo, eu já navegava na internet, procurava formas de fuçar o sistema, personalizava o Windows XP do jeito que podia, e talvez (só talvez mesmo) tenha instalado alguns vírus ou instaladores indesejados algumas vezes.</p>\n\n\n\n<p>Apesar das limitações, eu me divertia criando blogs, gerenciando comunidades no Facebook e testando plataformas como Blogger, Wix, Squarespace, ou qualquer outra gratuita que me deixasse publicar algo online. Eu não tinha muito conhecimento técnico, e menos ainda dinheiro para investir. Mas já naquela época eu tinha essa vontade de compartilhar ideias com o mundo.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Conhecendo o WordPress</h2>\n\n\n\n<p>Além dos blogs, eu também gostava de criar sites para negócios fictícios, que nunca saíam do papel — e que, honestamente, provavelmente não dariam certo de qualquer jeito. Mas a empolgação era grande. Sempre que surgia uma ideia, eu chamava amigos para “investir” comigo, e tentava convencê-los de que era só uma questão de tempo até aquilo dar certo. Era como víamos nas reportagens de sucesso na televisão.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Em uma dessas aventuras, mostrei o site para um amigo mais experiente, que me perguntou por que eu estava usando o Wix. Ele comentou que existiam outras opções com mais possibilidades, como o WordPress. </p>\n</blockquote>\n\n\n\n<p>Eu já tinha ouvido falar do WordPress, mas achava complexo demais — e, além disso, sempre esbarrava na questão da hospedagem paga.</p>\n\n\n\n<p>Mesmo assim, aquilo me deixou curioso. Comecei a pesquisar mais a fundo, entendi que o WordPress era muito mais robusto do que qualquer ferramenta que eu tinha usado até então, mas acabei deixando de lado naquele momento. Afinal, eu não tinha como pagar uma hospedagem. Guardei a ideia comigo, esperando por um momento em que ela fizesse mais sentido.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Meu ensino médio</h2>\n\n\n\n<p>O ensino médio foi uma maratona. Eu não sabia ao certo onde queria chegar, mas tinha pressa em encontrar esse “algum lugar”. Não tive exemplos próximos de carreira, nem cobrança direta para seguir determinada profissão. As referências eram as mesmas de muita gente: Direito? Engenharia? Os “cursos de sucesso” que a TV e alguns parentes diziam valer a pena.</p>\n\n\n\n<p>Mesmo sem um caminho definido, sempre fui esforçado. Aprendi inglês sozinho jogando RPG online e criei minha conta no Duolingo ainda em 2014. Me destacava em atividades que a maioria evitava — como concursos de matemática — mesmo sem ser o melhor. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A ideia era simples: se eu não tinha vantagens competitivas óbvias, eu criaria as minhas. </p>\n</blockquote>\n\n\n\n<p>Me envolver nessas atividades era a forma que eu via para construir algo diferente, já que o mercado de trabalho viria logo.</p>\n\n\n\n<p>Foi com esse espírito que participei do programa Miniempresa da ONG Junior Achievement, onde minha escola foi selecionada para criar uma empresa estudantil fictícia, com tudo financiado pelo governo. Aquilo mudou tudo.</p>\n\n\n\n<p>Minha miniempresa, voluntariado e a primeira visita a uma startup</p>\n\n\n\n<p>Mesmo sendo do primeiro ano, pedi para participar do programa — mesmo sem ter a idade sugerida — e mais: me candidatei para presidente. Usei uma camisa social e um discurso bem montado, e fui escolhido para liderar a miniempresa.</p>\n\n\n\n<p>Apesar da falta de experiência, conseguimos um resultado positivo. A empresa gerou lucro (poucos reais para cada “acionista”, mas ainda assim, lucro). O programa me deixou animado, e comecei a me envolver em outras atividades da Junior Achievement, atuando como voluntário em eventos e ajudando em novos programas.</p>\n\n\n\n<p>Foi em uma dessas iniciativas que surgiu a oportunidade de visitar, por um dia, uma startup em Belo Horizonte. Eu nunca tinha imaginado sequer entrar na sede de uma empresa, quem dirá de uma startup com escritório descolado, pessoas à vontade, piscina de bolinha e um clima completamente diferente do que eu imaginava ser “trabalhar”.</p>\n\n\n\n<p>Levei um caderninho e anotei tudo o que pude. Saí de lá em estado de choque, pensando: “é possível trabalhar num lugar assim?”. Até então, tudo que eu imaginava era o oposto: ambientes cinzentos, baías sem graça e muita formalidade.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Meu primeiro trabalho — e na mesma empresa?</h2>\n\n\n\n<p>Poucos dias depois, incentivado pela visita, criei meu LinkedIn (com ajuda de quem nos recebeu na empresa) e comecei a registrar todas as experiências que já tinha vivido. Também recebi acesso a um curso de WordPress oferecido por eles. Gostei tanto da ferramenta que, além do curso, comecei a explorar muito por conta própria.</p>\n\n\n\n<p>Me mantive em contato com o pessoal da empresa, interagia nas redes, compartilhava o que estava aprendendo — até que uma mensagem mudou tudo.</p>\n\n\n\n<p>Uma das pessoas que nos recebeu durante a visita me chamou no privado: a empresa estava procurando alguém com o meu perfil para integrar o time.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Eu tinha gravado vídeos contando o quanto aquela experiência tinha me impactado, e isso, de alguma forma, chegou até eles.</p>\n</blockquote>\n\n\n\n<p>Eu ainda estava finalizando o ensino médio, com 17 anos, quando recebi a proposta. No ano seguinte, comecei a trabalhar na empresa como assistente e iniciei minha graduação em Ciência da Computação, com uma bolsa de estudos.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Minha promoção a desenvolvedor</h2>\n\n\n\n<p>Durante os dois primeiros anos, trabalhei com SEO e distribuição de conteúdo, lidando com diversos CMSs. Mas foi o WordPress que capturou minha atenção desde o começo. A versatilidade, a comunidade, a possibilidade de personalização — tudo me encantava.</p>\n\n\n\n<p>Quando surgiu uma vaga internacional dentro da própria empresa para atuar como desenvolvedor web, me inscrevi sem pensar duas vezes. Passei por um processo interno, fui aprovado e comecei a atuar em projetos mais técnicos.</p>\n\n\n\n<p>Nosso time era parcialmente brasileiro e liderado pelo Manny, nosso gerente no Canadá. Foi um baita desafio — e uma excelente oportunidade para praticar inglês no dia a dia. Ele, inclusive, chegou a aprender algumas palavras em português com a gente.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>No novo cargo, mergulhei ainda mais fundo no desenvolvimento com WordPress. </p>\n</blockquote>\n\n\n\n<p>Era ali que eu percebia: cada novo desafio me tirava da zona de conforto, mas me deixava mais preparado.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Como o WordPress transformou minha realidade</h2>\n\n\n\n<p>O WordPress foi muito mais do que uma ferramenta de trabalho. Ele transformou minha realidade.</p>\n\n\n\n<p>Com o que ganhei trabalhando com a plataforma, consegui dar entrada no meu apartamento. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Isso mesmo — aquele mesmo garoto que não podia pagar uma hospedagem agora realizava um sonho pessoal.</p>\n</blockquote>\n\n\n\n<p>E não parou por aí. Em 2022, recebi uma proposta de trabalho de uma empresa dos Estados Unidos. Algo que, anos antes, eu não ousava nem imaginar.</p>\n\n\n\n<p>Naquele mesmo ano, participei do meu primeiro meetup (ainda durante a pandemia), e também do meu primeiro WordCamp como participante — que aconteceu remotamente, em São Paulo. A sensação era de que tudo estava se encaixando.</p>\n\n\n\n<p>E como se não bastasse, me casei com o amor da minha vida. Foi uma cerimônia simples, mas do jeito que sempre sonhamos — e que só foi possível, em grande parte, graças à renda que conquistei trabalhando com WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Retorno à comunidade</h2>\n\n\n\n<p>Em 2025, com o fim do período pandêmico, retomamos os encontros presenciais da comunidade WordPress da minha cidade. A ansiedade era inevitável: e se ninguém aparecesse?</p>\n\n\n\n<p>Mas apareceram. Foram 25 pessoas — todas engajadas, com vontade de aprender, ensinar, trocar experiências. Aquilo foi um divisor de águas pra mim. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Eu entendi que podia liderar, contribuir, devolver um pouco do que recebi.</p>\n</blockquote>\n\n\n\n<p>Hoje, mantenho contato constante com membros da comunidade, ajudo na organização de encontros e eventos, e continuo buscando espaços e oportunidades para fortalecer esse ecossistema. O WordPress não só me ajudou a construir uma carreira — ele ajudou a moldar quem eu sou.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A importância do inglês</h2>\n\n\n\n<p>Assim como o Rafael contou em <a href=\"https://heropress.com/essays/journey-resilience/#portuguese\">outro texto aqui no HeroPress</a>, o inglês ainda é uma barreira para muitos brasileiros. Mas também é uma chave. Uma chave que, quando girada, abre portas para oportunidades inimagináveis.</p>\n\n\n\n<p>Eu não sou fluente. Mas sigo aprendendo. Cada lição no Duolingo, cada vídeo no YouTube, cada conversa improvisada no Slack internacional da empresa é uma forma de evoluir. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>O importante é seguir — mesmo aos poucos, com tropeços.</p>\n</blockquote>\n\n\n\n<p>Porque se tem uma coisa que aprendi nessa jornada toda, é que tudo pode mudar. Às vezes, tudo o que a gente precisa é de um empurrãozinho, uma oportunidade, ou simplesmente&#8230; uma plataforma como o WordPress.</p>\n<p>The post <a href=\"https://heropress.com/essays/how-wordpress-changed-my-life-gratitude/\">How WordPress Changed My Life — Gratitude &#8211; Como o WordPress Mudou a Minha Realidade &#8211; Gratidão</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 14:54: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:\"Caio Ferreira\";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:93:\"WPTavern: 164 – Milana Cap on the Interactivity and HTML APIs, and Their Enormous Potential\";s:7:\"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=194643\";s:7:\"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:107:\"https://wptavern.com/podcast/164-milana-cap-on-the-interactivity-and-html-apis-and-their-enormous-potential\";s: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:44216:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, how the Interactivity and HTML APIs are transforming the way developers work with WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Milana Cap. Milana is a seasoned WordPress engineer from Serbia working with XWP, and freelancing through Toptal. She&#8217;s not just a developer, she&#8217;s also active in WordPress community roles such as a co-rep for the documentation team, organizer at multiple WordCamps, and a member of the plugin review team.</p>\n\n\n\n<p>We discussed some groundbreaking WordPress features that developers should be aware of, specifically focusing on her presentation at WordCamp Asia in Manila, titled, WordPress gems for developers: Fresh new features you&#8217;ll actually want to use.</p>\n\n\n\n<p>We start the discussion with the Interactivity API. Milana explains how this feature allows blocks within WordPress to communicate seamlessly with one another. Until now, most blocks were just silos of information, they could not communicate with one another. This API enables developers to manage interactivity across multiple blocks without resorting to custom solutions.</p>\n\n\n\n<p>Milana also gets into the HTML API, which underpins the Interactivity API. This empowers developers to manipulate HTML attributes using PHP, thereby reducing the reliance on JavaScript. This not only enhances page load speeds, but also simplifies the code management process. It&#8217;s not something that I&#8217;d heard of, but Milana explains how important it can be in rewriting the DOM for whatever goals you have in mind.</p>\n\n\n\n<p>Throughout the episode, Milana shares examples of these APIs in action, demonstrating how they can simplify and optimize WordPress development projects, particularly at an enterprise level.</p>\n\n\n\n<p>If you&#8217;re a developer looking to leverage these new WordPress features, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay, I bring you Milana Cap.</p>\n\n\n\n<p>I am joined on the podcast by Milana Cap.</p>\n\n\n\n<p>[00:03:32] <strong>Milana Cap:</strong> Yes. Thank you.</p>\n\n\n\n<p>[00:03:33] <strong>Nathan Wrigley:</strong> Thank you. I&#8217;ve had to practice that name several times. It&#8217;s lovely to have you on the podcast today. I&#8217;ve never spoken to Milana before, although I&#8217;ve seen her from afar many times.</p>\n\n\n\n<p>And we&#8217;re facing each other because we&#8217;re in the Philippines. We&#8217;re in Manila. It&#8217;s WordCamp Asia, and Milana is doing a presentation at the event. It is called WordPress gems for developers: fresh new features you&#8217;ll actually want to use.</p>\n\n\n\n<p>Before we get into that conversation Milana, will you just spend a moment introducing yourself. Tell us who you are, where you&#8217;re from, what you do with WordPress, that kind of thing.</p>\n\n\n\n<p>[00:04:07] <strong>Milana Cap:</strong> I&#8217;m Milana Cap from Serbia, and we have the best community in the world. I am currently WordPress Engineer at XWP and also freelancing through Toptal. I am one of the co reps for the documentation team, one of plugin review team members. I&#8217;m also a classical musician and just, you know, being loud all around. I like traveling and speaking at conferences, and that&#8217;s basically it.</p>\n\n\n\n<p>[00:04:38] <strong>Nathan Wrigley:</strong> Can you just tell us a little bit about the bits and pieces going on in Serbia there? You sound quite proud of it. You said it the best or something like that. You&#8217;ve got a vibrant, healthy growing Serbian community.</p>\n\n\n\n<p>[00:04:49] <strong>Milana Cap:</strong> Well, it&#8217;s not really growing, and it&#8217;s not that vibrant as it was. But the core of community that started getting together in 2016, or even before that, we still stayed, and we are still active and they&#8217;re like my brothers. We travel, we plan together. We visit each other in Serbia as friends, and we plan for barbecues and all the other stuff, besides, you know, organising events.</p>\n\n\n\n<p>[00:05:22] <strong>Nathan Wrigley:</strong> So it really is an actual community.</p>\n\n\n\n<p>[00:05:24] <strong>Milana Cap:</strong> Yeah it is.</p>\n\n\n\n<p>[00:05:25] <strong>Nathan Wrigley:</strong> You spend social time together. Oh, that&#8217;s lovely. Yeah, and you mentioned you work with, for, XWP. This is a name that I hear a lot, but I don&#8217;t really know much about the company. Just tell us a little bit about what you do for them, and with them.</p>\n\n\n\n<p>[00:05:39] <strong>Milana Cap:</strong> First of all, they are sponsoring my time at wordpress.org. It&#8217;s an agency that works mainly with enterprise clients. So we do all of it, like building you a new website, or maintaining the existing one, or fixing problems. And it&#8217;s usually, mostly, just enterprise clients.</p>\n\n\n\n<p>[00:05:59] <strong>Nathan Wrigley:</strong> Is that an Australian based company?</p>\n\n\n\n<p>[00:06:02] <strong>Milana Cap:</strong> It&#8217;s kind of, yeah, based. It&#8217;s created there but we are completely remote.</p>\n\n\n\n<p>[00:06:07] <strong>Nathan Wrigley:</strong> Everything distributed, like a global team. Oh, that&#8217;s nice.</p>\n\n\n\n<p>Okay, so let&#8217;s just move on into the topic today. The presentation that you were giving, I&#8217;ll just repeat the title, WordPress gems for developers, fresh new features you&#8217;ll actually want to use. And then I&#8217;ll read the blurb as well because it&#8217;ll give the listeners some context. We&#8217;ll take a closer look at the innovative HTML and Interactivity APIs as the most significant game changers in today&#8217;s WordPress development, with a splash of WP-CLI magic for fast and more fun development. And there might be a surprise or two.</p>\n\n\n\n<p>Well, obviously on the audio podcast, we&#8217;re not going to be able to breakout WPCLI, but nevertheless, we&#8217;re going to talk about those things. We&#8217;re going to concentrate primarily on the Interactivity API. Obviously this is something that you&#8217;d need to get your hands on, you&#8217;d need to be opening a laptop. But we can&#8217;t do that. It&#8217;s an audio podcast. So first of all, let&#8217;s just break into the topic by asking the question, what is the Interactivity API? And let&#8217;s do that from a total novice perspective.</p>\n\n\n\n<p>[00:07:07] <strong>Milana Cap:</strong> Okay, yeah. Well, Interactivity API allows you to get back to the whole page. At least I see it that way. Because before Gutenberg, we were using only PHP, and PHP page is aware of all of its parts. So in header, you know what&#8217;s happening in footer and vice versa.</p>\n\n\n\n<p>But then we got Gutenberg and these blocks didn&#8217;t know about their surroundings. They were just like, oh, I&#8217;m a block here, and I do what I do and I don&#8217;t care about others.</p>\n\n\n\n<p>And it was difficult to get that in your head, like this is a completely separate entity that, once it&#8217;s in a page, you can work with that, but there is no way to connect to it to the rest of the page. And today you have a lot of requests for having interactive page. You know, not just showing the text and people come and read, you need to have something that&#8217;s happening on that page.</p>\n\n\n\n<p>And it was very difficult to, for example, make one block do something and then you use that data in another block, that was insane. And people were trying to do those things in so many different ways. It was a mess. Like, I have a slide with dolls that have misplaced eyes and all of that. That&#8217;s how it looks like.</p>\n\n\n\n<p>So now with Interactivity API we finally get that connection, but it&#8217;s not like hacky thing, it&#8217;s in Core. So every block can be aware of the other block, and you can send the data from one block to all other blocks. And that&#8217;s really what was missing for a long time. And not just in WordPress, we have the same things happening before WordPress, in Symphony, in Laravel. So now we have that too.</p>\n\n\n\n<p>[00:09:04] <strong>Nathan Wrigley:</strong> So let me just try and sum up what you&#8217;ve just said, and see if I&#8217;ve parsed it correctly and understood it. So prior to Gutenberg, given the PHP nature of WordPress, the bits and pieces that were displaying on the page, so header, footer content and what have you, they had some recognition within PHP of what one was doing and what the other was doing.</p>\n\n\n\n<p>And then along comes Gutenberg and we shatter the experience on the page into a variety of different blocks. There&#8217;s an image here, and a paragraph here, and some more text over here, and a heading and what have you. And each of those little blocks is a silo. It lives by itself, for itself, it&#8217;s erected walls around itself so that it can&#8217;t be communicated.</p>\n\n\n\n<p>[00:09:41] <strong>Milana Cap:</strong> It&#8217;s a diva.</p>\n\n\n\n<p>[00:09:41] <strong>Nathan Wrigley:</strong> It can&#8217;t talk out and it can&#8217;t hear things in. And that&#8217;s a problem. I mean, it&#8217;s a brilliant solution if you want to move content around, but If you want one thing to shout to another thing and say, look, I just got clicked, go and update yourself. Add one to yourself, or whatever it may be. So that possibility evaporated.</p>\n\n\n\n<p>But now with the Interactivity API, we&#8217;ve come up with a Core solution. So it ships with WordPress, everybody has it. And suddenly we&#8217;re able to say, okay, I&#8217;m a block, I&#8217;m a button, and when I get clicked, I want you to add one to the cart. And the shopping cart number can increment by one and what have you. So suddenly everything can communicate with everything else. Have I got that about right?</p>\n\n\n\n<p>[00:10:23] <strong>Milana Cap:</strong> Yes.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> Oh, perfect. Okay. And so I&#8217;ve seen examples of Interactivity over many years since Gutenberg came around, and I&#8217;m imagining that each developer, therefore has had to create their own way of doing it. And presumably that works for them, but it doesn&#8217;t work for the project as a whole.</p>\n\n\n\n<p>[00:10:44] <strong>Milana Cap:</strong> Not just that. It might work for them but, let&#8217;s say you have a plugin and your plugin is doing that interactive thing with your own blocks. But me as another developer, I want maybe to enhance your blocks, but I don&#8217;t have access to whatever is happening in your blocks. So whatever you are doing, like counting stuff and changing something, I don&#8217;t have that info. So I have to do, again, hacky thing.</p>\n\n\n\n<p>But with Interactivity API, I have a standardised access to that. So I can, you know, set my blocks to support Interactivity API. And I can get, with just one function, I can get all the data from your blocks and work with them, and it&#8217;s completely in Core. It&#8217;s standardised. And anybody can take my data and, you know, this data and do whatever they want with that. And it&#8217;s not just that it&#8217;s easy to get that data, but we all do it the same way. So when I open your block, I know exactly what I will find there. I know exactly how to get that data, and how to provide to others.</p>\n\n\n\n<p>[00:11:58] <strong>Nathan Wrigley:</strong> So the benefit is basically that it&#8217;s a standard mechanism. Everybody knows what the rules of the game are. So in the past, the experiences that I&#8217;ve seen online where plugin A has been able to clearly demonstrate this interactivity, a different developer coming to that would have to learn how plugin A does it, and then if they go and try and do the same thing for a different plugin from a rival, for example, they would have to learn that one.</p>\n\n\n\n<p>And every time you wanted to do it, you&#8217;d have to learn how that system does it. So there&#8217;s no interoperability. It&#8217;s just little silos of interactivity. They worked, but they were a sort of stepping stone to what we&#8217;ve got now.</p>\n\n\n\n<p>Okay, I think I understand that. That&#8217;s great. Hopefully the audience has got that as well. That should be good. Can you give us some nice examples that you&#8217;ve seen where the Interactivity API, you describe it, the audience can hear it and readily understand, okay, that&#8217;s something that it can handle.</p>\n\n\n\n<p>[00:12:49] <strong>Milana Cap:</strong> Well, there is a beautiful demo that is used for demonstrating the Interactivity API by people who created Interactivity API. It&#8217;s a movie demo, and you can find it if you go for introductory post of Interactivity API at Core blog, you will find it. So it&#8217;s a simplified Netflix made with WordPress. So you get simple things like there is a favorites. So you can heart a movie, and it&#8217;ll show the number, how many favorites you have. But when you dig deeper, you can open one movie and play the trailer, and it&#8217;ll have a minimised video on the bottom. And you can, you know, browse the website and switch pages, and the video is still playing in the corner and it doesn&#8217;t even hiccup.</p>\n\n\n\n<p>The thing that is happening there is you think you are reloading pages. You think you are going to different pages, but it&#8217;s really the same page and it&#8217;s just being reloaded in what you need to reload. So it&#8217;s the hardest thing for developer to do, to switch page, but doesn&#8217;t really reload the page. And if you take a look, if you try that demo and you take a look, you will see that URL changes, everything changes, but you really didn&#8217;t move from the first page.</p>\n\n\n\n<p>[00:14:18] <strong>Nathan Wrigley:</strong> Okay, so what you&#8217;ve just described then, you&#8217;ve got a, like a tiled selection of videos, and underneath it is like a little heart icon. So it&#8217;s just a demonstration that if you click the heart icon, it says, I like this one. And then it keeps a record of that somewhere else. Like, how many of you hearted over here? Or, click this heart icon and it&#8217;ll take you to the ones that you favorited. That kind of thing. But also it gives the impression that you&#8217;re reloading pages, but really it&#8217;s all just happening within that one page session.</p>\n\n\n\n<p>[00:14:46] <strong>Milana Cap:</strong> Yes.</p>\n\n\n\n<p>[00:14:47] <strong>Nathan Wrigley:</strong> Okay. So that&#8217;s a really easy to understand version of it. And I would imagine something like, let&#8217;s say a shopping cart, I think I mentioned that earlier, where you, I don&#8217;t know, you click that you want to add something to the cart, sort of similar process. It&#8217;s a bit like hearting, isn&#8217;t it? You add something to the cart and you get that interactive cart icon in the top right of the screen if you&#8217;re on a desktop. And it says you&#8217;ve got three items in there, and you click it and you&#8217;ve got four items in there, and so on. Those kind of things. So again, it&#8217;s one part of the website, one block if you like, updating another thing. Are there any other examples that you think are quite useful?</p>\n\n\n\n<p>[00:15:21] <strong>Milana Cap:</strong> Well, I saw like countdown. So if you want your website to show the countdown until launching something. There&#8217;s also we have already two examples in Core working. So you have a query block, and you can select to have it paginated, without pagination. That&#8217;s Interactivity API.</p>\n\n\n\n<p>So anywhere you would use Ajax before, you can use Interactivity API. It&#8217;ll give you that feeling of nothing has been reloaded, so it&#8217;s just loading in that place. You don&#8217;t use Ajax, you just use Interactivity API.</p>\n\n\n\n<p>[00:16:05] <strong>Nathan Wrigley:</strong> So this would be, I don&#8217;t know, a list of posts or something like that. And at the bottom of the screen, we&#8217;ve seen the first 12, 12 more, you would typically click two or the right arrow or something, and that would do some sort of Ajaxy request. But in this case, that&#8217;s now been removed and we&#8217;re using the Interactivity API, and it will give you the next 12, and the next 12, and so on. Yeah, that&#8217;s a really great example.</p>\n\n\n\n<p>So presumably, if this is moving into WordPress Core, does that mean that a lot of the Core features that, like for example, pagination, has that now moved over in WordPress Core to using the Interactivity API?</p>\n\n\n\n<p>[00:16:37] <strong>Milana Cap:</strong> Well, I know that that specific feature has moved to Interactivity API, and also the image block has the option for lightbox. That&#8217;s also Interactivity API. That&#8217;s currently in Core. And I imagine a lot of other things can be moved. But also it doesn&#8217;t have to. The only thing that it needs is a good documentation, and option that you can use it so you can do with it whatever you want.</p>\n\n\n\n<p>[00:17:07] <strong>Nathan Wrigley:</strong> What is the documentation like? You know, if I was a developer and I wanted to begin using this because, sounds good, I&#8217;d rather not maintain my own bucket load of code for my interactivity in my plugin, for example. Let&#8217;s just throw all that out and go with what WordPress has. Is there a ton of documentation to get developers started?</p>\n\n\n\n<p>[00:17:25] <strong>Milana Cap:</strong> There is. They are not making the same mistake we had with Gutenberg. I think for Interactivity API, the most difficult thing is to actually understand it. Because we had, I had, as PHP developer primarily, I had a problem to understand Gutenberg and to understand how React works, and why React doesn&#8217;t understand how I think, you know? And I was always over-engineering it because I was covering all the cases.</p>\n\n\n\n<p>But React doesn&#8217;t care about all the cases. It was very difficult for me to understand how that works on components based, and these components don&#8217;t care about anything else but themselves.</p>\n\n\n\n<p>So Interactivity API now connects all of this. And we are coming back to the system that is aware of all its parts. But not just that, in Interactivity API you have the option to write the code where it makes the most sense.</p>\n\n\n\n<p>When I was playing with it, I had two blocks that were supposed to talk to each other, and I realised that something that was one block doing, it made the most sense to write the code for it in another block&#8217;s VueJS. So I was using the, there is the template that you can use for Interactivity API, and it&#8217;ll run the Create Block Script, but just use the Interactivity API template. And then you get the block that has switch from light to dark theme.</p>\n\n\n\n<p>There is a toggle. The first was, it was only the toggle, and I was very disappointed. Like, the toggle shouldn&#8217;t use any JavaScript at all. But it was a good example for what Interactivity API can do. And now with the theme switching, it&#8217;s kind of complete. You understand all the things that Interactivity API is.</p>\n\n\n\n<p>So this toggle was another button, and you click on it, and it shows the paragraph. And then you click on it again and it closes the paragraph. And then I used another block, and I wanted that other block to count how many times I opened and closed this toggle. It was mind blowing that that code for counting how many times I open and close it, I will show the data in this other block.</p>\n\n\n\n<p>But it made much more sense to write the code for it in this first block, because I already have there code that is aware that this is open and closed. So I could just, you know, add one line of the code, and update the number there in another block. So that&#8217;s kind of the most difficult thing with Interactivity API, to understand how that functions, and that you can really achieve a lot with one piece of code, one line of code, but put it in a right place. And it can be in different places. So that&#8217;s something, you know, for you as a developer to document where I wrote things.</p>\n\n\n\n<p>So with the Interactivity API, the most important thing is to actually understand how that works. There is very good documentation there for the basic stuff, definitions and all of it. And also, examples. But really, it&#8217;s not just copy, pasting from example, it&#8217;s playing with it and understanding how it is connected.</p>\n\n\n\n<p>And once it&#8217;s clicked in your mind, it&#8217;s mind blowing. It&#8217;s like a game. Well, the coding for me is like a game. That&#8217;s why I started coding. But it is very interesting that you can, you know, play with it, you can break it, you can find different ways. And I was playing with putting the same code in different places to see if it will work, it will.</p>\n\n\n\n<p>So there is a new skill that we will see with Interactivity API, like the most beautiful code and the most beautiful place where you put that code. And I think it&#8217;s very much open for optimising code. And you&#8217;ll see there the level of expertise of developer for how much they understand the optimisation of JavaScript code.</p>\n\n\n\n<p>[00:21:45] <strong>Nathan Wrigley:</strong> Is the Interactivity API, how to describe it, is it finished?</p>\n\n\n\n<p>[00:21:49] <strong>Milana Cap:</strong> No.</p>\n\n\n\n<p>[00:21:50] <strong>Nathan Wrigley:</strong> Yeah. I mean, basically nothing in WordPress really is ever quite finished, is it?</p>\n\n\n\n<p>[00:21:54] <strong>Milana Cap:</strong> If you software, then it&#8217;s never finished.</p>\n\n\n\n<p>[00:21:56] <strong>Nathan Wrigley:</strong> No. But would you say it already has pretty much everything that you require it to have? Or can you imagine scenarios where it would be really nice to have this feature or this feature? What I&#8217;m trying to get to is, is it still under active development? Can people listening to this podcast who think that that would be an interesting use of their time to help contribute to that, is there still work to be done? And where would we go to get involved in that?</p>\n\n\n\n<p>[00:22:21] <strong>Milana Cap:</strong> You can go to, there is a GitHub issue that is called Interactivity API showcase. It&#8217;s in Gutenberg repository. And you&#8217;ll see a lot of different ideas, how people want to use Interactivity API. And you will, when you start looking at those examples, you start to get ideas, what you could use it for. And you get to remember all the projects you had that you could really use Interactivity API there.</p>\n\n\n\n<p>I don&#8217;t think it&#8217;s done. I don&#8217;t think it&#8217;ll ever be done because, you know, clients get very creative with things they want. And I think we can&#8217;t even imagine what we would want until we get to the request to do it for a project. So there&#8217;s a lot of things to do, as in feature terms, but there&#8217;s always, you know, fixing code, optimising here and there and cleaning things up. And then there&#8217;s an update from library that it depends on, and then you have to, you know, do that. So there&#8217;s always maintenance if you use software. It&#8217;s never done.</p>\n\n\n\n<p>[00:23:31] <strong>Nathan Wrigley:</strong> I feel like if you are, let&#8217;s say 18 years old, you&#8217;ve been brought up in an era where you&#8217;ve had a phone in your hand and the apps on the phone are kind of what you&#8217;ve grown up with expecting from things online. And everything over on the phone is interactive. There&#8217;s just this expectation that you can click a button and it will do some desired action over there.</p>\n\n\n\n<p>And it feels like a website that doesn&#8217;t have interactivity is almost, well, I mean, I know you can have brochure websites and things like that where it&#8217;s just static content. It feels like that&#8217;s the expectation and it&#8217;s more and more going to be the expectation. So if a project like this hadn&#8217;t come along, WordPress websites would&#8217;ve felt really strange. You know, stuck in the past in a way, because of that lack of interactivity.</p>\n\n\n\n<p>And now hopefully developers who haven&#8217;t got the time, the budget or the experience to do this on their own, hopefully they can start offering solutions by just reading the documentation and not having to dig into the weeds of absolutely everything, just implement what&#8217;s been written for you, and hopefully that&#8217;ll bring WordPress more into the year 2025.</p>\n\n\n\n<p>[00:24:36] <strong>Milana Cap:</strong> Well, I think that if you take from that perspective, like you are 18 years old and have everything, all the apps you want in your phone, I think that WordPress is already weird to them. They are not using CMS, it&#8217;s too much effort for the things they can do with another app in their phone.</p>\n\n\n\n<p>But I don&#8217;t think that WordPress is for them. I mean, WordPress is CMS. So it&#8217;s meant to be used with purpose while kids today still look for, you know, quick content that they can, my daughter is 21 years old and she sends me, you know, memes and videos all the time. Most often than not, yeah, I tell her I don&#8217;t understand this. And she says, well, it&#8217;s funny because it&#8217;s stupid. I say, I still don&#8217;t understand this.</p>\n\n\n\n<p>I mean, she understands the life cycle of something that is meaningful, something that is important. And that is something that we would use WordPress for. But their concentration and focus span is just, give me this stupid video, that&#8217;s funny because it&#8217;s stupid, and I&#8217;ll move on. So I don&#8217;t think we should even try to put WordPress there and try to satisfy that request. But still there are requests that Interactivity API does satisfy. And that was needed to be added to WordPress.</p>\n\n\n\n<p>[00:26:07] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s certainly nice for developers not to have to, well just basically roll their own solution and waste tons of time doing something 1,000 times, literally 1,000, maybe 10,000 times done differently. Whereas now everybody can just lean into this one implementation, and it&#8217;s baked into Core. And then everybody can inject things into, on top of your code, and you can look at other people&#8217;s code and extend it in that way. So hopefully that will mean that, you know, the project as a whole can move forward.</p>\n\n\n\n<p>Let&#8217;s move on to something that I literally know nothing about, HTML API. You&#8217;re going to have to go from the very most basic description and I will try to keep up.</p>\n\n\n\n<p>[00:26:46] <strong>Milana Cap:</strong> Well, HTML API is actually what powers Interactivity API. So we wouldn&#8217;t have Interactivity API as it is right now, if we didn&#8217;t have HTML API. For now we have two classes that we can use, HTML tag processor. Which is idea to use PHP to modify attributes in Gutenberg blocks, in their markup. Because it was so difficult to approach the block to get to that code and modify anything once it&#8217;s on the page.</p>\n\n\n\n<p>So the HTML tag processor is just working with the attributes in markup. But it was meant to be used for Gutenberg blocks, but it really doesn&#8217;t matter what you use, it&#8217;ll process any HTML if it finds it. And it&#8217;s very useful for many things that we would use jQuery for before, and we would load the whole JavaScript file. You can add, remove, classes. You can set the aspect ratio for iframe. You can set image size attributes. You can add accessibility attributes where you need them.</p>\n\n\n\n<p>And it&#8217;s all happening in PHP, you know, on the page load. It&#8217;s very fast. It&#8217;s amazing. And that&#8217;s what is powering those HTML directives that we have in Interactivity API. So in markup you will find data WP and then the rest of directive. And those directives are connecting the server side and the client side in JavaScript for Interactivity API. I think it&#8217;s called WP Directive Manager, the class that is really internal class, and it&#8217;s just being used by Interactivity API.</p>\n\n\n\n<p>But then there&#8217;s a class that&#8217;s called HTML processor. And this one is doing more things than tag processor. This one knows about the closing tag, and this one will support inserting and removing nodes from the page, or wrapping and unwrapping tags on the page, then reading and modifying inner content. So everything that you were loading JavaScript for, you know, all the makeup stuff, and if something is clicked then, you know, wrap me this paragraph in this div, and then we will change the class or whatever.</p>\n\n\n\n<p>You can do that with PHP now, and it feels so much less hacky. You have it. I had actually example for removing the no-follow attribute for internal links. So searching for internal links, before HTML tag processor, you would have to use regex, and regex is invented by extraterrestrials to make fun of humans.</p>\n\n\n\n<p>So it&#8217;s also, you cannot cover all the cases with regex. There are always surprises. There is always some edge case you didn&#8217;t think of and cover. And when you look at that code, even five minutes later, you don&#8217;t understand anything. It&#8217;s something that you Google, and you trust the code that you found on Google.</p>\n\n\n\n<p>But this one, when you used a tag processor, you actually understand everything. And it covers all edge cases. There are no surprises because it&#8217;s been built with HTML standards. So it supports every type of HTML that we will probably never see in our lives. You know, all the broken stuff and all of it, it supports it. And it&#8217;s been built by Dennis Snell. That is something unlike Interactivity API.</p>\n\n\n\n<p>So we saw that Laravel has it, and Symphony has it, and Phoenix first did it. But this is something that nobody has. This is our own. And Dennis now built it from zero, completely custom. And he&#8217;s now working in putting it into PHP. So it&#8217;ll be available, yeah, to everyone. That&#8217;s a really big thing.</p>\n\n\n\n<p>I gave this talk in September at PHP Serbia and people were sitting, you know, PHP developers who are working with Symphony and Laravel and doing custom PHP, and they were like, oh my God. And I was like, yeah, WordPress has something you don&#8217;t have. That was really nice feeling. Yeah, I like that Dennis is actually putting that into PHP.</p>\n\n\n\n<p>[00:31:30] <strong>Nathan Wrigley:</strong> So again, like I did with the Interactivity API, I&#8217;m going to do the same here. Let me just see if I&#8217;ve understood what it is. So the idea really, if you want to interact with the DOM, right now, the typical way of doing that is with some JavaScript or other. So let&#8217;s say for example, I don&#8217;t know, you want to do the third child of a div, and you want to put a border around that.</p>\n\n\n\n<p>With JavaScript, you&#8217;re going to find that third div, and then you&#8217;re going to insert some class, which will then get modified by the CSS to add a border and a border radius, and what have you. So that&#8217;s all done on the client side. Page loads, JavaScript loads, and then the DOM gets rewritten by the JavaScript.</p>\n\n\n\n<p>But in this scenario, it&#8217;s going server side. It is PHP. So it&#8217;s really much more readable and maintainable, and it all just lives in this one spot with all the other PHP. And then you would write something, basically the same thing, but in PHP, to do the same job. And then WordPress, so there&#8217;s no rewriting of the DOM. WordPress writes the DOM with that in mind. So the output HTML already has that in it. You&#8217;re not using JavaScript to rewrite what&#8217;s already been written, so it speeds things up as well.</p>\n\n\n\n<p>[00:32:39] <strong>Milana Cap:</strong> Yes, yes. You have less requests because there&#8217;s no file that you are requesting. There&#8217;s no waiting on, you know, everything to load. And to rewrite it, it&#8217;s just going right there.</p>\n\n\n\n<p>[00:32:51] <strong>Nathan Wrigley:</strong> So it&#8217;s the same process though. The way that you would do it in JavaScript, you&#8217;re now just transferring that into PHP, but the method that you&#8217;re using to do it would be the same, you know, search for the third child of this parent div, and then give it an extra class and that&#8217;s what happens.</p>\n\n\n\n<p>[00:33:04] <strong>Milana Cap:</strong> Yes.</p>\n\n\n\n<p>[00:33:05] <strong>Nathan Wrigley:</strong> Okay. Yeah, that&#8217;s really straightforward. And really, really, really powerful.</p>\n\n\n\n<p>[00:33:09] <strong>Milana Cap:</strong> It is.</p>\n\n\n\n<p>[00:33:10] <strong>Nathan Wrigley:</strong> Because not only can you write your own thing in that way, but if you want to upend what&#8217;s already been written by, I don&#8217;t know, let&#8217;s say there&#8217;s something strange in a plugin that you&#8217;ve downloaded. Would this be able to rewrite the things that the plugin is injecting?</p>\n\n\n\n<p>[00:33:23] <strong>Milana Cap:</strong> Yes.</p>\n\n\n\n<p>[00:33:23] <strong>Nathan Wrigley:</strong> Okay, so you can, I don&#8217;t know, let&#8217;s say there&#8217;s a plugin which does something quirky in the HTML, you don&#8217;t like it, you want to strip something out or add something in. It sits between where the plugin injects its code and where the end user receives the HTML.</p>\n\n\n\n<p>[00:33:35] <strong>Milana Cap:</strong> Yeah.</p>\n\n\n\n<p>[00:33:35] <strong>Nathan Wrigley:</strong> That is interesting. So it&#8217;s a total rewrite of the HTML.</p>\n\n\n\n<p>[00:33:38] <strong>Milana Cap:</strong> Mm-hmm.</p>\n\n\n\n<p>[00:33:39] <strong>Nathan Wrigley:</strong> That is fascinating.</p>\n\n\n\n<p>[00:33:41] <strong>Milana Cap:</strong> Yeah, and it&#8217;s fast. It&#8217;s actually working faster than when you would load JavaScript for that.</p>\n\n\n\n<p>[00:33:48] <strong>Nathan Wrigley:</strong> So in many cases it renders much of the JavaScript, the JavaScript that&#8217;s being used to modify the DOM. It completely negates the need for that?</p>\n\n\n\n<p>[00:33:59] <strong>Milana Cap:</strong> Yes.</p>\n\n\n\n<p>[00:33:59] <strong>Nathan Wrigley:</strong> Have you found it easy to learn this?</p>\n\n\n\n<p>[00:34:01] <strong>Milana Cap:</strong> Yeah, yeah. It&#8217;s very easy. It&#8217;s even easier than Interactivity API. It&#8217;s just, you know, you instantiate the class, pass the string to it that you want to, you know, search for tags, and then you have methods. You call the method and loop through the things, or you don&#8217;t have to loop, depending what you are looking for. And there is a method, remove attribute, add attribute, remove class. You know, it&#8217;s that easy.</p>\n\n\n\n<p>[00:34:28] <strong>Nathan Wrigley:</strong> And, like everything in WordPress, you said earlier, it&#8217;s never finished. There&#8217;ll always be work done on it. But as of now, we&#8217;re recording this late February, 2025, is it pretty complete for all the things that you&#8217;ve wished to do? Does it have an answer for that, or is there still work to be done?</p>\n\n\n\n<p>[00:34:42] <strong>Milana Cap:</strong> The HTML processor needs to be optimised, so it&#8217;s not completely production ready yet. Tag processor is optimised and ready to use, and we actually used it in 2023. We waited for new release when it was coming into Core. We waited for two weeks and delayed the deployment to get it in to actually, because that example that I used for removing no-follow attribute from internal links, that&#8217;s the real world example that we had. And it was really annoying problem that was so easily fixed with five lines of code, once the HTML API got into Core.</p>\n\n\n\n<p>[00:35:25] <strong>Nathan Wrigley:</strong> I obsess about WordPress, like that&#8217;s all I think about most days basically, and yet this is somehow completely passed me by. The Interactivity API, somehow that captured my attention. There must have been some press release, or something to explain that this is happening. But the HTML API completely passed me by. I wonder if that&#8217;s just my lack of trying hard enough.</p>\n\n\n\n<p>[00:35:46] <strong>Milana Cap:</strong> No, that was actually the case for many people. So for that WordPress release, I was leading the documentation focus. So I know, I wrote the field guide, and I knew that was there. But many people didn&#8217;t know.</p>\n\n\n\n<p>And that idea behind this new series of talks that I do. So to find these, it&#8217;s very good that these things come into Core slowly, like piece by piece. What is ready? What is optimised? But because they are small, people don&#8217;t hear about them, because we don&#8217;t advertise that. And Interactivity API is, it gets the same treatment as any other Gutenberg feature. Like, oh, it&#8217;s flashy, it&#8217;s new, come see this.</p>\n\n\n\n<p>But HTML API is completely PHP. It actually powers Interactivity API, but nobody knows that. And those were like small pieces getting in, because its purpose was to serve Gutenberg. So it wasn&#8217;t really advertised as something you can use for other things. But you know developers, they find ways to use something for different things.</p>\n\n\n\n<p>And that&#8217;s why I wanted to create these talks to actually show people there are so many things you can do with WordPress now that are new. And you can use them today, and tomorrow they will be even better.</p>\n\n\n\n<p>[00:37:14] <strong>Nathan Wrigley:</strong> I guess with the Interactivity API you are solving a really hard problem. So to be able to modify one part of the page, it&#8217;s content and it&#8217;s a separate block, that&#8217;s a difficult thing to overcome. So there&#8217;s a lot of work to get over that. But if you just want to add a border to the third child of a div, everybody&#8217;s using the same JavaScript technique to do it. So there&#8217;s a well understood way of doing it.</p>\n\n\n\n<p>And so that, I suppose, leads to the question, what is the benefit over just using JavaScript? Why would we want to use the HTML API instead of just the familiar thing, which probably everybody&#8217;s doing, you know, just rewrite things with JavaScript. Is it basically coming down to ease of readability for everybody, and speed?</p>\n\n\n\n<p>[00:37:57] <strong>Milana Cap:</strong> Yeah. I think if you take a look at, for example, enterprise projects. The way developers optimise the code, it&#8217;s like every piece of millisecond counts because these projects are huge, and they have a lot of visits. So if you can remove all the JavaScript, I mean, that&#8217;s huge. That is making such impact, and it brings you like 10 places before your competition. Doing just that is enough to use this over JavaScript.</p>\n\n\n\n<p>But also, it replaces not just need for JavaScript, but need for regex as well. And again, in enterprise projects, when you have huge databases running regex and having potential to not work everywhere where it&#8217;s supposed to work, as opposed to this, that is very straightforward. Not too many lines of code, and it&#8217;s actually faster. You would take that chance.</p>\n\n\n\n<p>[00:39:03] <strong>Nathan Wrigley:</strong> Yeah, I guess if you&#8217;ve just got like a five page brochure website, that&#8217;s for a mom and pop store, you&#8217;re probably not going to be worrying too much. But if you&#8217;ve got an enterprise page, you know, an enterprise level website which is maybe getting, I don&#8217;t know, 50,000 hits every hour or something like that. Shaving 10 milliseconds out, multiply that by 50,000, I mean, not only is it quicker, so Google likes it, but also the cost of everything goes down. You know, there&#8217;s less bits flying across the internet. It&#8217;s all been optimised. And I guess at the enterprise level, all of those things matter.</p>\n\n\n\n<p>[00:39:36] <strong>Milana Cap:</strong> Yeah, everything matters.</p>\n\n\n\n<p>[00:39:37] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s fascinating, genuinely fascinating, and something that I&#8217;d never heard of. So I will go and, when I&#8217;ve edited this podcast, I&#8217;ll go and preach the gospel of the HTML and Interactivity APIs. That&#8217;s everything I wanted to ask. Milana, is there anything that you wanted to get across that I didn&#8217;t ask?</p>\n\n\n\n<p>[00:39:53] <strong>Milana Cap:</strong> No.</p>\n\n\n\n<p>[00:39:54] <strong>Nathan Wrigley:</strong> No. In that case, Milana Cap, thank you very much for chatting to me today. Really appreciate it. I hope you enjoy the rest of your time in Manila.</p>\n\n\n\n<p>[00:40:01] <strong>Milana Cap:</strong> Yeah, thank you for having me.</p>\n\n\n\n<p>[00:40:03] <strong>Nathan Wrigley:</strong> You&#8217;re very welcome.</p>\n</div>\n\n\n\n<p>On the podcast today we have Milana Cap.</p>\n\n\n\n<p>Milana is a seasoned WordPress Engineer from Serbia, working with XWP and freelancing through Toptal. She&#8217;s not just a developer; she&#8217;s also active in WordPress community roles such as a co-rep for the documentation team, organiser at multiple WordCamps, and a member of the plugin review team.</p>\n\n\n\n<p>We discuss some groundbreaking WordPress features that developers should be aware of, specifically focusing on her presentation at WordCamp Asia in Manila titled &#8220;WordPress gems for developers: fresh new features you&#8217;ll actually want to use.&#8221;</p>\n\n\n\n<p>We start the discussion with the Interactivity API. Milana explains how this feature allows blocks within WordPress to communicate seamlessly with one another. Until now, most blocks were just silos of information, they could not communicate with one another. This API enables developers to manage interactivity across multiple blocks without resorting to custom solutions. We talk about some possible use cases.</p>\n\n\n\n<p>Milana also gets into the HTML API, which underpins the Interactivity API. This empowers developers to manipulate HTML attributes using PHP, thereby reducing the reliance on JavaScript. This not only enhances page load speeds but also simplifies the code management process. It’s not something that I’d heard of, but Milana explains how important it can be in rewriting the DOM for whatever goals you have in mind.</p>\n\n\n\n<p>Throughout the episode, Milana shares examples of these APIs in action, demonstrating how they can simplify and optimise WordPress development projects, particularly at an enterprise level.</p>\n\n\n\n<p>If you&#8217;re a developer looking to leverage these new WordPress features, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>Milana&#8217;s presentation at WordCamp Asia 2025: <a href=\"https://asia.wordcamp.org/2025/session/wordpress-gems-for-devs-fresh-new-features-youll-actually-want-to-use/\">WordPress gems for devs: fresh new features you’ll actually want to use</a></p>\n\n\n\n<p><a href=\"https://xwp.co/\">XWP</a></p>\n\n\n\n<p><a href=\"https://www.toptal.com/\">Toptal</a></p>\n\n\n\n<p><a href=\"https://wpmovies.dev/\">Interactivity API preview</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/discussions/55642\">Interactivity API showcase #55642</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2023/09/the-html-api-process-your-tags-not-your-pain/\">The HTML API: process your tags, not your pain</a></p>\n\n\n\n<p><a href=\"https://2024.phpsrbija.rs/\">PHP Serbia 2024</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 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: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:73:\"Do The Woo Community: The Do the Woo Release Notes Newsletter on LinkedIn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=94001\";s:7:\"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:77:\"https://dothewoo.io/blog/the-do-the-woo-release-notes-newsletter-on-linkedin/\";s: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:128:\"If you are on LinkedIn and looking for a deeper look into our episodes as they are released, we have a newsletter there for you.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Apr 2025 10:39: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: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:53:\"WordPress.org blog: WordPress 6.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18673\";s:7:\"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/2025/04/wordpress-6-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8462:\"<p>The third release candidate (“RC3”) for WordPress 6.8 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong>&nbsp; Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong>&nbsp; Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone.&nbsp; While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.8 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.8 RC3 in four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install.&nbsp; (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <code>wp core update --version=6.8-RC3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>\n\n\n\n<p>The current target for the WordPress 6.8 release is <strong>April 15, 2025</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> leading up to next week’s release for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.8 RC3?</h2>\n\n\n\n<p>Get a recap of WordPress 6.8’s highlighted features in the <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since <a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\">RC2</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-04-02&until=2025-04-08\">GitHub commits for 6.8</a> since April 1</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/log/branches/6.8?action=stop_on_copy&mode=stop_on_copy&rev=60145&stop_rev=60125&limit=100&sfp_email=&sfph_mail=\">Changes committed</a> since April 1</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community that collaborates and contributes to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8.&nbsp; For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.8 (scheduled for April 15, 2025), the <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled.&nbsp; Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp; For more details on developer-related changes in 6.8, please review the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.8 beta releases.&nbsp; With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.8.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English?  ¿Español?  Français?  Русский?  日本語? हिन्दी? मराठी? বাংলা?  You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC3 haiku</h2>\n\n\n\n<p><em>The launch draws closer,</em><em><br /></em><em>Six-eight sings through RC3,</em><em><br /></em><em>Almost time to shine.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mamaduka</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>krupajnanda</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a>, <a href=\"https://profiles.wordpress.org/narenin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>narenin</a>, <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a>, <a href=\"https://profiles.wordpress.org/courane01/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courane01</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joemcgill</a>, <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>, <a href=\"https://profiles.wordpress.org/kmgalanakis/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>kmgalanakis</a>, <a href=\"https://profiles.wordpress.org/umeshsinghin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>umeshsinghin</a>, <a href=\"https://profiles.wordpress.org/wildworks/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a href=\"https://profiles.wordpress.org/mkrndmane/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mkrndmane</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2025 15:54:49 +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:\"Jeffrey Paul\";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:81:\"Do The Woo Community: Our Final Wrap of CloudFest 2025 with Robert, Zach and Carl\";s:7:\"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=94070\";s:7:\"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:79:\"https://dothewoo.io/our-final-wrap-of-cloudfest-2025-with-robert-zach-and-carl/\";s: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:205:\"In this episode of Dev Pulse, hosts discuss CloudFest 2025, highlighting unique event experiences, innovative hackathon projects, networking opportunities, and a preview of upcoming CloudFest USA in Miami.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2025 12:32:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Four Practical Steps Towards Inclusion for Content Creators and Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=85966\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://dothewoo.io/blog/four-practical-steps-towards-inclusion-for-content-creators-and-developers/\";s: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:305:\"In a past podcast our host Anne provided practical advice for content creators and developers to foster an inclusive environment. They are simple and to the point. Key suggestions included: You can hear the full episode here Exploring Accessibility and Neurodiversity in WordPress with Anne Mieke Bovelett\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2025 09:55:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: Do the Woo v5.1 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=93974\";s:7:\"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://dothewoo.io/blog/do-the-woo-v5-1-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Four new co-hosts 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:\"Mon, 07 Apr 2025 13:07: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:99:\"Do The Woo Community: Michelle Frechette Joins the Do the Woo Hosting Team for WordPress Event Talk\";s:7:\"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=93984\";s:7:\"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://dothewoo.io/michelle-frechette-joins-the-do-the-woo-hosting-team-for-wordpress-event-talk/\";s: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:76:\"BobWP announces Michelle Frechette as the new host for WordPress Event Talk.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Apr 2025 09:42:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:59:\"Gravatar: What is Gravatar? Basics for WordPress and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3019\";s:7:\"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://blog.gravatar.com/2025/04/06/what-is-gravatar/\";s: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:17132:\"<p>Have you ever noticed how your profile picture magically appears on some blogs, forums, or websites without needing to upload it each time? That&#8217;s the power of Gravatar. Since 2004, we have been quietly revolutionizing online identity, offering a consistent way to represent yourself across the open web.</p>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> stands for Globally Recognized Avatar. It&#8217;s a free profile for the web that uses your email address as its core identification system. This clever approach lets you maintain a single avatar and profile that follows you across major platforms like <a href=\"https://wordpress.com/\">WordPress</a>, <a href=\"https://slack.com/\">Slack</a>, and <a href=\"https://github.com/\">GitHub</a>.</p>\n\n\n\n<p>The concept is simple but powerful. Instead of creating separate profiles on dozens of websites, Gravatar centralizes your online identity. With over 8.6 billion avatar requests served daily, it&#8217;s become an essential part of the online experience for millions of users.</p>\n\n\n\n<p>In recent years, Gravatar has expanded beyond just avatars Now, integrated websites can pull complete profile information from your Gravatar account. This improves the profile creation and onboarding processes, saving time and reducing friction when joining new platforms.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>From scattered profiles to unified presence: How Gravatar works</strong></h2>\n\n\n\n<p>At its core, Gravatar uses your email address as a unique identifier. When you comment on a blog or join a platform that supports Gravatar, the system looks up your email to find your profile information.</p>\n\n\n\n<p>Don&#8217;t worry about privacy concerns. Gravatar doesn&#8217;t simply expose your email address to every website. Instead, it converts your email into a <a href=\"https://docs.gravatar.com/api/avatars/hash/\">secure hash</a> – essentially a one-way code that protects your actual address while still creating a consistent identifier. This technical conversion ensures your email stays private while allowing the system to recognize you across different sites.</p>\n\n\n\n<p>Another one of Gravatar&#8217;s most powerful features is its synchronization capability. Update your profile once, and the change instantly reflects across millions of integrated websites through the <a href=\"https://docs.gravatar.com/\">Gravatar API</a>. This eliminates the hassle of updating dozens of separate profiles when you change your photo or information.</p>\n\n\n\n<img width=\"1328\" height=\"695\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/update-once-sync-everywhere.png\" alt=\"Gravatar “Update Once, Sync Everywhere” feature\" class=\"wp-image-3021\" />\n\n\n\n<p>For professionals, this creates an efficient way to build and maintain a <a href=\"https://blog.gravatar.com/2025/01/10/personal-branding-social-media/\">consistent online persona</a>. Want separate identities for work and personal activities? Simply create different Gravatars using different email addresses. This separation gives you complete control over how you present yourself in various contexts.</p>\n\n\n\n<p>Imagine never having to repeatedly upload profile pictures or maintain consistent information across multiple platforms. That&#8217;s the advantage Gravatar provides – centralized profile management that simplifies your online presence while maintaining your privacy.</p>\n\n\n\n<p>Each time you visit a new website that supports Gravatar, your profile information automatically appears – no duplicate accounts, no forgotten passwords, and no inconsistent branding. Your carefully crafted online identity follows you seamlessly across the web.</p>\n\n\n\n<p>And the best part? Claiming your Gravatar is completely free. Let&#8217;s walk through how to set one up.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Setting up your Gravatar account: A step-by-step guide</strong></h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Visit the <a href=\"https://gravatar.com/\">Gravatar website</a> and click “<em>Get Started Now.</em>”</li>\n</ol>\n\n\n\n<img width=\"1381\" height=\"971\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/get-started-now-gravatar.png\" alt=\"Gravatar homepage and “Get Started Now” button\" class=\"wp-image-3023\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Enter your email address.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"455\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/create-your-profile-page-gravatar.png?w=660\" alt=\"Gravatar: “Create your Profile” page\" class=\"wp-image-3024\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Check your inbox for a verification code, and enter it on the page.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"411\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-welcome-email.png?w=660\" alt=\"Gravatar confirmation email for a created account\" class=\"wp-image-3025\" />\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>If you already have a <a href=\"http://wordpress.com\">WordPress.com</a> account, Gravatar will ask, “<em>Would you like to log in to Gravatar using your WordPress.com account?</em>” Saying yes speeds up the process by using your existing information. If you don&#8217;t have a WordPress.com account, you can create one through Gravatar.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"452\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/profile-settings-wordpress-com.png?w=660\" alt=\"WordPress.com profile settings with Gravatar information\" class=\"wp-image-3026\" />\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Next, upload a profile photo. The maximum image size is 2048px, and the image will display as a square. Gravatar provides a cropping tool to help you position your photo for the best presentation.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"360\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-uploading-profile-picture.png?w=660\" alt=\"Gravatar: Uploading a profile picture\" class=\"wp-image-3028\" />\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>Complete your basic profile information, including your display name and bio.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"385\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-profile-about-information-setup.png?w=660\" alt=\"Gravatar profile: Filling out the About section\" class=\"wp-image-3029\" />\n\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li>To manage different identities, simply create a new Gravatar with a different email address. This allows you to maintain separate profiles for professional and personal use.</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/12/03/new-free-domains-and-bluesky-integration/\">Get your unique Gravatar URL</a> and begin sharing it on your <a href=\"https://blog.gravatar.com/2024/12/20/link-in-bio-tools/\">social media bio links</a> or email signatures. You can also use it to log in and manage your profiles on supported platforms like <a href=\"https://www.figma.com/\">Figma</a> or <a href=\"https://openai.com/\">OpenAI</a>.</li>\n</ol>\n\n\n\n<p>The process takes just a few minutes, but the benefits last for years. Once configured, your Gravatar becomes your digital passport, making it faster to join new communities and ensuring consistent recognition across the web.</p>\n\n\n\n<p>Remember that your profile is publicly visible by default, so only include information you&#8217;re comfortable sharing.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Optimizing your Gravatar profile for maximum impact</strong></h3>\n\n\n\n<p>Now that you&#8217;ve set up your basic Gravatar account, let&#8217;s look at ways to enhance its effectiveness.&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Profile photo</strong>: Choose a high-quality, professional image that represents you appropriately. For business purposes, a clear headshot with good lighting and a neutral background works best. If you prefer not to use your photo, a recognizable brand logo is a good alternative. Just ensure the image is clear and easily identifiable, even at smaller sizes, as a lot of people browse from their mobile.</li>\n\n\n\n<li><strong>Bio and details</strong>: Craft a concise, compelling bio that highlights your expertise, experience, and unique value. Focus on what makes you stand out and what your audience would find most relevant. Keep it brief but impactful – think of it as your elevator pitch in written form.</li>\n\n\n\n<li><strong>Social media and links</strong>: Add your verified social media accounts and links to your website or portfolio. This turns your Gravatar into a customizable <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a>. You can also take advantage of the <a href=\"https://blog.gravatar.com/2025/02/06/bluesky-handle/\">integration between Bluesky and Gravatar</a>, which allows you to use your Gravatar domain as your Bluesky handle for a consistent online identity.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"394\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/domain-updated-confirmation.png?w=660\" alt=\"Bluesky profile with a custom domain from Gravatar\" class=\"wp-image-3030\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Privacy settings</strong>: Control what information is visible by accessing your <a href=\"https://support.gravatar.com/profiles/profile-access/\">Account Privacy Settings</a> or the individual sections.&nbsp;</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"339\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/verified-profiles-privacy-settings.png?w=660\" alt=\"Gravatar profile: Adjusting the privacy settings for the “Verified accounts” section\" class=\"wp-image-3031\" />\n\n\n\n<p>In the general settings, you can choose to hide your public avatar, make your profile private, or discourage search engines from indexing your profile. This flexibility lets you balance visibility with privacy.</p>\n\n\n\n<img width=\"660\" height=\"512\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-general-privacy-settings.png?w=660\" alt=\"Gravatar profile general privacy settings\" class=\"wp-image-3032\" />\n\n\n\n<p>As you can see, you only need a little bit of effort, and you can end up with a well-optimized Gravatar profile that helps you:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Build professional credibility across multiple platforms.</li>\n\n\n\n<li>Establish a higher degree of online trust with your audience.</li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\">Create networking opportunities</a> whenever you interact online (and offline too!)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using Gravatar with WordPress and beyond</strong></h2>\n\n\n\n<p>Gravatar has been <a href=\"https://blog.gravatar.com/2024/12/10/how-to-use-gravatar-in-wordpress/\">deeply integrated with WordPress</a> since 2007, when it was acquired by <a href=\"https://automattic.com/\">Automattic</a> (WordPress.com&#8217;s parent company). This acquisition created a strong connection between these platforms that continues to benefit users today.</p>\n\n\n\n<p>When someone with a Gravatar profile comments or posts on a WordPress site, the system automatically pulls their Gravatar profile to display as the author.&nbsp;</p>\n\n\n\n<img width=\"660\" height=\"366\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/gravatar-comment-section.png?w=660\" alt=\"Example of a comment section with a Gravatar user\" class=\"wp-image-3034\" />\n\n\n\n<p>This creates a consistent visual identity across WordPress blogs without requiring users to set up separate profiles on each site they visit. Your professional image follows you throughout the WordPress ecosystem, helping readers recognize you across different blogs and publications.</p>\n\n\n\n<p>Site owners can easily customize how avatars appear on their WordPress sites through the dashboard under <em>Settings &gt; Discussion</em>. This section allows administrators to enable or disable avatars, select maximum ratings (G, PG, R, X), and choose default avatars for users without Gravatars. Options range from generic silhouettes to generated patterns based on email addresses.</p>\n\n\n\n<img width=\"660\" height=\"355\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/03/default-avatar-settings.png?w=660\" alt=\"Default Avatar options in WordPress\" class=\"wp-image-3035\" />\n\n\n\n<p>But Gravatar extends well beyond WordPress. Major platforms like GitHub, Slack, and OpenAI also use Gravatar to provide consistent user images across their services. This widespread adoption means your professional identity remains cohesive across much of the web.</p>\n\n\n\n<p>The greatest benefit comes from Gravatar&#8217;s central management approach: Update your profile once, and those changes sync across all connected platforms. Whether you&#8217;ve changed jobs, updated your headshot, or refined your bio, you only need to make these changes in one place. This saves valuable time and ensures your brand presentation remains consistent no matter where your online activities take you.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Privacy and security: Managing your digital identity</strong></h3>\n\n\n\n<p>Gravatar gives you strong privacy controls to manage your digital identity. You can choose exactly which profile details to share publicly and which to keep private, so you always know who can see your data. Besides the settings you can adjust for yourself, Gravatar uses industry-standard measures like HTTPS to keep your data safe as it travels across the web.</p>\n\n\n\n<p>However, even with these protections, it&#8217;s still a good idea to maintain separate profiles for work and your personal life. Using different email addresses for your work and personal Gravatars creates a helpful separation that prevents people from connecting different parts of your life. This approach also lets you customize privacy settings for each email address – keeping your professional presence polished while maintaining personal privacy.</p>\n\n\n\n<p>One of Gravatar&#8217;s key benefits is that it helps <a href=\"https://blog.gravatar.com/2024/12/02/how-can-you-manage-your-digital-footprint/\">minimize your overall digital footprint</a>. Instead of creating and managing accounts across dozens of websites and platforms (each with potential security vulnerabilities), you only need to update your personal information in one central location. This reduces your exposure to data breaches while ensuring your public-facing information remains accurate and up-to-date across the web.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create your free Gravatar profile in minutes</strong></h2>\n\n\n\n<p>Ready to claim your digital identity? Getting started with Gravatar takes just a few minutes but establishes your online presence across thousands of websites instantly.</p>\n\n\n\n<p>Here&#8217;s how to get your Gravatar profile up and running:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Visit Gravatar.com and <a href=\"https://wordpress.com/log-in/link?client_id=1854&redirect_to=https%3A%2F%2Fpublic-api.wordpress.com%2Foauth2%2Fauthorize%3Fclient_id%3D1854%26response_type%3Dcode%26blog_id%3D0%26state%3De16ed5decdc4260b151f46a6b7985daacc2cede87b1b9ec77e24420ddd91dfa3%26redirect_uri%3Dhttps%253A%252F%252Fgravatar.com%252Fconnect%252F%253Faction%253Drequest_access_token%26gravatar_from%3Dsignup%26from-calypso%3D1&gravatar_from=signup\">click “Get Started Now.”</a></li>\n\n\n\n<li>Create a new account or sign in with your existing WordPress.com credentials.</li>\n\n\n\n<li>Upload your chosen profile image – select something professional that represents you well.</li>\n\n\n\n<li>Complete your profile by adding a compelling bio.</li>\n\n\n\n<li>Connect your social media accounts and verify important links or services.</li>\n</ol>\n\n\n\n<p>With this single action, you&#8217;ll join millions of users on WordPress.com, GitHub, Slack, and other major platforms with your new globally recognized avatar. Your professional image will automatically appear whenever you comment, contribute, or interact across the web.</p>\n\n\n\n<p>No more maintaining separate profiles on dozens of websites. With Gravatar, you create one central identity that follows you across the internet, saving time while ensuring a consistent, professional presence everywhere you go.</p>\n\n\n\n<p><a href=\"https://wordpress.com/log-in/link?client_id=1854&redirect_to=https%3A%2F%2Fpublic-api.wordpress.com%2Foauth2%2Fauthorize%3Fclient_id%3D1854%26response_type%3Dcode%26blog_id%3D0%26state%3De16ed5decdc4260b151f46a6b7985daacc2cede87b1b9ec77e24420ddd91dfa3%26redirect_uri%3Dhttps%253A%252F%252Fgravatar.com%252Fconnect%252F%253Faction%253Drequest_access_token%26gravatar_from%3Dsignup%26from-calypso%3D1&gravatar_from=signup\">Create your free Gravatar profile today!</a></p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Apr 2025 21:39:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:113:\"Gutenberg Times: Gutenberg Changelog 116 – WordPress 6.8, Source of Truth, Field Guide, Gutenberg 20.5 and 20.6\";s:7:\"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=39909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-116-wordpress-6-8-field-guide/\";s: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:70135:\"<p>Birgit Pauli-Haack and JC Palmes talked about WordPress 6.8, Source of Truth, Field Guide, Gutenberg 20.5 and 20.6.</p>\n\n\n\n<p>Add a summary/excerpt here</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-116-wordpress-6-8-field-guide/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-116-wordpress-6-8-field-guide/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">JC Palmes</h2>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-x  wp-block-social-link\"><a href=\"https://twitter.com/jpalmes\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">X</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-github  wp-block-social-link\"><a href=\"https://github.com/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">GitHub</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://profiles.wordpress.org/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://www.instagram.com/khleomix/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://www.facebook.com/jcpalmes/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a href=\"https://www.linkedin.com/in/jcmaepalmes/\" class=\"wp-block-social-link-anchor\"><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li></ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://khleomix.com/\">Website</a></li>\n\n\n\n<li><a href=\"https://github.com/WebDevStudios/wds-bt/releases/tag/v1.1.0\">WDS-BT on GitHub</a> v.1.1.0</li>\n\n\n\n<li><a href=\"https://wdsbt.wdslab.com/\">Demo Site of WDS-BT Theme</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=omJVDhiE4hQ\">WordPress as a World-Class Publishing Platform, With Brad Williams</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-108-block-themes-for-agencies/\">Gutenberg Changelog #108 – Gutenberg 19.3, WordPress 6.7 – Block Themes for Agencies, WordCamp Asia</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=26QvHyo9kCs\">Building a Block-Based WordPress Site with FSE</a> w/ <strong>Keith Devon</strong> and <strong>Mark Wilkinson</strong> from Highrise Digital</li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=43g0FuetzDw\"><strong>Can AI fix Plugin Check issues?</strong></a> w/ Jonathan Bossenger</li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=E4SblEO4vuU\"><strong>Data in the Block Editor with @wordpress/data</strong></a> (Part 3) <a href=\"https://www.youtube.com/watch?v=18zDV5KIDog\"> Part 1</a> +<a href=\"https://www.youtube.com/watch?v=GlowE1b11Jk\"> Part 2</a> </li>\n\n\n\n<li>Adding user profiles to the Block Developer Cookbook&nbsp; <a href=\"https://www.youtube.com/watch?v=YbcmaRs6dP4\">Part 1 </a>and <a href=\"https://www.youtube.com/watch?v=cHgAc3DcAuk\">Part 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.8 </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">Fieldguide&nbsp;</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/\">Source of Truth</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/27/new-rest-api-filter-for-exposing-menus-publicly-in-wordpress-6-8/\">New REST API Filter for Exposing Menus Publicly in WordPress 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/accessibility-improvements-in-wordpress-6-8/\">Accessibility Improvements in WordPress 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/miscellaneous-developer-changes-in-wordpress-6-8/\">Miscellaneous developer changes in WordPress 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/updates-to-user-interface-components-in-wordpress-6-8/\">Updates to user-interface components in WordPress 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/miscellaneous-block-editor-changes-in-wordpress-6-8/\">Miscellaneous Block Editor Changes in WordPress 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/interactivity-api-best-practices-in-6-8/\">Interactivity API best practices in 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/new-filter-should_load_block_assets_on_demand-in-6-8/\">New filter should_load_block_assets_on_demand in 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/20/changes-to-the-screen-reader-text-class-in-wordpress-6-8/\">Changes to the .screen-reader-text class in WordPress 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/data-a-helpful-performance-warning-for-developers-in-the-useselect-hook/\">Data: A helpful performance warning for developers in the ‘useSelect’ hook</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a>&nbsp;</li>\n</ul>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/69777\">Zoom Out: Disabled when show template disabled&nbsp;#69777</a></p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg plugin releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.5.0\">Gutenberg 20.5</a> </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.6.0\">Gutenberg 20.6 </a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Welcome to our 116th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode we will talk about WordPress 6.8, The Source of Truth, the Field Guide, Gutenberg 20.5 and Gutenberg 20.6, and a few other things, little things in between.</p>\n\n\n\n<p>I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times, and a developer advocate working for Automattic. And it&#8217;s a great privilege for me to have with me, JC Palmes, who is the engineering manager at Web Dev Studios, again on the show. JC was also the local co-lead of this year&#8217;s WordCamp Asia in the Philippines, and it was a great WordCamp. So, congratulations. So glad you made it today, JC, how are you?</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;m doing great. And, actually, my role changed since we&#8217;ve last had this. Yeah, so I&#8217;m now the principal technical manager at Web Dev Studios.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Congratulations.</p>\n\n\n\n<p><em>JC Palmes: </em>Thank you. But yeah, I&#8217;m happy to be back. And things have been good, very busy, but the good kind. I&#8217;ve been deep in block themes again, so I&#8217;m excited about this episode. So, I&#8217;ve seen there&#8217;s a lot of cool stuff in 6.8 in the recent Gutenberg release I think developers like me will appreciate, especially those who are building for clients and working with starter themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, absolutely. So, the first time you were on the show was last September in Episode 108, and you had just released the first version of the WSD, W-</p>\n\n\n\n<p><em>JC Palmes:</em> WDS-BT.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; WDS-BT, yes, I&#8217;ll get it right, block starter theme, and we discussed it on the show. And after using it for half a year now, how are you doing with it, and what have you learned?</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah, so it&#8217;s been a great journey since then. After six months, was it really just six months, of using and refining WDS-BT in real client projects, I&#8217;ve learned a lot about what engineers need from a starter theme, especially when working with the site editor.</p>\n\n\n\n<p>And we&#8217;ve recently released Version 1.1, and most of the updates were based on feedback from our team, lessons from actual use in client sites, and one of the biggest things we focused on was making it easier to generate blocks and patterns consistently using our internal script, which is now part of BT as well.</p>\n\n\n\n<p>So, it&#8217;s all documented in the README if any developers out there want to try it out. So, this really helps streamline development for everyone. And we also have a demo site so that clients and internal teams and Sales can preview how the theme behaves out of the block. It&#8217;s been really helpful for onboarding and for setting clear expectations early on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I can imagine that, yes, and with the scripts now. So, you just said you had two scripts. One is to create custom blocks, and the other one to patterns. That&#8217;s the first time that I&#8217;ve heard about it.&nbsp;</p>\n\n\n\n<p><em>JC Palmes</em>: Oh, sorry. Well, not&#8230; So, we have an internal script. So, BT is part of our other repo that helps us create a client site from scratch. And what that does is, there&#8217;s a script that I&#8217;ve added in where we can create a theme based on WDS-BT in five minutes, and it goes through all the process in the terminal, and then, after that, you have a full website theme working, a block theme working as is.</p>\n\n\n\n<p>And the other one, which is part of BT, is in creating scaffolding blocks. So, BT comes with a block theme template that is baked into our custom webpack config. That webpack config is defaulting on WordPress config still, but we did add in a bit more flavor to it based on our use case.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, of course, yeah, that&#8217;s what it&#8217;s for, yeah, to adopt it, yeah. So, wonderful. So, dear listeners, we will share the links, one is to the theme, and also, to the demo site, in the show notes so you can test it out and see if it could also be your starter theme for your clients, and at least gives you…</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that would be awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; and gives you some inspiration for that. And I&#8217;m always looking for inspiration about how people approach a topic, so I&#8217;m glad that you and your company share so much online and build it in public, and also, shared quite a few blog posts about it, not only about your theme, but also your approach on getting clients work from a classic theme, and then, gradually go block-based.</p>\n\n\n\n<p>And I just listened to Brad Williams on the Press blog with Steve Birch. He interviewed him. So, I share that video as well in the show notes, and it starts out with what the approach is or how they approach it in terms of guiding clients through a block-based journey there when they were so happy with the other thing, yeah. And it starts at 20 minutes to get really into that. So, that was a really good conversation as well, with Steve Birch.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, we don&#8217;t have any announcement or listener questions today, but we have a few things that are community contributions or that I&#8217;ve selected, and one is pretty much the same topic. Kevin Devon and Mark Wilkinson from Highrise Digital, an agency in UK, shared their theme-building strategy for a school project at the London WordPress meetup.</p>\n\n\n\n<p>And it was really insightful to see how these experienced theme creators use the site editor to build a theme, and then, let the client fully customize, also, their sites. They actually go pretty deep and show what block that they hide from the school, what block variations on the embeds that they hide, and how to do that. They even shared some code.</p>\n\n\n\n<p>So, it was quite fast-paced, but video, you can just stop it and listen to it again, and all that. Yeah, so it&#8217;s called Building a Block-based WordPress Site with FSE. Yeah, they also went pretty detailed in what kind of custom blocks they did.</p>\n\n\n\n<p>And they actually didn&#8217;t program them themselves, they used ACF because of the data entry screens as well. So, they only did two. The rest was all core stuff, yeah. So, it&#8217;s really cool to see how that works out.</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;ll have to check it out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, they do some great work at Highrise Digital as well. And I have three more videos, so to speak, or tasks for you, dear listeners. So, three well-known developers in the community continue with their live streams. They started either this year or long before, but Jonathan Bossenger, many know from the developer courses at Learn WordPress, has been learning working with AI, and he shares it, be it wins or losses, on the live stream.</p>\n\n\n\n<p>And this week he tried to find out, can AI fix my Plugin Check issues? So, Plugin Check is a plugin that you install on your site when you develop a plugin, and then run through all the checks that the plugin review team has built so you are ahead of the curve when you submit it to the WordPress repository.</p>\n\n\n\n<p>But it&#8217;s not only good for when you submit it to the repository, it definitely helps you, also, with your own, even if you just give it to your clients also to beef up, check out some of the issues that are always problems.</p>\n\n\n\n<p>Yeah, so I cannot say because that&#8217;s a secret. No, you need to check it out themselves, how good he was, how good it worked for him. And the second one is JuanMa Garrido, he is from Spain, and is also a developer advocate at Automattic, and he shared live stream sessions in Spanish and English, not at the same time, of course.&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; me speaking Spanish, but no, he has one week he does this in Spanish, and the next week he does something else in English. So, that&#8217;s quite a good thing for the Spanish community as well.</p>\n\n\n\n<p>And he recently livestreamed going through the Data Layers Course on Learn.WordPress and built the app in public, and goes through, not all lines of code, but he explains the concepts behind that, even&#8230;</p>\n\n\n\n<p>Well, sometimes you need somebody to walk you through things so it actually clicks in your mind a bit, and that&#8217;s what JuanMa Garrido did. And then, Ryan Welcher is the pioneer of livestreaming…</p>\n\n\n\n<p>JC Palmes: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; in WordPress, and he&#8217;s done it for, I think, almost three years, if not longer. And he livestreams every Thursday at 2:30 PM, UTC, on Thursdays, unless he&#8217;s on a meetup or at a WordCamp or on holiday. And he has been, recently, working on adding user profiles and user interactions to his Block Developer Cookbook, which is the base of all his workshops where he has a few recipes that he walks through.</p>\n\n\n\n<p>In live events or in-person events like WordCamps, people can vote on which recipe should be talked about. And so, it was quite interesting to see at the workshop at WordCamp Asia last year and this year, because every event is different, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So…</p>\n\n\n\n<p><em>JC Palmes:</em> I missed that one. I wanted to be there, but with being a local lead organizer for WordCamp Asia, you can&#8217;t really be on the sessions that you want to be just because there&#8217;s a lot going on on the, you know?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And unfortunately, workshops are not recorded, as far as I can tell.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; because they&#8217;re also too long, yeah, and they are not a&#8230; So, a talk, when it&#8217;s recorded, it&#8217;s, most of the time, fast-moving because you only have 30 minutes or something like that, but when you have a workshop that is 75 minutes, it is a lot of downtime in the end. It&#8217;s moving at a glacial pace when you sit at home at YouTube. So, I totally get it.</p>\n\n\n\n<p>But you can check it out. We&#8217;ll share the Block Developer Cookbook repo in the site, in the show notes. So, you can definitely check it out. And maybe you want to get on the live stream with Ryan or JuanMa or Jonathan.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, we&#8217;ll see what we can do about that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, JC, what are the places that you watch for learning new stuff?</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, so I usually keep an eye on a few key places. The Make WordPress Core blog is, of course, a go-to because it&#8217;s where most of the important updates and demos get posted first, officially.</p>\n\n\n\n<p>And I also follow what&#8217;s happening on the Gutenberg and WordPress GitHub repos, because the discussions there give a good sense of what&#8217;s being built and why certain decisions are made. There&#8217;s a lot there.</p>\n\n\n\n<p>And of course, I check Learn WordPress pretty regularly, too, especially the developer workshops. I also stay actively lurking in Slack, mostly in Core Editor and Design. I try to catch Ryan&#8217;s live stream, always, when I have time, when I can, but I usually end up just going through the recorded ones on YouTube.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah?</p>\n\n\n\n<p><em>JC Palmes:</em> But yeah, they&#8217;re really great for seeing how things work in practice. And I read a lot of blogs, too. I can&#8217;t give you the list of the blogs that I read just because I don&#8217;t have a particular list. I just try to search for something that&#8217;s interesting based on the conversations in GitHub, and then, read through all the things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, excellent. Well, thank you so much for walking us through that. Yeah, I found the good with Gutenberg GitHub repo, really, there is so much there that it&#8217;s really hard to zone in on or zero in on the things that you, right now, need or wanted to explore.</p>\n\n\n\n<p>So, tracking issues are really good, and there is now a label that says Tracking Issues so you can see the history of a feature, how it worked out, or what&#8217;s in the pipeline. Of course, with the contributions being reduced, it&#8217;s going to be a little shorter…</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; or less features coming in, but sometimes it&#8217;s a good thing that there is a slower pace so everybody can catch up where they are. And I feel the same, yeah. I get the opportunity to dive a little deeper in all the things, although I was already, I have been quite deep into it, yeah. But if you don&#8217;t practice the skills to&#8230; it&#8217;s just superficial, yeah.</p>\n\n\n\n<p><em>JC Palmes</em>: Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 6.8 RC 2</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But talking about the Make Core blog, WordPress 6.8 is in Release Candidate 2, and it&#8217;s only about 11 days away from final release. So, if you haven&#8217;t tested 6.8, now it&#8217;s really time, and you need to carve out a few hours to make sure that your themes and plugins actually work at the sites, work with it.</p>\n\n\n\n<p>And that, of course, helps when you have a standardized system so you only have to check, mostly, one site, and then, some exceptions. But yeah, go and test it a bit. The Field Guide has the whole list of it, but it&#8217;s also a little bit overwhelming.</p>\n\n\n\n<p>But we can go through some of the dev notes that are in there, and we also have a link to The Source of Truth for the details on the block editor. So, the list of dev notes, I only had three or four stars in there. Now, you have all the stars in there. That&#8217;s cool.</p>\n\n\n\n<p>So, to explain that to our listeners, I had the list of dev notes, and I put an emoji star to it and said, &#8220;Okay, JC, let me know which one you want to talk about, and then we&#8217;ll kind of have&#8230;&#8221; And she checked all of them. It&#8217;s really cool.</p>\n\n\n\n<p><em>JC Palmes:</em> I did add in the smiley face to the ones that I think are really nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So, I think that one of the major features coming on 6.8, I don&#8217;t know you how you feel about it, but for me it&#8217;s the speculative loading in 6.8, and it has such a great history because it comes out of a feature plugin that already had 50,000 installs in the last couple of years. So, what is it?</p>\n\n\n\n<p>So, speculative loading leads to near-instant page load times by loading the URLs that users might navigate to them already in the background. And the feature relies on an API that is now supported by many browsers.</p>\n\n\n\n<p>It&#8217;s called the Speculation Rules API, and it&#8217;s a platform feature so you can define the rules for which kinds of URL to pre-fetch or pre-render, and how early such speculative loading should occur. So, that&#8217;s in a nutshell, and has a lot of technical implications.</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;m looking forward to this. This is one of the features that I really like, because I&#8217;ve been testing. So, for those who are using block themes, if you&#8217;re not, you should, speculative loading is already, it&#8217;s helping your site feel faster. You don&#8217;t have to enable anything, it&#8217;s just built in.</p>\n\n\n\n<p>So, just to add into what you mentioned about speculative loading, what it does is preload pages users are likely to visit next based on how they interact with the site. So, when they actually click the page, the next page is ready and it loads almost instantly.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it speeds up, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. What I really like about it is that it improves performance without adding too much complexity. There&#8217;s no JavaScript to manage, no extra setup. It just quietly does its job in the background. And it&#8217;s one of those features that makes the experience better for users while keeping it very simple for developers, which I really like. Always a win in my book.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes, yes, absolutely.</p>\n\n\n\n<p><em>JC Palmes:</em> Make it easy for me, yes, please.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah, it&#8217;s a win for you, but it&#8217;s also a win for the clients because their visitors are benefiting from that without any additional investment.</p>\n\n\n\n<p><em>JC Palmes:</em> Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, that&#8217;s the beauty of a WordPress open source system, that a lot of people work on it, and a few things just come with an update without costing a whole lot of money.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But let&#8217;s go a little bit back to the block editor. The first thing is that the global styles are now actually available from the left side of the screen, yeah. So, you have everything that you need reachable from the black navigation bar, and you don&#8217;t have to switch from one side to the next. Yeah, you can all do it in there, which is really cool.</p>\n\n\n\n<p><em>JC Palmes:</em> That always trips me up. Having to go from left to right when having it on one side just makes total sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. Yeah. And what also started to, from in there, is that you can now also get the style book from there. And it&#8217;s a little bit more intuitive because when you click on the typography, you see, in the style book, all the blocks that have text in them.</p>\n\n\n\n<p>And if you go to images or, what is it, no, color, then you know all the blocks that have color settings in them, which are quite a few now, but it&#8217;s easier to zero down on a problem or on a concern, kind of, &#8220;Let&#8217;s look at our images,&#8221; or, &#8220;Let&#8217;s look at our paragraphs,&#8221; or, &#8220;What are the styles for it,&#8221; and all that. So, it&#8217;s all there.</p>\n\n\n\n<p>And the user can actually change some of the global styles to switch out for their sites. If they don&#8217;t like the green of the button, they can make it darker or make it blue or make it pink, and make it for the whole site. So, it&#8217;s an instant replacement there. So, I really like the global styles to be a little bit more accessible for my brain. Speaking of a style book, it&#8217;s now also available for classic themes…</p>\n\n\n\n<p><em>JC Palmes:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; which was a long time coming, or when the style book came to block themes, it was an early request from theme developers to get it also for the classic theme, and that finally comes with WordPress 6.8.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that&#8217;s one of the features that I added a smiley on, because that&#8217;s big. So, having classic themes or hybrid themes able to access the style book is going to help a lot for those who are still on the fence about going full block, although they should, but it gives them that experience.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right, yeah. And also, the controls, yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, it&#8217;s an easing into the modern WordPress world, although there&#8217;s nothing wrong with staying on classic themes, but it&#8217;s so much nicer to work with a block editor, yeah. So, one of the confusions that has surfaced with the block theme is the confusion that, am I editing, now, a template, or am I adding a content page or grading a content page?</p>\n\n\n\n<p>And it took about, I think, a couple of years to figure out, and I am not there yet, we are not there yet, but to make that easier too, because the whole concept of templates was something that WordPress users, before, had no touch points. It was all in code and it was all for the developer.</p>\n\n\n\n<p>And unless the theme developer had a customizer, there was no need to think about templates, all that. But now, that concept has arrived at the user, and to get this right in the brain, it&#8217;s sometimes really hard. And now, they have added a switch to show the template in the editor or not.</p>\n\n\n\n<p>So, what that gives you is, when you grade a post and you click on the Show Template, you see where the featured image is and all the post content areas, and know, okay, when you click on the preview, it will show you, also, the whole page. Not only when you go to preview, but already in the editor, you see the whole page with header and footer and featured image and all that shows up. It takes the surprise out of it.</p>\n\n\n\n<p><em>JC Palmes: </em>Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And the same with pages.</p>\n\n\n\n<p><em>JC Palmes:</em> If you say there&#8217;s a switch that just gets toggled on when you see everything outlined for you, because that just makes things less confusing. So, this is a good move.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And the switch is in the preview tab, in the top toolbar, when you click on the preview, then you see that tab has changed, it has additional features now. So, plugin developers, your email newsletter person plugin can see the email from your post if you needed to, and there is also the show template off and on. It&#8217;s just a check mark. And it&#8217;s really nice, yeah. And it goes together with a Zoom Out view. The Zoom Out view is nothing new with 6.8.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It has been introduced to WordPress through 6.7, very rudimentary, but when you add a pattern to your page, it goes automatically to Zoom Out. So, you see more of it and you see the whole composition of it. Now, in the toolbar of that particular section or pattern that you just added, you can change the styles, if there are any, from the theme, and you can change the design.</p>\n\n\n\n<p>So, if you have a call-to-action pattern, clicking on Change Design gives you the other patterns that are call-to-actions, or in the same category, and if you click that little drop that&#8217;s in the toolbar…</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; yeah, you can browse through the styles for that particular call-to-action. And then, the Twenty-Twenty-Five theme, that&#8217;s actually quite nicely done. So, the developers of Twenty-Twenty-Five made a real good design system so you can just go through the color patterns for a particular section. It&#8217;s really nice.</p>\n\n\n\n<p>And the option gives you only a few block options. So, in the tool block toolbar you see those two features, and in the dropdown of the three dots, you only get four options, that&#8217;s copy, cut, duplicate, and delete. There&#8217;s nothing else to do there.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I found, yeah, it&#8217;s still a discussion if it&#8217;s a bug or not. For me, it&#8217;s a bug, but other people find it, well, maybe it should be like that is, when you switch off the show template-</p>\n\n\n\n<p><em>JC Palmes:</em> Mm-hmm?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; it also switches off the possibility of zoom view, because the zoom view is on a certain element in the template, the main element, and if that&#8217;s not there, the zoom view does not show. So, if you are waiting for the zo…m view to come in because you added a pattern, you need to just check Show Template…</p>\n\n\n\n<p><em>JC Palmes: </em>Check Show Template.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; yeah, switch on Show Template, and then you get it back. Or you could use&#8230; Oh no, that&#8217;s the wrong one. I thought that was a shortcut, but the shortcut is not for the template, it&#8217;s for the Zoom Out view, and it&#8217;s shift + control + 0 to get the Zoom Out view, but only when Show Template is checked.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes. That sounds like a bug.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. And I&#8217;m sharing that bug with you all so you can chime in. It&#8217;s an interesting discussion. Because it&#8217;s two different things. In my brain it&#8217;s two different things, and they shouldn&#8217;t be covered.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, completely two different things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes.</p>\n\n\n\n<p><em>JC Palmes:</em> They&#8217;re not the same.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you. Well, the design tools, well, then 6.6 they started, and then, 6.7, they continued with it, and 6.8, I think, is pretty far that every block has all the design tools it needs. So, color options, border options, dimensions are now available for almost every block.</p>\n\n\n\n<p>And there&#8217;s a dev note called the Roster of Design Tools per block, and you get a table with all the blocks in the list and which kind of feature they have and not have so you can&#8230;</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, that&#8217;s nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; a fast check, yeah. But it could use a few more features, like, the header comes down, but with the theme right now, it&#8217;s not possible.</p>\n\n\n\n<p><em>JC Palmes:</em> We have a pretty sweet table style in DEL, BT.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, okay. Well, I&#8217;ll see if I can replicate the full table and put it somewhere where I have access to plugins, because on the Make blog, yeah, there&#8217;s not a whole lot of…</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; the plugins all need to be tested and approved, and all that. So, did you get a chance to look at the Details block, changes there? Detail blocks was introduced, I think, in 6.7, I think, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, I&#8217;ve been using the Details block mostly as an accordion FAQs…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> &#8230; but this time around, I have not played around with the Details block when I was testing in 6.8.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, there are three different features that&#8230; So, one is that, if you have a list of the same things that you want to be controlled together, then you can give each one of the items, each Details block, so you have a set of three Details blocks and they&#8217;re all FAQs, for instance, so you can give them, in the the Advanced section, there is a Name Attributes field, and if you give them the name attribute, each one of them the same, then via CSS, you can control those at the same time.</p>\n\n\n\n<p>And what also happens is that, when one opens, the other one closes, and vice versa. So, it feels more like a unit for that. And you see it that the FAQ thing, oh, I used FAQ here in the example, in the Source of Truth, and you see that it&#8217;s then attached in the CSS in the name field. So, they&#8217;re identically named, and then they&#8217;ve…</p>\n\n\n\n<p><em>JC Palmes:</em> That is a good one. So, we&#8217;ve usually added in a script to handle opening and closing the Details block as an accordion. So, having this baked in is big.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. And you can actually do it with a&#8230; a content creator can do this. So, the same developer can&#8230; yeah. So, this is really nice.&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> This is nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Then, what&#8217;s also nice is that the summary content, like the question for an FAQ, for instance, is then also shown in the list view of the block editor so you can identify which one you&#8217;re working with. That&#8217;s so nice because that helps quite a bit.</p>\n\n\n\n<p><em>JC Palmes: </em>Yep.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then, you can also create anchor links for each block so you can separately link to them from other places, and developers have a chance to modify the Allow blocks attribute to make sure that only the right blocks are used in a Details block.</p>\n\n\n\n<p>So, there are quite a few things in there that makes it&#8230; I think that&#8217;s one of the biggest changes for WordCamp 6.8. When I was testing, I said, &#8220;Oh, this is neat. Oh, this is neat,&#8221; kind of thing.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, I like that, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> I like that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then, the other things, some of the changes on the blocks are minimal, but still, quality of life changes. So, the Gallery block now has one link, or one way to put the link to open bigger…</p>\n\n\n\n<p><em>JC Palmes:</em> Yes, because having to…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; and not for every…</p>\n\n\n\n<p><em>JC Palmes:</em> &#8230; do it on every single image when you&#8217;ve had more than 10 images there is not nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I would have said two, I would have said two images. If you have more than two, you don&#8217;t want to do this for every image, but yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;m a bit patient with galleries just because, but know 10 is my max, so&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. No, but that is really good that you, just going through the tool while make sure they have the gallery parent, select it, go in the toolbar, and then you can select the Enable click to expand. The image block now has a feature, has a way from the blocks settings that you can, when you load it into your post, that you can say, &#8220;Okay, make this image my featured image,&#8221; and you don&#8217;t have to delete it and then load it again.</p>\n\n\n\n<p>You still need to delete it if you don&#8217;t want it doubling up on your post. When you display featured images with a single post template, then you have that image in twice. But yeah, kicking out or deleting a block is easy.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. But that update is a subtle but powerful workflow update because there&#8217;s no need to switch context, just to set a featured image. That saves time if you have to do it more than twice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. If you do two posts a day for every day, you&#8217;re really happy about that type of saver, yeah. And you don&#8217;t have to think for it so much, yeah. Because a lot of people have a website that does really nice things with featured image, but it falls down when they forget the featured image there.</p>\n\n\n\n<p>That is something that they might&#8230; It prevents that people post something without the featured image. And then, the image block also has some handling. You can crop things and you can, well, mostly crop, or what else can you do with an image block, I forgot.</p>\n\n\n\n<p><em>JC Palmes:</em> Mostly crop.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Resize.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And now, you actually know that things happen because there are little notifications on the bottom of the screen that, &#8220;Oh, yes, we had to crop this,&#8221; yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes. That always trips me up because when you crop an image, I always have to double-check, &#8220;Was it really cropped?&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8220;Did it work,&#8221; yeah. And I hate that question, &#8220;Did this work,&#8221; or, &#8220;What happened,&#8221; yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. You just know it works when you look at the URL.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> It actually looks different.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it does, yeah. So, the Query Loop block, have you seen what&#8217;s coming in with that?</p>\n\n\n\n<p><em>JC Palmes:</em> So, this Query Loop block change is actually something that we, I guess, this is something that we wanted to fix way back. So, that is, that hasn&#8217;t been part of WDS-BT. It&#8217;s fixing WDS-BT, but with 6.8 having the same fix, I will have to remove that fix so that we&#8217;ll have the default one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Which feature are you…</p>\n\n\n\n<p><em>JC Palmes:</em> It&#8217;s a long time coming. The sticky post for a Query Loop block where it&#8217;s adding in not being counted when you set a&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, there are two things. One was already in there. It excludes the sticky posts. But now, there&#8217;s a new…</p>\n\n\n\n<p><em>JC Palmes:</em> They ignore one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>They ignore one, yeah, where you can&#8230; And that means that the sticky part of that post is ignored, and it will behave like the other filters.</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Like, if you do it by date or you do it by category or by tag, or something like that, it&#8217;s not sticking up on top on any of those sites. So, it&#8217;s a little hard. So, &#8220;excluding&#8221; means, none of the sticky posts are showing, and &#8220;ignore the sticky post&#8221; doesn&#8217;t mean ignore the sticky post, it ignores the sticky part.</p>\n\n\n\n<p><em>JC Palmes:</em> It&#8217;s having them go back to just a usual post not being counted as sticky, because sticky is sticky, it sticks to the front.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, or the top, or whatever.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, at the top.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So, there&#8217;s also a sorting option by page. So, for pages, you now can order by page order, in ascending order or in descending order. So, if you have pages and have parents, and then you have that, or have it in a certain order, the Query Loop can be sorted by that.</p>\n\n\n\n<p>So, when you want to show them in a&#8230; Why would you do that? Oh, if you&#8217;re in navigation, or something like that, or it&#8217;s some pages and you want it all in the same, in a real good order there. So, that&#8217;s certainly something that&#8217;s new.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that is new. Usually, when we need to do that same order by, we usually do it custom just so we&#8217;re able to do it that way. So, this is huge.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I really like it because I had, often, use cases where they had a parent page about a certain topic, and then, sub-pages that go deeper into it, and they all needed to be on one page, and had featured images so you can really do nice grids, but if they&#8217;re in a different order, it&#8230; So, you really want them in the right order.</p>\n\n\n\n<p>Yeah, get everybody confused. And then, there is another feature in there that comes out of the Zoom Out view, but it&#8217;s the button in the toolbar for the Query Loop, for the group block that holds everything together so you can change the design.</p>\n\n\n\n<p>So, if you grab a pattern for the Query Loop, and after thinking about it for two minutes you don&#8217;t like it, you don&#8217;t have to throw it out again. You just click on Change Design, and then, you get a another list of the other possibilities how you can put it together.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, I like the Change Design link.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, very cool.</p>\n\n\n\n<p><em>JC Palmes:</em> It&#8217;s a game changer. You don&#8217;t have to&#8230; Again, it&#8217;s a quality of life&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Absolutely, yeah. And you can now get the Query Loop for pages for all levels. Yeah, so you can say, &#8220;Okay, on the main page, I only want the sub-pages to show, but not the main page,&#8221; kind of thing. Yeah. And so, it&#8217;s really interesting.</p>\n\n\n\n<p>And The Source of Truth as well as the PR, they had an example query, so you can test it out, a pattern there. So, you can go through that. Yeah, that was the Query block, right? So, next thing is the new block, the Query Total block.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And it just shows the number of posts or pages in that particular query, and you can also add it to the pagination, or something like that, 10 of 12 kinds of things you get there as well. And it&#8217;s quite nice.</p>\n\n\n\n<p><em>JC Palmes:</em> One functionality that I need to recheck to see how that…</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Recheck on your theme, yes.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I can imagine, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> That is built in as well. There&#8217;s a lot of updates in 6.8 that we fixed in BT that we have now to retest…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Remove.</p>\n\n\n\n<p><em>JC Palmes:</em> &#8230; and remove as needed, which is quite nice, because it&#8217;s all going to be default functionality now. You don&#8217;t have to fight against the system.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And you have somebody else maintaining that part of the code?</p>\n\n\n\n<p><em>JC Palmes:</em> Right now it&#8217;s me and whoever is available at the moment.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p>But it&#8217;s the whole set of contributors that-</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, yeah, of course.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; maintain that.</p>\n\n\n\n<p><em>JC Palmes:</em> Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And you don&#8217;t have to think about, &#8220;Oh, we had a customization there, so let&#8217;s figure that out.&#8221;</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, while that was all going on in the release cycle and I was talking about things, I got a question that people who had a hard time finding or making sure that the Query Total block shows up, they couldn&#8217;t find it, it only shows up when you&#8217;re inside the Query Loop. It&#8217;s similar to the pagination. So, if you&#8217;re outside the Query Loop in your canvas, it doesn&#8217;t show up in the inserter because it has nowhere to go.</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah, it has nowhere to connect to.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right, yeah. Well, you and I know that, but it&#8217;s not an easy concept for people.</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>I have to always think about that because…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> &#8230; sometimes I just think in the developer mindset. So, it&#8217;s a switch.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, and sometimes it&#8217;s just surprising what is clear to me or others in the field. A new user or another content creator says, &#8220;How does that go? How does that work? I can&#8217;t find it.&#8221;</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So, the Social icon has minimal changes, but one is that it now also has the Discord icon. So, if you want to link to your Discord profile or Discord server, you can do this in the Social icons block, and it now also has, you can use the arrow keys to navigate to the link. You don&#8217;t have to go twice on adding the URL to whatever new Social icon you added.</p>\n\n\n\n<p><em>JC Palmes:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So, it&#8217;s really streamlining the process. Oh, I&#8217;ve just skipped over it. The Separator block can be, now, really expanded because you can add a different tag for it. The Separator block has only an HR tag until now…</p>\n\n\n\n<p><em>JC Palmes:</em> The HR, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; the horizontal line. And now, you can actually replace it in the advanced HTML element section of the block and make it a diff. So, then, all the CSS that you can do with any other diff, you can now apply to the Separator block, and makes it a nice, it can be a nice decorative tool for your theme and for your site.</p>\n\n\n\n<p>So, I think that transformation really helps with all that setting. Additional setting helps, really, with styling, adding more styling possibilities. I was just saying transformation…</p>\n\n\n\n<p><em>JC Palmes:</em> I guess we&#8217;ll be using the Separator block more?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it can be interesting breaking up the wall of text when you have some decorative stuff there. I can see that, for instance, the little pattern things that you had in WordPress Asia website, that they could be a little bit more [inaudible 00:41:53] instead of just an image, or something like that, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I was talking about transformation there, but I was just reading Transformation. What you now can also do is transform a Separator block into a Spacer block. So, yeah, there&#8217;s also one of the workflow improvements that come with 6.8. I don&#8217;t know if we have to go through the editor changes, all of them?</p>\n\n\n\n<p>I think there are two new commands. One is, Add a New Page, and the other one is, I totally forgot. My God. Open the Site Editor. When you are somewhere in pages or something like that and you want to just go back, you don&#8217;t have to click 15 times to get back to the design tools.</p>\n\n\n\n<p>No, you just do Open Site Editor, CTRL + K, and then, start with Site Editor, and it gives you the option already in the command palette that flows on top of your screen.</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, keyboard shortcuts too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>There are two new ones, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s the…</p>\n\n\n\n<p><em>JC Palmes:</em> Pace, block styles with Command Control, and option…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, good.</p>\n\n\n\n<p><em>JC Palmes:</em> We didn&#8217;t&#8230; Yeah, that one. That set&#8217;s going to get heavy use.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes.</p>\n\n\n\n<p><em>JC Palmes:</em> From me at least.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> And then, that shortcut, you can now paste block styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right, yes.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You can copy-paste block styles over. That&#8217;s fast. You can really do that. So, the next thing, what I really like is, the Starter Content is now available for&#8230; You can switch that off. That&#8217;s the first thing. So, if you add a new page, it automatically comes with Starter Content, if the theme provides them, in a modal.</p>\n\n\n\n<p>That gets in the way to get started with what you want to do. Some people like it and some people don&#8217;t like it. It&#8217;s the 50-50 thing. But some people&#8230; So, you can switch it off. So, you can toggle that Show Starter Content Patterns off, and you can also change it in the Preferences.</p>\n\n\n\n<p>But you can also find them in the categories of your patterns. It says Starter Content. So, if you do want to see them, you can just go there and get a list of the starter content for that particular post type.&nbsp;</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that one I have not tested yet, but that will be useful for clients who have very particular styles for a custom post type. With the toggling on and off of that feature, is that available per custom post type or is that a global setting?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s a global setting. Show Starter Content Patterns, that&#8217;s a global setting, but Starter Content, until 6.8, wasn&#8217;t available for other custom post types.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, but now it is. So, you can, if you&#8217;re just in the header of the pattern, you say that&#8217;s also for your custom post types, when you do add new custom post type, it also shows the starter content, which wasn&#8217;t available before.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, that&#8217;s really cool.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that&#8217;s cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s definitely a good feature request for an enhancement to at least provide a filter for theme developers to switch it off for certain post types, and on for other posts. And speaking of theme developers, now you could have your patterns in different folders so it&#8217;s not all in the patterns folder, like, Twenty-Twenty-Five has, I don&#8217;t know, 80 patterns in one folder?</p>\n\n\n\n<p><em>JC Palmes:</em> A lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Now, you can&#8230; And I had to do, with the name of the file, I had to sort it, like, H or CTA, dot, dot, dot. Now, you can have folders like Patterns, CTAs, and I&#8217;ll put them all in there, or Patterns and Testimonials, or something like that, yeah.</p>\n\n\n\n<p>So, it&#8217;s a little bit more organized in your theme folder, and I really like that, yeah, because I&#8217;m also a fan to having separate style folders. So, I have styles for blocks and a style for other things.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, that&#8217;s what we do with BT as well. So, styles are there included in folders if it&#8217;s words. I forgot what I was going to say. Yeah, just making sure that you have styles in the block folder.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes: </em>And being able to do that for patterns is…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Pretty organized, yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> &#8230; yeah, that&#8217;s going to make things a lot more organized, because we don&#8217;t need more than 80 patterns in one single folder.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Maybe you don&#8217;t need any patterns, period, but some people actually, then, need them for a larger site…</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; and then, you can sort it out through the folders, yeah. Because you have the categories, and if you make the categories also be your folders…</p>\n\n\n\n<p><em>JC Palmes: </em>Your folders.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; yeah, it helps. So, that was what I wanted to&#8230; Well, we talked a lot about the block editor kind of thing, but I really like that because it&#8217;s such a neat tool, and we need to dive in, sometimes, really deeper into the features.</p>\n\n\n\n<p>Now, for the developers, the Field Guide is out, and I definitely urge you to look at that and skim it at least for things that are interesting to you. There have been a ton of accessibility improvements, and Joe Dawson, the team rep of the Accessibility team has done a fine job putting that together so you can really see what has changed and what has been improved upon.</p>\n\n\n\n<p>There are also some developer-related changes for the block editor in the miscellaneous block editor dev note. I think George Mamadashvili did that. He was also the editor tech lead for the release, or is, yeah. It&#8217;s not out yet.</p>\n\n\n\n<p>And it definitely also deals with deprecations of being experimental, coming stable, or deprecated kind of thing. So, you definitely want to check that out to make sure that you have that on your radar when things get deprecated.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, I always make sure that I check that because you can&#8217;t have deprecated machines, especially in client sites.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And when they&#8217;re announced through the console&#8230; So, sometimes clients tell me, &#8220;Okay, I get this yellow&#8230; What does it mean?&#8221; I said, &#8220;You have to ignore it.&#8221;</p>\n\n\n\n<p><em>JC Palmes: </em>It&#8217;s for styling. Just ignore it.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And then, there is a post about the interactivity API best practices by Felix Arntz, and also, Avoiding Deprecation Warnings is part of the headlines there. But definitely, if you are working with the interactivity API, definitely check it out. It gives you quite a few interesting pointers there.</p>\n\n\n\n<p>Oh, there is a more efficient block-type registration. This is also from Felix, yes. Now, you can register multiple blocks in one function so it doesn&#8217;t have to be called over and over again, which is definitely a performance improvement, and also, you don&#8217;t have so much code in it then. Check that out.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, I&#8217;ll check that out, because I&#8217;ve added in another custom function that allows us to do that just in one function.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> You don&#8217;t have to call it out multiple times.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, right, yeah. So, anything in the WordPress 6.8 that you wanted to talk about that we skipped here?</p>\n\n\n\n<p><em>JC Palmes:</em> Definitely, the new filter, because that&#8217;s going to be…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, the Should Load Block Asset on Demand.</p>\n\n\n\n<p><em>JC Palmes:</em> On Demand, yes&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, explain that to me.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah. So, with that new filter, it really just allows developers to make sure that blocks will only load their assets, the styling, and the scripts for that block when it&#8217;s actually on a page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh.</p>\n\n\n\n<p><em>JC Palmes:</em> When it&#8217;s used on a page. So, that was available for core blocks before. Let me just&#8230; There&#8217;s one other filter, I think, that is part of that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Should Load Separate Core Blocks</p>\n\n\n\n<p><em>JC Palmes:</em> Should Load Separate Core Block Assets, that one we are using on BT, just handled differently. Again, custom function because we do have custom blocks that I would want to not load, because by default, that loads, right? So, with BT, that only loads when it&#8217;s actually used.</p>\n\n\n\n<p>I would have to change to this new filter because this one is more efficient. It just does it out of the box. So, with Should Load Separate Core Block Assets, it does two things, it loads the core blocks, and then, with the Total Block library script, with all of the styling and stuff, and then, the scripts and the style sheet for that particular block, what this new filter does is, it loads, yeah, I mentioned that, it only loads the script and the styles for that block, not the entire thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, like…</p>\n\n\n\n<p><em>JC Palmes:</em> So, that&#8217;s going to be a lot of improvement. We do that already, which means I have to change that function to this new filter, which is amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. You were definitely ahead of your time.</p>\n\n\n\n<p><em>JC Palmes: </em>Because we need to fix things when WordPress is not yet ready to fix it because we need that function right away.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p><em>JC Palmes:</em> We can&#8217;t just wait. But glad that what we&#8217;ve done for BT is being done by default now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you can rip it out. All right, my dears, dear listeners, we are all through the 6.8 release so far, and I hope you find some really good things in there. Now, we&#8217;re coming to Gutenberg 20.5.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.5</h3>\n\n\n\n<p>And don&#8217;t be alarmed, and we have 20.6, but there are not a whole lot of new things or mentionable enhancements that we want to mention here. So, we&#8217;ll still, probably, stay within the time of our podcast, although there is no time. It takes as long as it takes, like many other things in life.</p>\n\n\n\n<p><em>JC Palmes:</em> Because there&#8217;s a lot.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So, 20.5 Gutenberg Plugin, it has the updated edit site link for the admin bar that now goes, actually, back to the site editor and not to the page that you were actually on or the template that you were on.</p>\n\n\n\n<p>So, that confused a lot of people because every time you clicked on it, you were on a different page. So, sure, every time you click on it, to go to the same page. So, that is really good.</p>\n\n\n\n<p>The Create Block Package now supports blocks manifests and the relevant core APIs by default. That needed a little bit of bug fix in there, but that is now&#8230; It also has to do with the multiple blocks, right?</p>\n\n\n\n<p><em>JC Palmes:</em> Mm-hmm.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> So, this one, I think, is a huge deal because having it aligned better with core and the support manifests by default means there&#8217;s less guesswork and just better starting point for custom blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. Yeah, absolutely, yeah. So, the Block button, if it&#8217;s used in the navigation bar, now also has&#8230; So, when you&#8217;re in a navigation bar and you add another link, if it&#8217;s a custom page link, it offers you creating a new page, but not with a button. So, now, when you add a button to it, also gives you the capability to draft a new page, which is really nice. So, you can use those buttons more.</p>\n\n\n\n<p>What else is in there? So, the Data View Actions, as a plugin developer, you can use a modal to do whatever the action is. And now, you also have the possibility that you can control the size of the modal so it&#8217;s not the same size every time.</p>\n\n\n\n<p>And you have a lot of white space there, or you can focus on certain things. Now, you can actually control the size through props. That&#8217;s developer speak, but you will appreciate that.</p>\n\n\n\n<p><em>JC Palmes:</em> Of course. There are a couple of updates there that make me smile.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Which one?</p>\n\n\n\n<p><em>JC Palmes:</em> The Trailing Period Cleanup and the Defaulting Back To, the 100 PX Spacer Block default.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh. Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> These are really just petty things for me, but I&#8217;m glad that people find them weird as well. So, they&#8217;re fixing it and adding it back, thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Good, yeah. So, there&#8217;s a change in the Data Views, which comes on par with the WPA, the old page things where you have the pages listed in the admin as a sub-page if you have sub-pages like&#8230; So, hierarchical kind of dimension there.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah, hierarchical and not a flat thing. And that helps.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And that now came, also, to the Data Views. So, you have a cluster, the way you actually designed it or put them together. So, I&#8217;m sorry, there&#8217;s a little&#8230;</p>\n\n\n\n<p><em>JC Palmes:</em> I&#8217;m also reading through.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I need to read through that.</p>\n\n\n\n<p><em>JC Palmes:</em> Oh, the mobile one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> So, when I test VT, I always test on multiple interfaces, like you should, and that also includes editing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, yeah, editing on mobile, yes.</p>\n\n\n\n<p><em>JC Palmes:</em> Editing on mobile is a lot easier.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Oh, now, yeah. That&#8217;s good, yeah. What else do we have? That&#8217;s pretty much for 20.5.</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. There&#8217;s also the documentation about the WP scripts with the build blocks manifest has been updated as well. So, you can read up about it. And the Color Experimental Duotone has been removed from core blocks, but I hope they&#8217;ll keep it in. That is stabilized now. So, it&#8217;s called Filter Duotone instead of Color Experimental Duotone.</p>\n\n\n\n<p>So, it&#8217;s just a rewording of things, and also, to make it stable so people are more inclined to use it in their custom blocks as well, because some people shy away from experimental stuff because they don&#8217;t know how it will turn out.</p>\n\n\n\n<p><em>JC Palmes:</em> Usually, they change their name, which is going to be the case here. I don&#8217;t think we have&#8230; So, for our client projects, we usually do shy away from the experimental stuff just so&#8230; It needs to be as stable as it should be-</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, that makes total sense.</p>\n\n\n\n<p><em>JC Palmes: </em>&#8230; in my personal projects still, yeah. I do use that in my&#8230; Well, I play around with all of the experimental stuff on my own theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it&#8217;s fun, right?</p>\n\n\n\n<p><em>JC Palmes:</em> You end up seeing all the things that get broken on the next update, which is fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Or you at least can start prognosis, like, &#8220;Which one gets broken first,&#8221; kind of thing.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Makes begging easier. So, that was Gutenberg 20.5.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.6</h3>\n\n\n\n<p>We are now coming to Gutenberg 20.6, and there are additional features in there that are not coming to 6.8, except for the Enabling the Startup Pattern for all post types. That was back-ported to 6.8, but the others are&#8230;</p>\n\n\n\n<p>I don&#8217;t think that the keyboard shortcut to paste styles is actually in 6.8. I think that&#8217;s in the Gutenberg plugin, and it doesn&#8217;t have the, yeah, it does not come to 6.8.</p>\n\n\n\n<p><em>JC Palmes:</em> That&#8217;s sad.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s sad. Oh, so sad.</p>\n\n\n\n<p><em>JC Palmes:</em> I liked that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, they&#8217;re adding support for more granular controls for the Table of Content block, which also hasn&#8217;t made it to Core yet because it needs a little bit more finessing.</p>\n\n\n\n<p><em>JC Palmes:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But if you use it in your private sites, or while some people, like me, are brave or are stupid, depending on the perspective, they use Gutenberg.</p>\n\n\n\n<p><em>JC Palmes:</em> They use it on…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, Gutenberg production.</p>\n\n\n\n<p>JC Palmes: Yes. But this Table of Content block controls things that I love.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>JC Palmes:</em> But again, it&#8217;s one of those almost-there blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah. And what we are talking about right now is that you can select the heading levels. So, if you want all the H2s in there, then you can say that, oh, you want all H1 to H2 to H6 in there, you can say that too, or anything in between.</p>\n\n\n\n<p>So, it&#8217;s a nice setting on the sidebar for the Table of Content. And I think I tweeted out a little video to show that off, but&#8230; When I was testing it, I said, &#8220;Oh, this is nice.&#8221; Yeah. Then, whereas the navigation bar has…</p>\n\n\n\n<p><em>JC Palmes:</em> Navigation, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; it gets a transparency slider for the sub-menus background, which is highly appreciated. But also, that is not yet in. It just came in in 20.6.</p>\n\n\n\n<p><em>JC Palmes:</em> Just began in 6.8 too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, that is out. So, 6.8, just so, if you want to go back and look at things, 6.8 has Gutenberg plugins from 19.4 to 20.4. So, with 2020. And most of the time, only bug fixes get back-ported to the current version, but then, new enhancements are not going to make it there.</p>\n\n\n\n<p>In 20.6 Gutenberg Plugin, you also get a new option for opening the links in a new tab for the RSS block. And that is something that a lot of people wanted, and now, we have it. Now you can shortcut for pasting styles. Was that the 20.6 already?</p>\n\n\n\n<p><em>JC Palmes: </em>Yeah, that&#8217;s the 20.6&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it was a small release because most of the Gutenberg developers like George Mamadashvili, Fabian Kägy, Akiyama Anu, and a few others, they were all really, in the release cycle, occupied with that. So, yes. But that&#8217;s it. We are almost at the end of our show.</p>\n\n\n\n<p>Well, thank you, dear listeners, and thank you, JC, for sticking it out with me and having a discussion on that. It was wonderful to chat with you about the things. And dear listener, as always, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcas\">Gutenbergtimes.com/podcast.</a></p>\n\n\n\n<p>This is Episode 116, and if you have questions and suggestions or news you want us to include the next time, just 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>. So, this is it.</p>\n\n\n\n<p>Thank you, JC, thank you, all, listeners, for being with us again. And hello, all the new ones that we gathered, new listeners we gathered on all the different podcast apps. Well, I wish you a great weekend, everyone. Well, the weekend will be over when you get to read this. So, I wish you a nice weekend, JC.</p>\n\n\n\n<p><em>JC Palmes:</em> Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And until the next time, thank you.</p>\n\n\n\n<p><em>JC Palmes:</em> Thank you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Apr 2025 09:21: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 19 Apr 2025 20:16:45 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sat, 19 Apr 2025 20:00:28 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1745137005;s:23:\"__cache_expiration_time\";i:1745137005;}','off'),
(151,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1745137005','off'),
(152,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1745093805','off'),
(153,'_transient_timeout_dash_v2_d574e94acce509528fce430351f5c76a','1745137005','off'),
(154,'_transient_dash_v2_d574e94acce509528fce430351f5c76a','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://www.wp-tr.org/wordcamp-avrupa-2024un-kisa-ozeti/\'>WordCamp Avrupa 2024’ün Kısa Özeti</a></li><li><a class=\'rsswidget\' href=\'https://www.wp-tr.org/sayilarla-guzel-hosting/\'>Sayılarla Güzel Hosting</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/blog/vibes/\'>Do The Woo Community: Vibes</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/wordpress-6-8-released-block-accessibility-checks-stacking-cards-layout-and-more-weekend-edition-326/\'>Gutenberg Times: WordPress 6.8 released, Block Accessibility checks, Stacking cards layout, and more — Weekend Edition 326</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/from-page-views-to-conversions-improving-products-with-wordpress-analytics-with-derek-ashauer/\'>Do The Woo Community: From Page Views to Conversions: Improving Products with WordPress Analytics with Derek Ashauer</a></li></ul></div>','off'),
(168,'current_theme','Hoteller','auto'),
(169,'theme_mods_hoteller','a:88:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";N;s:9:\"side-menu\";N;s:11:\"footer-menu\";N;}s:18:\"custom_css_post_id\";i:224;s:16:\"tg_typekit_fonts\";a:1:{i:0;a:5:{s:9:\"font_name\";s:6:\"Europa\";s:13:\"font_css_name\";s:10:\"europa-web\";s:13:\"font_variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:13:\"font_fallback\";s:10:\"sans-serif\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}}s:24:\"tg_lightbox_color_scheme\";s:5:\"white\";s:22:\"tg_lightbox_thumbnails\";s:12:\"no_thumbnail\";s:18:\"tg_body_typography\";a:3:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";}s:20:\"tg_header_typography\";a:2:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";}s:11:\"tg_hr_color\";s:7:\"#979797\";s:13:\"tg_font_color\";s:7:\"#000000\";s:13:\"tg_link_color\";s:7:\"#000000\";s:19:\"tg_hover_link_color\";s:7:\"#979797\";s:16:\"tg_h1_font_color\";s:7:\"#000000\";s:17:\"tg_input_bg_color\";s:7:\"#ffffff\";s:19:\"tg_input_font_color\";s:7:\"#000000\";s:21:\"tg_input_border_color\";s:7:\"#979797\";s:20:\"tg_input_focus_color\";s:7:\"#000000\";s:19:\"tg_input_typography\";a:3:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";}s:20:\"tg_button_typography\";a:3:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"18px\";}s:18:\"tg_button_bg_color\";s:7:\"#686868\";s:22:\"tg_button_border_color\";s:7:\"#686868\";s:24:\"tg_button_hover_bg_color\";s:7:\"#000000\";s:28:\"tg_button_hover_border_color\";s:7:\"#000000\";s:17:\"tg_header_content\";s:7:\"content\";s:18:\"tg_menu_typography\";a:5:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"20px\";s:14:\"text-transform\";s:4:\"none\";s:14:\"letter-spacing\";s:3:\"0px\";}s:18:\"tg_menu_font_color\";s:7:\"#000000\";s:24:\"tg_menu_hover_font_color\";s:7:\"#000000\";s:25:\"tg_menu_active_font_color\";s:7:\"#000000\";s:15:\"tg_menu_cart_bg\";s:7:\"#eb9e41\";s:23:\"tg_submenu_border_color\";s:7:\"#222222\";s:21:\"tg_submenu_typography\";a:3:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";}s:19:\"tg_submenu_bg_color\";s:7:\"#686868\";s:24:\"tg_megamenu_border_color\";s:7:\"#979797\";s:20:\"tg_topbar_font_color\";s:7:\"#979797\";s:14:\"tg_sidemenu_bg\";s:7:\"#ffffff\";s:22:\"tg_sidemenu_font_color\";s:7:\"#000000\";s:28:\"tg_sidemenu_font_hover_color\";s:7:\"#000000\";s:22:\"tg_sidemenu_typography\";a:3:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"22px\";}s:24:\"tg_page_title_font_color\";s:7:\"#000000\";s:29:\"tg_page_header_marging_bottom\";s:1:\"0\";s:24:\"tg_page_title_typography\";a:4:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";s:14:\"letter-spacing\";s:3:\"0px\";s:9:\"font-size\";s:4:\"65px\";}s:24:\"tg_page_title_font_style\";s:6:\"normal\";s:26:\"tg_page_tagline_typography\";a:4:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:26:\"tg_page_tagline_font_color\";s:7:\"#000000\";s:27:\"tg_sidebar_title_typography\";a:5:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"13px\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:3:\"2px\";}s:21:\"tg_sidebar_font_style\";s:6:\"normal\";s:21:\"tg_sidebar_font_color\";s:7:\"#000000\";s:21:\"tg_sidebar_link_color\";s:7:\"#000000\";s:27:\"tg_sidebar_hover_link_color\";s:7:\"#979797\";s:22:\"tg_sidebar_title_color\";s:7:\"#000000\";s:17:\"tg_footer_content\";s:7:\"content\";s:20:\"tg_footer_typography\";a:3:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";}s:20:\"tg_footer_font_color\";s:7:\"#000000\";s:20:\"tg_footer_link_color\";s:7:\"#000000\";s:26:\"tg_footer_hover_link_color\";s:7:\"#979797\";s:22:\"tg_footer_border_color\";s:7:\"#979797\";s:22:\"tg_footer_social_color\";s:7:\"#000000\";s:15:\"tg_copyright_bg\";s:7:\"#ffffff\";s:23:\"tg_copyright_font_color\";s:7:\"#000000\";s:23:\"tg_copyright_link_color\";s:7:\"#000000\";s:29:\"tg_copyright_hover_link_color\";s:7:\"#979797\";s:24:\"tg_footer_copyright_text\";s:54:\"© Copyright Hoteller Theme Demo - Theme by ThemeGoods\";s:23:\"tg_copyright_typography\";a:3:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";s:14:\"text-transform\";s:9:\"uppercase\";}s:28:\"tg_footer_copyright_totop_bg\";s:7:\"#686868\";s:22:\"tg_blog_cat_font_color\";s:7:\"#000000\";s:28:\"tg_blog_post_format_bg_color\";s:7:\"#eb9e41\";s:24:\"tg_blog_title_typography\";a:2:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";}s:31:\"tg_blog_single_title_typography\";a:3:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";s:14:\"letter-spacing\";s:3:\"0px\";}s:32:\"tg_blog_single_detail_typography\";a:2:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";}s:34:\"tg_blog_single_category_typography\";a:2:{s:11:\"font-family\";s:5:\"Inter\";s:7:\"variant\";s:7:\"regular\";}s:27:\"tg_blog_post_tag_font_color\";s:7:\"#000000\";s:33:\"tg_accommodation_price_typography\";a:2:{s:11:\"font-family\";s:23:\"Reforma1969, sans-serif\";s:7:\"variant\";s:7:\"regular\";}s:33:\"tg_accommodation_booking_progress\";b:1;s:46:\"tg_accommodation_booking_progress_active_color\";s:7:\"#eb9e41\";s:30:\"tg_accommodation_search_layout\";s:4:\"grid\";s:14:\"tg_shop_layout\";s:7:\"sidebar\";s:24:\"tg_shop_price_font_color\";s:7:\"#000000\";s:23:\"tg_shop_onsale_bg_color\";s:7:\"#eb9e41\";s:25:\"tg_header_content_default\";s:2:\"56\";s:32:\"tg_sticky_header_content_default\";s:2:\"68\";s:37:\"tg_transparent_header_content_default\";s:2:\"74\";s:19:\"tg_content_bg_color\";s:7:\"#ffffff\";s:25:\"tg_boxed_content_bg_color\";s:7:\"#ffffff\";s:25:\"hoteller_fullmenu_default\";s:2:\"81\";s:24:\"hoteller_fullmenu_effect\";s:9:\"move-down\";s:25:\"tg_footer_content_default\";s:3:\"108\";s:29:\"tg_boxed_content_border_color\";s:7:\"#979797\";s:15:\"tg_custom_fonts\";a:3:{i:0;a:3:{s:9:\"font_name\";s:6:\"Renner\";s:8:\"font_url\";s:88:\"https://okullar.com/hoteller/wp-content/themes/hoteller/fonts/renner-medium-webfont.woff\";s:13:\"font_fallback\";s:10:\"sans-serif\";}i:1;a:3:{s:9:\"font_name\";s:16:\"hk_groteskmedium\";s:8:\"font_url\";s:91:\"https://okullar.com/hoteller/wp-content/themes/hoteller/fonts/hkgrotesk-medium-webfont.woff\";s:13:\"font_fallback\";s:10:\"sans-serif\";}i:2;a:3:{s:9:\"font_name\";s:11:\"Reforma1969\";s:8:\"font_url\";s:85:\"https://okullar.com/hoteller/wp-content/themes/hoteller/fonts/Reforma1969-Blanca.woff\";s:13:\"font_fallback\";s:10:\"sans-serif\";}}}','on'),
(170,'theme_switched','','auto'),
(195,'mphb_custom_roles_version','3','auto'),
(532,'pp_sidebar','a:3:{s:19:\"Reservation Sidebar\";s:19:\"Reservation Sidebar\";s:28:\"Booking Confirmation Sidebar\";s:28:\"Booking Confirmation Sidebar\";s:13:\"Terms Sidebar\";s:13:\"Terms Sidebar\";}','auto'),
(197,'mphbcf_upgraded_version','1.2.1','auto'),
(198,'mphb_checkout_fields_activated','1','off'),
(199,'mphbrp_last_skipped_booking_id','0','off'),
(200,'mphb_pricelabs_activated','1','off'),
(201,'action_scheduler_hybrid_store_demarkation','20','auto'),
(202,'schema-ActionScheduler_StoreSchema','7.0.1745094078','auto'),
(203,'schema-ActionScheduler_LoggerSchema','3.0.1745094078','auto'),
(352,'woocommerce_admin_install_timestamp','1745094081','auto'),
(205,'woocommerce_feature_reactify-classic-payments-settings_enabled','no','auto'),
(207,'woocommerce_newly_installed','no','auto'),
(208,'woocommerce_schema_version','920','auto'),
(209,'woocommerce_store_address','','on'),
(210,'woocommerce_store_address_2','','on'),
(211,'woocommerce_store_city','','on'),
(212,'woocommerce_default_country','US:CA','on'),
(213,'woocommerce_store_postcode','','on'),
(214,'woocommerce_allowed_countries','all','on'),
(215,'woocommerce_all_except_countries','','on'),
(216,'woocommerce_specific_allowed_countries','','on'),
(217,'woocommerce_ship_to_countries','','on'),
(218,'woocommerce_specific_ship_to_countries','','on'),
(219,'woocommerce_default_customer_address','base','on'),
(220,'woocommerce_calc_taxes','no','on'),
(221,'woocommerce_enable_coupons','yes','on'),
(222,'woocommerce_calc_discounts_sequentially','no','off'),
(223,'woocommerce_currency','USD','on'),
(224,'woocommerce_currency_pos','left','on'),
(225,'woocommerce_price_thousand_sep',',','on'),
(226,'woocommerce_price_decimal_sep','.','on'),
(227,'woocommerce_price_num_decimals','2','on'),
(228,'woocommerce_shop_page_id','21','on'),
(229,'woocommerce_cart_redirect_after_add','no','on'),
(230,'woocommerce_enable_ajax_add_to_cart','yes','on'),
(231,'woocommerce_placeholder_image','20','on'),
(232,'woocommerce_weight_unit','lbs','on'),
(233,'woocommerce_dimension_unit','in','on'),
(234,'woocommerce_enable_reviews','yes','on'),
(235,'woocommerce_review_rating_verification_label','yes','off'),
(236,'woocommerce_review_rating_verification_required','no','off'),
(237,'woocommerce_enable_review_rating','yes','on'),
(238,'woocommerce_review_rating_required','yes','off'),
(239,'woocommerce_manage_stock','yes','on'),
(240,'woocommerce_hold_stock_minutes','60','off'),
(241,'woocommerce_notify_low_stock','yes','off'),
(242,'woocommerce_notify_no_stock','yes','off'),
(243,'woocommerce_stock_email_recipient','erer@webservis.com.tr','off'),
(244,'woocommerce_notify_low_stock_amount','2','off'),
(245,'woocommerce_notify_no_stock_amount','0','on'),
(246,'woocommerce_hide_out_of_stock_items','no','on'),
(247,'woocommerce_stock_format','','on'),
(248,'woocommerce_file_download_method','force','off'),
(249,'woocommerce_downloads_redirect_fallback_allowed','no','off'),
(250,'woocommerce_downloads_require_login','no','off'),
(251,'woocommerce_downloads_grant_access_after_payment','yes','off'),
(252,'woocommerce_downloads_deliver_inline','','off'),
(253,'woocommerce_downloads_add_hash_to_filename','yes','on'),
(254,'woocommerce_downloads_count_partial','yes','on'),
(355,'woocommerce_attribute_lookup_enabled','no','auto'),
(256,'woocommerce_attribute_lookup_direct_updates','no','on'),
(257,'woocommerce_attribute_lookup_optimized_updates','no','on'),
(258,'woocommerce_product_match_featured_image_by_sku','no','on'),
(259,'woocommerce_prices_include_tax','no','on'),
(260,'woocommerce_tax_based_on','shipping','on'),
(261,'woocommerce_shipping_tax_class','inherit','on'),
(262,'woocommerce_tax_round_at_subtotal','no','on'),
(263,'woocommerce_tax_classes','','on'),
(264,'woocommerce_tax_display_shop','excl','on'),
(265,'woocommerce_tax_display_cart','excl','on'),
(266,'woocommerce_price_display_suffix','','on'),
(267,'woocommerce_tax_total_display','itemized','off'),
(268,'woocommerce_enable_shipping_calc','yes','off'),
(269,'woocommerce_shipping_cost_requires_address','no','on'),
(270,'woocommerce_ship_to_destination','billing','off'),
(271,'woocommerce_shipping_debug_mode','no','on'),
(272,'woocommerce_enable_guest_checkout','yes','off'),
(273,'woocommerce_enable_checkout_login_reminder','no','off'),
(274,'woocommerce_enable_signup_and_login_from_checkout','no','off'),
(275,'woocommerce_enable_myaccount_registration','no','off'),
(276,'woocommerce_registration_generate_password','yes','off'),
(277,'woocommerce_registration_generate_username','yes','off'),
(278,'woocommerce_erasure_request_removes_order_data','no','off'),
(279,'woocommerce_erasure_request_removes_download_data','no','off'),
(280,'woocommerce_allow_bulk_remove_personal_data','no','off'),
(281,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','on'),
(282,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'),
(283,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(284,'woocommerce_trash_pending_orders','','off'),
(285,'woocommerce_trash_failed_orders','','off'),
(286,'woocommerce_trash_cancelled_orders','','off'),
(287,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(288,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(289,'woocommerce_email_from_name','My Store','off'),
(290,'woocommerce_email_from_address','erer@webservis.com.tr','off'),
(291,'woocommerce_email_header_image','','off'),
(292,'woocommerce_email_base_color','#32373c','off'),
(293,'woocommerce_email_background_color','#ffffff','off'),
(294,'woocommerce_email_body_background_color','#ffffff','off'),
(295,'woocommerce_email_text_color','#1e1e1e','off'),
(296,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','off'),
(297,'woocommerce_email_footer_text_color','#787c82','off'),
(298,'woocommerce_email_auto_sync_with_theme','yes','off'),
(299,'woocommerce_merchant_email_notifications','no','off'),
(300,'woocommerce_cart_page_id','22','off'),
(301,'woocommerce_checkout_page_id','23','off'),
(302,'woocommerce_myaccount_page_id','24','off'),
(303,'woocommerce_terms_page_id','','off'),
(304,'woocommerce_checkout_pay_endpoint','order-pay','on'),
(305,'woocommerce_checkout_order_received_endpoint','order-received','on'),
(306,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'),
(307,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'),
(308,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'),
(309,'woocommerce_myaccount_orders_endpoint','orders','on'),
(310,'woocommerce_myaccount_view_order_endpoint','view-order','on'),
(311,'woocommerce_myaccount_downloads_endpoint','downloads','on'),
(312,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'),
(313,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'),
(314,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'),
(315,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'),
(316,'woocommerce_logout_endpoint','customer-logout','on'),
(317,'woocommerce_api_enabled','no','on'),
(318,'woocommerce_allow_tracking','yes','on'),
(319,'woocommerce_show_marketplace_suggestions','yes','off'),
(320,'woocommerce_custom_orders_table_enabled','yes','on'),
(321,'woocommerce_analytics_enabled','yes','on'),
(322,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),
(323,'woocommerce_feature_order_attribution_enabled','yes','on'),
(324,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),
(325,'woocommerce_feature_remote_logging_enabled','yes','on'),
(326,'woocommerce_feature_email_improvements_enabled','yes','on'),
(327,'woocommerce_email_improvements_disabled_count','1','auto'),
(328,'woocommerce_email_improvements_first_disabled_at','2025-04-19 20:21:19','auto'),
(329,'woocommerce_email_improvements_last_disabled_at','2025-04-19 20:21:19','auto'),
(330,'woocommerce_feature_product_block_editor_enabled','no','on'),
(331,'woocommerce_hpos_fts_index_enabled','no','on'),
(332,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),
(333,'woocommerce_single_image_width','600','on'),
(334,'woocommerce_thumbnail_image_width','300','on'),
(335,'woocommerce_checkout_highlight_required_fields','yes','on'),
(336,'woocommerce_demo_store','no','off'),
(337,'wc_downloads_approved_directories_mode','enabled','auto'),
(338,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','auto'),
(339,'current_theme_supports_woocommerce','yes','auto'),
(340,'woocommerce_queue_flush_rewrite_rules','no','auto'),
(341,'_transient_wc_attribute_taxonomies','a:0:{}','on'),
(529,'product_cat_children','a:0:{}','auto'),
(343,'default_product_cat','15','auto'),
(444,'woocommerce_custom_orders_table_created','yes','auto'),
(345,'woocommerce_refund_returns_page_id','25','auto'),
(456,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1747686410','off'),
(348,'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:21:\"erer@webservis.com.tr\";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:21:\"erer@webservis.com.tr\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','on'),
(349,'woocommerce_version','9.8.1','auto'),
(350,'woocommerce_db_version','9.8.1','auto'),
(351,'woocommerce_store_id','2e7d1698-ec40-4ad4-ac22-a6bdc3e3176d','auto'),
(353,'woocommerce_inbox_variant_assignment','8','auto'),
(354,'woocommerce_remote_variant_assignment','44','auto'),
(356,'_transient_timeout__woocommerce_upload_directory_status','1745180481','off'),
(357,'_transient__woocommerce_upload_directory_status','protected','off'),
(359,'_transient_timeout__woocommerce_helper_subscriptions','1745094982','off'),
(360,'_transient__woocommerce_helper_subscriptions','a:0:{}','off'),
(381,'elementor_landing_pages_activation','0','auto'),
(382,'elementor_version','3.28.3','auto'),
(383,'elementor_install_history','a:1:{s:6:\"3.28.3\";i:1745094094;}','auto'),
(384,'elementor_events_db_version','1.0.0','off'),
(385,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"nhSYvZ6Om3hzG8Y2FQLIACquAEIlL735\";}','on'),
(386,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'),
(387,'widget_hoteller_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(388,'widget_hoteller_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(389,'widget_hoteller_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(390,'widget_hoteller_cat_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(391,'widget_hoteller_social_profiles_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(392,'widget_mphb_rooms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(393,'widget_mphb_search_availability_widget','a:2:{i:1;a:6:{s:5:\"title\";s:0:\"\";s:6:\"adults\";s:1:\"1\";s:8:\"children\";s:1:\"0\";s:13:\"check_in_date\";s:0:\"\";s:14:\"check_out_date\";s:0:\"\";s:10:\"attributes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),
(394,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(395,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(396,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(397,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(398,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(399,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(400,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(401,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(402,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(403,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(404,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(405,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(406,'widget_mphb_accommodation_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(407,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(408,'widget_mphbmc_select_currency','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),
(409,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(410,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(411,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(412,'_site_transient_timeout_wp_theme_files_patterns-9dc92c5e86a107fa9fac2997bbf02394','1745095894','off'),
(413,'_site_transient_wp_theme_files_patterns-9dc92c5e86a107fa9fac2997bbf02394','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:8:\"patterns\";a:0:{}}','off'),
(414,'_transient_timeout_as-post-store-dependencies-met','1745180494','off'),
(415,'_transient_as-post-store-dependencies-met','yes','off'),
(416,'_site_transient_timeout_woocommerce_blocks_patterns','1747686094','off'),
(417,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:5:\"9.8.1\";s:8:\"patterns\";a:42:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:85:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:101:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:90:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content right with image left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:103:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:108:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:103:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:15:\"Product Filters\";s:4:\"slug\";s:34:\"woocommerce-blocks/product-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:108:\"woocommerce/active-filters, woocommerce/price-filter, woocommerce/attribute-filter, woocommerce/stock-filter\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:86:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/filters.php\";}i:8;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:91:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/footer-large.php\";}i:9;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/footer-simple-menu.php\";}i:10;a:11:{s:5:\"title\";s:17:\"Footer with menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:98:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/footer-with-3-menus.php\";}i:11;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/form-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:107:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/four-image-grid-content-left.php\";}i:12;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/header-centered-pattern.php\";}i:13;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/header-distraction-free.php\";}i:14;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:95:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/header-essential.php\";}i:15;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:91:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/header-large.php\";}i:16;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:93:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/header-minimal.php\";}i:17;a:11:{s:5:\"title\";s:47:\"Heading with three columns of content with link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:126:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php\";}i:18;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:99:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/hero-product-3-split.php\";}i:19;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/hero-product-chessboard.php\";}i:20;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/hero-product-split.php\";}i:21;a:11:{s:5:\"title\";s:33:\"Centered content with image below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:118:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php\";}i:22;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:101:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/just-arrived-full-hero.php\";}i:23;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:104:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/no-products-found-filters.php\";}i:24;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:96:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/no-products-found.php\";}i:25;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:103:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-default.php\";}i:26;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:109:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-image-gallery.php\";}i:27;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:114:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-minimal-left-image.php\";}i:28;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:108:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-modern-black.php\";}i:29;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:113:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-split-right-image.php\";}i:30;a:11:{s:5:\"title\";s:34:\"Coming Soon With Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:114:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:107:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-collection-3-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:107:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-collection-4-columns.php\";}i:33;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:107:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-collection-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:125:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-collection-featured-products-5-columns.php\";}i:35;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:108:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-query-product-gallery.php\";}i:36;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:98:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/product-search-form.php\";}i:37;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:95:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/related-products.php\";}i:38;a:11:{s:5:\"title\";s:33:\"Social: Follow us on social media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:111:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/social-follow-us-in-social-media.php\";}i:39;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:101:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/testimonials-3-columns.php\";}i:40;a:11:{s:5:\"title\";s:19:\"Testimonials Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:98:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/testimonials-single.php\";}i:41;a:11:{s:5:\"title\";s:37:\"Three columns with images and content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:116:\"/home/okullar/public_html/hoteller/wp-content/plugins/woocommerce/patterns/three-columns-with-images-and-content.php\";}}}','off'),
(418,'envato_market_state','activated','auto'),
(473,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1745115701','off'),
(519,'_transient_product_query-transient-version','1745094353','on'),
(520,'wp_calendar_block_has_published_posts','1','auto'),
(421,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders','1745115694','off'),
(422,'_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders','no','off'),
(423,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),
(424,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1745266895','off'),
(425,'_transient_woocommerce_admin_pes_incentive_woopayments_cache','a:3:{s:10:\"incentives\";a:2:{i:0;a:8:{s:2:\"id\";s:32:\"wcpay-promo-2023-action-discount\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-action-discount\";s:4:\"type\";s:12:\"welcome_page\";s:9:\"cta_label\";s:28:\"Install WooPayments for free\";s:6:\"tc_url\";s:75:\"https://woocommerce.com/terms-conditions/woopayments-action-promotion-2023/\";s:11:\"description\";s:117:\"<b>Save 10%</b> on payment processing costs in your <b>first three months</b> when you sign up for WooPayments today.\";s:19:\"task_header_content\";s:256:\"Power your payments with a simple, all-in-one option and <b>save 10% on payment processing costs in your first three months</b>. See <a href=\"https://woocommerce.com/terms-conditions/woopayments-action-promotion-2023/\">Terms and Conditions</a> for details.\";s:10:\"task_badge\";s:35:\"Save 10% on payment processing fees\";}i:1;a:9:{s:2:\"id\";s:54:\"wcpay-promo-2023-action-discount__wc_settings_payments\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-action-discount\";s:4:\"type\";s:20:\"wc_settings_payments\";s:11:\"description\";s:161:\"Use the native payments solution built and supported by Woo to accept online and in-person payments, track revenue, and handle all payment activity in one place.\";s:9:\"cta_label\";s:8:\"Save 10%\";s:6:\"tc_url\";s:75:\"https://woocommerce.com/terms-conditions/woopayments-action-promotion-2023/\";s:5:\"title\";s:88:\"Save 10% on processing fees during your first 3 months when you sign up for WooPayments.\";s:17:\"short_description\";s:88:\"Save 10% on processing fees during your first 3 months when you sign up for WooPayments.\";s:5:\"badge\";s:27:\"Save 10% on processing fees\";}}s:12:\"context_hash\";s:32:\"643c8b4e2af03d2c68dc700d7c8856a7\";s:9:\"timestamp\";i:1745094095;}','off'),
(426,'bcf_custom_fonts_2_0_2_migration','1','auto'),
(427,'_custom_fonts_db_version','2.1.13','auto'),
(625,'_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:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"tr_TR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1746060184;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),
(429,'_site_transient_timeout_envato_market_plugins','1745097696','off'),
(430,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','off'),
(431,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":true},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":true}','auto'),
(432,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746060180;s:8:\"response\";a:2:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.28.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.8.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:29:\"custom-fonts/custom-fonts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/custom-fonts\";s:4:\"slug\";s:12:\"custom-fonts\";s:6:\"plugin\";s:29:\"custom-fonts/custom-fonts.php\";s:11:\"new_version\";s:6:\"2.1.13\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/custom-fonts/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/custom-fonts.2.1.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-256x256.gif?rev=3001076\";s:2:\"1x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-128x128.gif?rev=3001076\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/custom-fonts/assets/banner-1544x500.png?rev=3001076\";s:2:\"1x\";s:67:\"https://ps.w.org/custom-fonts/assets/banner-772x250.png?rev=3001076\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:25:\"loftloader/loftloader.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/loftloader\";s:4:\"slug\";s:10:\"loftloader\";s:6:\"plugin\";s:25:\"loftloader/loftloader.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/loftloader/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/loftloader.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/loftloader/assets/icon-256x256.png?rev=1361628\";s:2:\"1x\";s:63:\"https://ps.w.org/loftloader/assets/icon-128x128.png?rev=1361628\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/loftloader/assets/banner-1544x500.png?rev=1361628\";s:2:\"1x\";s:65:\"https://ps.w.org/loftloader/assets/banner-772x250.png?rev=1361628\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.10.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.10.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:23:{s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:35:\"classic-widgets/classic-widgets.php\";s:3:\"0.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.6\";s:29:\"custom-fonts/custom-fonts.php\";s:6:\"2.1.13\";s:23:\"elementor/elementor.php\";s:6:\"3.28.3\";s:67:\"extended-google-map-for-elementor/elementor-google-map-extended.php\";s:5:\"1.2.5\";s:31:\"envato-market/envato-market.php\";s:6:\"2.0.12\";s:9:\"hello.php\";s:5:\"1.7.2\";s:51:\"motopress-hotel-booking/motopress-hotel-booking.php\";s:5:\"5.1.0\";s:33:\"mphb-mailchimp/mphb-mailchimp.php\";s:5:\"1.0.2\";s:45:\"mphb-checkout-fields/mphb-checkout-fields.php\";s:5:\"1.2.1\";s:43:\"mphb-multi-currency/mphb-multi-currency.php\";s:5:\"1.2.6\";s:31:\"mphb-notifier/mphb-notifier.php\";s:5:\"1.3.3\";s:45:\"mphb-request-payment/mphb-request-payment.php\";s:5:\"2.0.0\";s:31:\"mphb-invoices/mphb-invoices.php\";s:5:\"1.4.2\";s:33:\"mphb-pricelabs/mphb-pricelabs.php\";s:5:\"1.0.0\";s:29:\"mphb-reviews/mphb-reviews.php\";s:5:\"1.2.7\";s:37:\"mphb-woocommerce/mphb-woocommerce.php\";s:6:\"1.0.10\";s:41:\"hoteller-elementor/hoteller-elementor.php\";s:5:\"4.1.1\";s:25:\"loftloader/loftloader.php\";s:5:\"2.5.1\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:6:\"4.10.3\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.3.0\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.8.1\";}}','off'),
(433,'_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs','1745698896','off'),
(434,'_transient_woocommerce_admin_payment_gateway_suggestions_specs','a:1:{s:5:\"tr_TR\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:7;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:8;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:6;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:9;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:10;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:4;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:5;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:2;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:1;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:0;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:10;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}}}','off'),
(435,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1745698896','off'),
(436,'_transient_woocommerce_admin_remote_free_extensions_specs','a:1:{s:5:\"tr_TR\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:22:\"Temel bilgileri edinin\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:169:\"<a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a> ile kredi kartlarını ve diğer yaygın ödeme yöntemlerini kabul edin.\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:128:\"<a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a> ile nakliye etiketlerini yazdırın\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}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:20:\"woocommerce-shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:117:\"<a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a> ile otomatik satış vergisi alın\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:114:\"<a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a> ile hızı ve güvenliği artırın\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:24:\"Mağazanızı büyütün\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:25:\"WooCommerce İçin Google\";s:11:\"description\";s:142:\"<a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">WooCommerce İçin Google</a> ile satışları teşvik edin\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:27:\"WooCommerce için Pinterest\";s:11:\"description\";s:93:\"Ürünlerinizi, fikir ve satın alacak bir şeyler arayan Pinterest kullanıcılarına sunun.\";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:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:26:\"WooCommerce için Facebook\";s:11:\"description\";s:158:\"<a href=\"https://woocommerce.com/products/facebook/\">WooCommerce için Facebook</a> ile Facebook ve Instagram\'da ürünleri listeleyin ve reklamlar oluşturun\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Müşterilere ulaşın\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:133:\"Doğrudan yönetim panelinizden satın alma takip e-postaları, haber bültenleri ve promosyon kampanyaları oluşturun ve gönderin.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:173:\"Akıllı, etkili e-posta ve SMS pazarlama otomasyonu ve müşteri iletişimlerinin birleşik görünümü ile müşterilerinizin sayısını artırın ve onları elde tutun.\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:11:\"klaviyo:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:112:\"Mailchimp ile, hedeflenmiş kampanyalar gönderin, terk edilmiş sepetleri kurtarın ve daha fazlasını yapın.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:24:\"Mağazanızı büyütün\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"WooCommerce İçin Google\";s:11:\"description\";s:194:\"Daha fazla müşteriye ulaşın ve mağazanızın satışlarını artırın. Ürünlerinizi ücretsiz olarak listelemek ve ücretli reklam kampanyaları başlatmak için Google ile entegre edin.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"WooCommerce için TikTok\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:141:\"Ürünlerinizi TikTok\'ta dünya çapında aylık bir milyardan fazla aktif kullanıcıya tanıtarak çevrimiçi satışlarınızı artırın.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"WooCommerce için Pinterest\";s:11:\"description\";s:187:\"Ürünlerinizi, fikir ve satın alacak bir şeyler arayan Pinterest kullanıcılarına sunun. Pinterest\'i kullanmaya başlayın ve tüm ürün kataloğunuza göz atılabilir hale getirin.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":8:{s:4:\"name\";s:26:\"Meta Ads & Pixel by Kliken\";s:11:\"description\";s:150:\"Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.\";s:9:\"image_url\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken-kraken-icon.webp\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:0;s:10:\"is_visible\";b:1;s:3:\"key\";s:29:\"kliken-ads-pixel-for-meta:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:26:\"WooCommerce için Facebook\";s:11:\"description\";s:71:\"Facebook ve Instagram\'da ürünleri listeleyin ve reklamlar oluşturun.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:5;O:8:\"stdClass\":10:{s:4:\"name\";s:30:\"WooCommerce için çoklu kanal\";s:11:\"description\";s:95:\"Satış verilerinizi platformlarda senkronize edin ve birleşik bir panodan her şeyi yönetin.\";s:9:\"image_url\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/multichannel.webp\";s:10:\"manage_url\";s:28:\"admin.php?page=sales_channel\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:1;s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.8.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:15:\"learn_more_link\";s:143:\"https://woocommerce.com/products/multichannel-by-cedcommerce-ebay-amazon-walmart-etsy-integration/?utm_source=marketing_task&utm_medium=product\";s:4:\"tags\";a:1:{i:0;s:11:\"marketplace\";}s:3:\"key\";s:27:\"multichannel-by-cedcommerce\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:24:\"Mağazanızı büyütün\";s:7:\"plugins\";a:13:{i:0;O:8:\"stdClass\":11:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:54:\"Offer safe and convenient ways to pay with WooPayments\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:28:\"WooPayments ile ödeme alın\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;s:12:\"requires_jpc\";b:1;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:92:\"USPS, UPS ve DHL etiketlerini doğrudan panonuzdan yazdırın ve gönderimden tasarruf edin.\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";s:5:\"label\";s:56:\"WooCommerce Shipping ile nakliye etiketlerini yazdırın\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:61:\"Offer more ways to pay with this all-in-one checkout solution\";s:14:\"is_built_by_wc\";b:0;s:15:\"install_options\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:26:\"woocommerce_paypal_branded\";s:5:\"value\";s:8:\"profiler\";}}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:3:\"!in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:27:\"woocommerce-paypal-payments\";s:5:\"label\";s:41:\"Maximize conversions with PayPal Payments\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:3;O:8:\"stdClass\":9:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:60:\"Offer additional flexible payment options with PayPal Wallet\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:39:\"woocommerce-paypal-payments:wallet-only\";s:5:\"label\";s:38:\"Give shoppers a variety of ways to pay\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:4;O:8:\"stdClass\":11:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:53:\"Keep your store online with full security and backups\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:65:\"Jetpack Yapay Zeka Asistanı ile içerik oluşturmayı yükseltin\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;s:12:\"requires_jpc\";b:1;}i:5;O:8:\"stdClass\":11:{s:4:\"name\";s:27:\"WooCommerce için Pinterest\";s:11:\"description\";s:55:\"Get your products in front of a highly engaged audience\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:39:\"Ürünlerinizi Pinterest ile sergileyin\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:6;O:8:\"stdClass\":9:{s:4:\"name\";s:43:\"WooCommerce için Meta Reklamları ve Pixel\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken-kraken-icon.webp\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:61;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:3:\"key\";s:25:\"kliken-ads-pixel-for-meta\";s:5:\"label\";s:49:\"Facebook ve Instagram ile işletmenizi büyütün\";s:15:\"learn_more_link\";s:121:\"https://woocommerce.com/products/meta-ads-and-pixel?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:7;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:58:\"Attract and retain shoppers with email marketing campaigns\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:39:\"MailPoet ile müşterilerinize ulaşın\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:8;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:85;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";s:5:\"label\";s:7:\"Klaviyo\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:9;O:8:\"stdClass\":11:{s:4:\"name\";s:25:\"WooCommerce İçin Google\";s:11:\"description\";s:57:\"Create ads for your products straight from your dashboard\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:55:\"WooCommerce İçin Google ile satışları teşvik edin\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:10;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:62:\"Automatically calculate how much sales tax should be collected\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:53:\"WooCommerce Tax ile otomatik vergi oranlarını alın\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:11;O:8:\"stdClass\":10:{s:4:\"name\";s:24:\"WooCommerce için TikTok\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:59:\"Sync your store with TikTok to create engaging ad campaigns\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:42:\"TikTok ile reklam kampanyaları oluşturun\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}i:12;O:8:\"stdClass\":10:{s:4:\"name\";s:29:\"Print on Demand with Printful\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-printful.png\";s:11:\"description\";s:65:\"Design and easily sell custom print products online with Printful\";s:10:\"manage_url\";s:0:\"\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:9:{i:0;s:2:\"AU\";i:1;s:2:\"GB\";i:2;s:2:\"CA\";i:3;s:2:\"ES\";i:4;s:2:\"DE\";i:5;s:2:\"FR\";i:6;s:2:\"NL\";i:7;s:2:\"BE\";i:8;s:2:\"LU\";}s:9:\"operation\";s:2:\"in\";}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:10:\"industry.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:24:\"clothing_and_accessories\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"printful-shipping-for-woocommerce\";s:5:\"label\";s:29:\"Print on Demand with Printful\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/printful?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:9;}}}}}','off'),
(437,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1745698896','off');
INSERT INTO `punseNP_options` VALUES
(438,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"tr_TR\";a:60:{s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments 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:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";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:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07: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:\"8.4.0\";}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:\"9.4.3\";}}}s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Discover what drives your sales\";s:7:\"content\";s:216:\"Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:78:\"woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-analytics\";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:\"2024-12-23 09:56:01\";}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:21:\"woocommerce-analytics\";}}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:12;}s:7:\"default\";i:0;s:9:\"operation\";s:5:\"range\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;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:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:30:\"stripe_orderstatus_bug_q2_2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"stripe_orderstatus_bug_q2_2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Action Required: Update Order Status Manager\";s:7:\"content\";s:300:\"Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"stripe_nocapture_q2_2025_click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Update now\";}}s:3:\"url\";s:151:\"https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-04-03 08:47:37\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-04-23 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"9.2.0\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:32:\"woocommerce-order-status-manager\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:4:\"1.15\";}}}s:44:\"WooCommerce-Stripe-Gateway-Update-April-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"WooCommerce-Stripe-Gateway-Update-April-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Action required: Update WooCommerce Stripe Gateway to v9.4.1\";s:7:\"content\";s:485:\"<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"WooCommerce-Stripe-Gateway-Update-April-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s: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:\"2025-04-18 20:15:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-04-25 23:59:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"9.4.0\";}}}s:49:\"WooCommerce-Stripe-Gateway-Update-Info-April-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"WooCommerce-Stripe-Gateway-Update-Info-April-2025\";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:53:\"WooCommerce Stripe Gateway has been updated to v9.4.1\";s:7:\"content\";s:435:\"<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"WooCommerce-Stripe-Gateway-Update-Info-April-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-04-18 20:15:41\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-04-25 23:59:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"9.4.1\";}}}}}','off'),
(439,'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:1;}','off'),
(440,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746060180;s:7:\"checked\";a:4:{s:8:\"hoteller\";s:5:\"6.8.3\";s:16:\"twentytwentyfive\";s:3:\"1.2\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),
(441,'_site_transient_timeout_envato_market_themes','1745097697','off'),
(442,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','off'),
(488,'_transient_timeout_orders-all-statuses','1745698902','off'),
(476,'_elementor_installed_time','1745094101','auto'),
(477,'elementor_connect_site_key','29d55e70f0390149cf8f1b35716ef1ff','auto'),
(478,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),
(457,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"bb76b2e04c9e9cae38dd\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"a06716cace69cf0ce81f\",\"dependencies\":[\"react\",\"react-dom\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"92dea44f259a5d3cc1aa\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.1\",\"dependencies\":[]}},\"version\":\"wc-9.8.1\",\"hash\":\"db44353b071443d58443c78fa3007887\"}','off'),
(445,'woocommerce_coming_soon','yes','auto'),
(446,'woocommerce_store_pages_only','yes','auto'),
(447,'woocommerce_email_improvements_default_enabled','yes','auto'),
(448,'woocommerce_email_improvements_first_enabled_at','2025-04-19 20:21:39','auto'),
(449,'woocommerce_email_improvements_last_enabled_at','2025-04-19 20:21:39','auto'),
(450,'woocommerce_email_improvements_enabled_count','1','auto'),
(451,'woocommerce_initial_installed_version','9.8.1','off'),
(452,'mc4wp_version','4.10.3','auto'),
(453,'eb_map_general_settings','','auto'),
(454,'eb_map_misc','','auto'),
(455,'eb_map_pro_version','','auto'),
(460,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1745094098;}','auto'),
(461,'mphb_notifier_send_notifications_started_at','1745094102','off'),
(462,'mphb_notifier_send_notifications_notifications_triggered','0','off'),
(463,'mphb_notifier_send_notifications_emails_sent','0','off'),
(464,'mphb_notifier_send_notifications_batches_count','0','off'),
(465,'mphb_notifier_send_notifications_tasks_count','0','off'),
(467,'_transient_woocommerce_marketplace_promotions_v2','a:1:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&amp;Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}}','off'),
(466,'_transient_timeout_woocommerce_marketplace_promotions_v2','1745180502','off'),
(494,'woocommerce_onboarding_profile_progress','a:1:{s:29:\"core_profiler_completed_steps\";a:1:{s:12:\"intro-opt-in\";a:1:{s:12:\"completed_at\";s:20:\"2025-04-19T20:21:54Z\";}}}','auto'),
(472,'mphb_passed_notices','a:2:{i:0;s:13:\"force_upgrade\";i:1;s:29:\"update_confirmation_endpoints\";}','auto'),
(468,'wc_blocks_db_schema_version','260','auto'),
(474,'_transient_action_scheduler_last_pastdue_actions_check','1745094101','off'),
(475,'bsf_analytics_installed_time','1745094101','off'),
(479,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),
(480,'_transient_timeout_elementor_remote_info_api_data_3.28.3','1745137302','off'),
(481,'_transient_elementor_remote_info_api_data_3.28.3','a:4:{s:9:\"timestamp\";s:10:\"1745091946\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.8\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),
(482,'_transient_timeout_wc_tracks_blog_details','1745180502','off'),
(483,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:28:\"https://okullar.com/hoteller\";s:9:\"blog_lang\";s:5:\"tr_TR\";s:7:\"blog_id\";b:0;s:8:\"store_id\";s:36:\"2e7d1698-ec40-4ad4-ac22-a6bdc3e3176d\";s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"9.8.1\";}','off'),
(484,'woocommerce_checkout_phone_field','required','on'),
(486,'woocommerce_checkout_address_2_field','optional','auto'),
(485,'woocommerce_checkout_company_field','optional','on'),
(487,'_transient_woocommerce_reports-transient-version','1745094102','on'),
(489,'_transient_orders-all-statuses','a:2:{s:7:\"version\";s:10:\"1745094102\";s:5:\"value\";a:0:{}}','off'),
(490,'mc4wp_flash_messages','a:0:{}','off'),
(492,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1745105609','off'),
(493,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:5:\"tr_TR\";a:2:{i:0;a:7:{s:2:\"id\";s:27:\"woocommerce_payments:woopay\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:91:\"Yeni bir hızlı ödeme özelliği WooPay dahil olacak şekilde ödemeler basitleştirildi.\";s:5:\"image\";s:94:\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:825:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/applepay.svg\" alt=\"Applepay\">\";}i:1;a:7:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:200:\"Artık aylık ücret olmadan ödemeler basitleştirildi, yalnızca WooCommerce mağazaları için tasarlandı. Kredi kartlarını, banka kartlarını ve diğer yaygın ödeme yöntemlerini kabul edin.\";s:5:\"image\";s:94:\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:825:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://okullar.com/hoteller/wp-content/plugins/woocommerce/assets/images/payment-methods/applepay.svg\" alt=\"Applepay\">\";}}}','off'),
(495,'woocommerce_allow_tracking_first_optin','1745094114','auto'),
(496,'woocommerce_allow_tracking_last_modified','1745094114','auto'),
(497,'_transient_timeout_last_fetch_patterns_request','1745097714','off'),
(498,'_transient_last_fetch_patterns_request','1745094114','off'),
(499,'wc_has_tracked_default_theme','1','auto'),
(500,'_transient_woocommerce_product_task_product_count_transient','0','on'),
(501,'_transient_woocommerce_shipping_task_zone_count_transient','0','on'),
(502,'_site_transient_timeout_woocommerce_new_version','1745698924','off'),
(503,'_site_transient_woocommerce_new_version','','off'),
(508,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(505,'_site_transient_timeout_wp_font_collection_url_https://s.w.org/images/fonts/wp-6.7/collections/google-fonts-with-preview.json','1745180543','off');
INSERT INTO `punseNP_options` VALUES
(506,'_site_transient_wp_font_collection_url_https://s.w.org/images/fonts/wp-6.7/collections/google-fonts-with-preview.json','a:1:{s:13:\"font_families\";a:1726:{i:0;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"ABeeZee\";s:10:\"fontFamily\";s:19:\"ABeeZee, sans-serif\";s:4:\"slug\";s:7:\"abeezee\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6teukbcHCpE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"ABeeZee\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/abeezee/abeezee-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCkkJUCGpG-GQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"ABeeZee\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/abeezee/abeezee-400-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/abeezee/abeezee.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"ADLaM Display\";s:10:\"fontFamily\";s:26:\"\"ADLaM Display\", system-ui\";s:4:\"slug\";s:13:\"adlam-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZECsTYkYBPY3o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"ADLaM Display\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/adlam-display/adlam-display-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/adlam-display/adlam-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:2;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"AR One Sans\";s:10:\"fontFamily\";s:25:\"\"AR One Sans\", sans-serif\";s:4:\"slug\";s:11:\"ar-one-sans\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9DWg3no5mBF4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"AR One Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ar-one-sans/ar-one-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWk39DWg3no5mBF4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"AR One Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ar-one-sans/ar-one-sans-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWqH6DWg3no5mBF4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"AR One Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ar-one-sans/ar-one-sans-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWpj6DWg3no5mBF4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"AR One Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ar-one-sans/ar-one-sans-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/ar-one-sans/ar-one-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:3;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Abel\";s:10:\"fontFamily\";s:16:\"Abel, sans-serif\";s:4:\"slug\";s:4:\"abel\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6V1LPJp6qGI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Abel\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/abel/abel-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/abel/abel.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:4;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Abhaya Libre\";s:10:\"fontFamily\";s:21:\"\"Abhaya Libre\", serif\";s:4:\"slug\";s:12:\"abhaya-libre\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Abhaya Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYj2ryr9xI6oYtBA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Abhaya Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYo23yr9xI6oYtBA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Abhaya Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYx2zyr9xI6oYtBA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Abhaya Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEY22_yr9xI6oYtBA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Abhaya Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/abhaya-libre/abhaya-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:5;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Aboreto\";s:10:\"fontFamily\";s:18:\"Aboreto, system-ui\";s:4:\"slug\";s:7:\"aboreto\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKHeA2yuxSY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Aboreto\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/aboreto/aboreto-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/aboreto/aboreto.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:6;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Abril Fatface\";s:10:\"fontFamily\";s:26:\"\"Abril Fatface\", system-ui\";s:4:\"slug\";s:13:\"abril-fatface\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchm-VsjOLhZBY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Abril Fatface\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/abril-fatface/abril-fatface-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/abril-fatface/abril-fatface.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:7;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Abyssinica SIL\";s:10:\"fontFamily\";s:23:\"\"Abyssinica SIL\", serif\";s:4:\"slug\";s:14:\"abyssinica-sil\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/abyssinicasil/v5/oY1H8ezOqK7iI3rK_45WKoc8J6UcBFOVAXuI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Abyssinica SIL\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/abyssinica-sil/abyssinica-sil-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/abyssinica-sil/abyssinica-sil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:8;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Aclonica\";s:10:\"fontFamily\";s:20:\"Aclonica, sans-serif\";s:4:\"slug\";s:8:\"aclonica\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/aclonica/v22/K2FyfZJVlfNNSEBXGb7WCI6oBjLz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Aclonica\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/aclonica/aclonica-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/aclonica/aclonica.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:9;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Acme\";s:10:\"fontFamily\";s:16:\"Acme, sans-serif\";s:4:\"slug\";s:4:\"acme\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_bxjLb23lzLk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Acme\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/acme/acme-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/acme/acme.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:10;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Actor\";s:10:\"fontFamily\";s:17:\"Actor, sans-serif\";s:4:\"slug\";s:5:\"actor\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ehXygtUMIO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Actor\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/actor/actor-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/actor/actor.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:11;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Adamina\";s:10:\"fontFamily\";s:14:\"Adamina, serif\";s:4:\"slug\";s:7:\"adamina\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-_eETl4Bno.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Adamina\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/adamina/adamina-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/adamina/adamina.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:12;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Advent Pro\";s:10:\"fontFamily\";s:24:\"\"Advent Pro\", sans-serif\";s:4:\"slug\";s:10:\"advent-pro\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyJPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyNPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLHSNPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyNPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLcSNPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLnSRPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLpCRPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyRPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpL6iRPSZoonw1aBA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnDpApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnD5ApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2D5D5ApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnD5ApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CVD5ApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2B5CJApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2BACJApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnCJApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AOCJApvQhKBH4C.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Advent Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro-900-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/advent-pro/advent-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:13;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Afacad\";s:10:\"fontFamily\";s:18:\"Afacad, sans-serif\";s:4:\"slug\";s:6:\"afacad\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmU08mCgdfM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfiftWmU08mCgdfM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfsvqWmU08mCgdfM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfvLqWmU08mCgdfM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92usiM-80KlZfNfuw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ugCM-80KlZfNfuw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ubCQ-80KlZfNfuw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92uVSQ-80KlZfNfuw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Afacad\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad/afacad.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:14;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Afacad Flux\";s:10:\"fontFamily\";s:25:\"\"Afacad Flux\", sans-serif\";s:4:\"slug\";s:11:\"afacad-flux\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwWZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edscwXZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsRIXZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwXZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsX4XZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsZIQZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsasQZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edscwQZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/afacadflux/v1/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edseUQZaFqQsJr67E.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Afacad Flux\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/afacad-flux/afacad-flux.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:15;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Agbalumo\";s:10:\"fontFamily\";s:19:\"Agbalumo, system-ui\";s:4:\"slug\";s:8:\"agbalumo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMAirl08KDJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Agbalumo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/agbalumo/agbalumo-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/agbalumo/agbalumo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:16;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Agdasima\";s:10:\"fontFamily\";s:20:\"Agdasima, sans-serif\";s:4:\"slug\";s:8:\"agdasima\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/agdasima/v4/PN_zRfyxp2f1fUCgAMg_rzjb_-Da.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Agdasima\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/agdasima/agdasima-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/agdasima/v4/PN_0Rfyxp2f1fUCgAPCGgBzW1PzTz2Mi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Agdasima\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/agdasima/agdasima-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/agdasima/agdasima.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:17;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Aguafina Script\";s:10:\"fontFamily\";s:26:\"\"Aguafina Script\", cursive\";s:4:\"slug\";s:15:\"aguafina-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/aguafinascript/v22/If2QXTv_ZzSxGIO30LemWEOmt1bHr84pgicOrg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Aguafina Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/aguafina-script/aguafina-script-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/aguafina-script/aguafina-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:18;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Akatab\";s:10:\"fontFamily\";s:18:\"Akatab, sans-serif\";s:4:\"slug\";s:6:\"akatab\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/akatab/v7/VuJwdNrK3Z7gqJEPXYz5NIh-YA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3rKXdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3gKLdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE35KPdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3-KDdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE33KHdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akatab\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/akatab/akatab.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:19;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Akaya Kanadaka\";s:10:\"fontFamily\";s:27:\"\"Akaya Kanadaka\", system-ui\";s:4:\"slug\";s:14:\"akaya-kanadaka\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-PfUS5VBBSSF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Akaya Kanadaka\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/akaya-kanadaka/akaya-kanadaka-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/akaya-kanadaka/akaya-kanadaka.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:20;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Akaya Telivigala\";s:10:\"fontFamily\";s:29:\"\"Akaya Telivigala\", system-ui\";s:4:\"slug\";s:16:\"akaya-telivigala\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uifdfdsIH0YH8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Akaya Telivigala\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/akaya-telivigala/akaya-telivigala-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/akaya-telivigala/akaya-telivigala.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:21;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Akronim\";s:10:\"fontFamily\";s:18:\"Akronim, system-ui\";s:4:\"slug\";s:7:\"akronim\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gVxkFYN-a8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Akronim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/akronim/akronim-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/akronim/akronim.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:22;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Akshar\";s:10:\"fontFamily\";s:18:\"Akshar, sans-serif\";s:4:\"slug\";s:6:\"akshar\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9WY94XsnPc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akshar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9WY94XsnPc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akshar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9WY94XsnPc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akshar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9WY94XsnPc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akshar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9WY94XsnPc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Akshar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/akshar/akshar.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:23;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Aladin\";s:10:\"fontFamily\";s:17:\"Aladin, system-ui\";s:4:\"slug\";s:6:\"aladin\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/aladin/v24/ZgNSjPJFPrvJV5f17Cf4pGT2Ng.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Aladin\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/aladin/aladin-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/aladin/aladin.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:24;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Alata\";s:10:\"fontFamily\";s:17:\"Alata, sans-serif\";s:4:\"slug\";s:5:\"alata\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/alata/v11/PbytFmztEwbIofe_xKcRQEOX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Alata\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/alata/alata-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/alata/alata.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:25;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Alatsi\";s:10:\"fontFamily\";s:18:\"Alatsi, sans-serif\";s:4:\"slug\";s:6:\"alatsi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGGzUHte5fKg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Alatsi\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/alatsi/alatsi-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/alatsi/alatsi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:26;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Albert Sans\";s:10:\"fontFamily\";s:25:\"\"Albert Sans\", sans-serif\";s:4:\"slug\";s:11:\"albert-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_qY32TxAj1g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7of3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Albert Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:27;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Aldrich\";s:10:\"fontFamily\";s:19:\"Aldrich, sans-serif\";s:4:\"slug\";s:7:\"aldrich\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMZaUS3pP5H_E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Aldrich\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/aldrich/aldrich-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/aldrich/aldrich.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:28;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Alef\";s:10:\"fontFamily\";s:16:\"Alef, sans-serif\";s:4:\"slug\";s:4:\"alef\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgrjdbC5FxxbU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Alef\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/alef/alef-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/alef/v21/FeVQS0NQpLYglo50L5xa2bxii28.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Alef\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/alef/alef-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/alef/alef.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:29;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Alegreya\";s:10:\"fontFamily\";s:15:\"Alegreya, serif\";s:4:\"slug\";s:8:\"alegreya\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreya/v36/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII-aCisSGVrw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreya/v36/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqjkySFr9V9.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Alegreya\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya/alegreya.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:30;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Alegreya SC\";s:10:\"fontFamily\";s:20:\"\"Alegreya SC\", serif\";s:4:\"slug\";s:11:\"alegreya-sc\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-a6t05E5abe_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiMGmRtCJ62-O0HhNEa-Z6q2ZAbbKe_DGs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZZc-rU0Qqu2FXKD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4WEySKqUEGKDBz4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-500-italic.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYU_LU0Qqu2FXKD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SKqUEGKDBz4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-700-italic.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYI_7U0Qqu2FXKD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SKqUEGKDBz4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-800-italic.svg\";}i:8;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYs_rU0Qqu2FXKD.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SKqUEGKDBz4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alegreya SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sc/alegreya-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:31;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Alegreya Sans\";s:10:\"fontFamily\";s:27:\"\"Alegreya Sans\", sans-serif\";s:4:\"slug\";s:13:\"alegreya-sans\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUt9_-1phKLFgshYDvh6Vwt5TltvWdShm5bsg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1TpGtLsgu7.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5fFPmEh8imdCqxI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92i0VHuxKiBA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUz9_-1phKLFgshYDvh6Vwt3VhnvEVXlm4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUt9_-1phKLFgshYDvh6Vwt7V9tvWdShm5bsg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5alOmEh8imdCqxI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52i0VHuxKiBA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5eFImEh8imdCqxI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2i0VHuxKiBA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5f1LmEh8imdCqxI.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-800-normal.svg\";}i:11;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2i0VHuxKiBA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-800-italic.svg\";}i:12;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5dlKmEh8imdCqxI.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-900-normal.svg\";}i:13;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2i0VHuxKiBA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Alegreya Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans-900-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans/alegreya-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:32;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Alegreya Sans SC\";s:10:\"fontFamily\";s:30:\"\"Alegreya Sans SC\", sans-serif\";s:4:\"slug\";s:16:\"alegreya-sans-sc\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl9w5FPYtmMg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhMKB6O-51OA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nktv9ixALYs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl9w5FPYtmMg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhMKB6O-51OA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhMKB6O-51OA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-800-normal.svg\";}i:11;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhMKB6O-51OA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-800-italic.svg\";}i:12;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-900-normal.svg\";}i:13;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhMKB6O-51OA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Alegreya Sans SC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc-900-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/alegreya-sans-sc/alegreya-sans-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:33;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Aleo\";s:10:\"fontFamily\";s:11:\"Aleo, serif\";s:4:\"slug\";s:4:\"aleo\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3G2P4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3GmP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KIpGmP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GmP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJFGmP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKpHWP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKQHWP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3HWP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KLeHWP4HI4qCBtJ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu_Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu-Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WdW-Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu-Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_Wbm-Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WVW5Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WWy5Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu5Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WSK5Fo8IDQtJbok.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Aleo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo-900-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/aleo/aleo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:34;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Alex Brush\";s:10:\"fontFamily\";s:21:\"\"Alex Brush\", cursive\";s:4:\"slug\";s:10:\"alex-brush\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUf57DtOmCc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alex Brush\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alex-brush/alex-brush-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/alex-brush/alex-brush.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:35;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Alexandria\";s:10:\"fontFamily\";s:22:\"Alexandria, sans-serif\";s:4:\"slug\";s:10:\"alexandria\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7T6bCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7TqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9qlTqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9rJTqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7SabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9pSSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Alexandria\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/alexandria/alexandria.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:36;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Alfa Slab One\";s:10:\"fontFamily\";s:26:\"\"Alfa Slab One\", system-ui\";s:4:\"slug\";s:13:\"alfa-slab-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/alfaslabone/v19/6NUQ8FmMKwSEKjnm5-4v-4Jh6dBretWvYmE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alfa Slab One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alfa-slab-one/alfa-slab-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/alfa-slab-one/alfa-slab-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:37;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Alice\";s:10:\"fontFamily\";s:12:\"Alice, serif\";s:4:\"slug\";s:5:\"alice\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcMpA_chzJ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Alice\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/alice/alice-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/alice/alice.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:38;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Alike\";s:10:\"fontFamily\";s:12:\"Alike, serif\";s:4:\"slug\";s:5:\"alike\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoEjESZXAQ4-d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Alike\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/alike/alike-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/alike/alike.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:39;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Alike Angular\";s:10:\"fontFamily\";s:22:\"\"Alike Angular\", serif\";s:4:\"slug\";s:13:\"alike-angular\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/alikeangular/v25/3qTrojWunjGQtEBlIcwMbSoI3kY6bB7FKjE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Alike Angular\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/alike-angular/alike-angular-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/alike-angular/alike-angular.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:40;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Alkalami\";s:10:\"fontFamily\";s:15:\"Alkalami, serif\";s:4:\"slug\";s:8:\"alkalami\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi5eOw8BMuvhH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Alkalami\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/alkalami/alkalami-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/alkalami/alkalami.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:41;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Alkatra\";s:10:\"fontFamily\";s:18:\"Alkatra, system-ui\";s:4:\"slug\";s:7:\"alkatra\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medzngmu7cKrNDVemxE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Alkatra\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/alkatra/alkatra-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedzngUu7cKrNDVemxE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Alkatra\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/alkatra/alkatra-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medznj4vLcKrNDVemxE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Alkatra\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/alkatra/alkatra-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedznjBvLcKrNDVemxE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Alkatra\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/alkatra/alkatra-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/alkatra/alkatra.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:42;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Allan\";s:10:\"fontFamily\";s:16:\"Allan, system-ui\";s:4:\"slug\";s:5:\"allan\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/allan/v24/ea8XadU7WuTxEtbzP9SF8nZE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Allan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/allan/allan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/allan/v24/ea8aadU7WuTxEu5KEPCI2WpNgEKU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Allan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/allan/allan-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/allan/allan.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:43;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Allerta\";s:10:\"fontFamily\";s:19:\"Allerta, sans-serif\";s:4:\"slug\";s:7:\"allerta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnQdSQqO5uY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Allerta\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/allerta/allerta-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/allerta/allerta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:44;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Allerta Stencil\";s:10:\"fontFamily\";s:29:\"\"Allerta Stencil\", sans-serif\";s:4:\"slug\";s:15:\"allerta-stencil\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOeF_jz313DuvQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Allerta Stencil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/allerta-stencil/allerta-stencil-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/allerta-stencil/allerta-stencil.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:45;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Allison\";s:10:\"fontFamily\";s:16:\"Allison, cursive\";s:4:\"slug\";s:7:\"allison\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/allison/v11/X7nl4b88AP2nkbvZOCOQ4MTgAgk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Allison\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/allison/allison-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/allison/allison.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:46;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Allura\";s:10:\"fontFamily\";s:15:\"Allura, cursive\";s:4:\"slug\";s:6:\"allura\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/allura/v21/9oRPNYsQpS4zjuAPiQIXPtrrGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Allura\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/allura/allura-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/allura/allura.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:47;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Almarai\";s:10:\"fontFamily\";s:19:\"Almarai, sans-serif\";s:4:\"slug\";s:7:\"almarai\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/almarai/v13/tssoApxBaigK_hnnS_anhn2coq72sXg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Almarai\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/almarai/almarai-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/almarai/v13/tsstApxBaigK_hnnc1-PonC3vqc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Almarai\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/almarai/almarai-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/almarai/v13/tssoApxBaigK_hnnS-aghn2coq72sXg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Almarai\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/almarai/almarai-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/almarai/v13/tssoApxBaigK_hnnS_qjhn2coq72sXg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Almarai\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/almarai/almarai-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/almarai/almarai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:48;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Almendra\";s:10:\"fontFamily\";s:15:\"Almendra, serif\";s:4:\"slug\";s:8:\"almendra\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/almendra/v26/H4ckBXKAlMnTn0CskyY_wr-wg763.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Almendra\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra/almendra-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/almendra/v26/H4ciBXKAlMnTn0CskxY4yL6Shq63czE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Almendra\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra/almendra-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/almendra/v26/H4cjBXKAlMnTn0Cskx6G7Zu9qKK-aihq.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Almendra\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra/almendra-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/almendra/v26/H4chBXKAlMnTn0CskxY48Ae9oqOcbzhqDtg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Almendra\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra/almendra-700-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra/almendra.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:49;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Almendra Display\";s:10:\"fontFamily\";s:29:\"\"Almendra Display\", system-ui\";s:4:\"slug\";s:16:\"almendra-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/almendradisplay/v31/0FlPVOGWl1Sb4O3tETtADHRRlZhzXSreTyer338.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Almendra Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra-display/almendra-display-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra-display/almendra-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:50;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Almendra SC\";s:10:\"fontFamily\";s:20:\"\"Almendra SC\", serif\";s:4:\"slug\";s:11:\"almendra-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/almendrasc/v29/Iure6Yx284eebowr7hbyTZZMprVA4XQ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Almendra SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra-sc/almendra-sc-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/almendra-sc/almendra-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:51;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Alumni Sans\";s:10:\"fontFamily\";s:25:\"\"Alumni Sans\", sans-serif\";s:4:\"slug\";s:11:\"alumni-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQrVsJ3C8qng.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Alumni Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans/alumni-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:52;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Alumni Sans Collegiate One\";s:10:\"fontFamily\";s:40:\"\"Alumni Sans Collegiate One\", sans-serif\";s:4:\"slug\";s:26:\"alumni-sans-collegiate-one\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdfyDiPw2ta.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Alumni Sans Collegiate One\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-collegiate-one/alumni-sans-collegiate-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjmtxntaDFU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Alumni Sans Collegiate One\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-collegiate-one/alumni-sans-collegiate-one-400-italic.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-collegiate-one/alumni-sans-collegiate-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:53;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Alumni Sans Inline One\";s:10:\"fontFamily\";s:35:\"\"Alumni Sans Inline One\", system-ui\";s:4:\"slug\";s:22:\"alumni-sans-inline-one\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3UZcr7xbYw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Alumni Sans Inline One\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-inline-one/alumni-sans-inline-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:22:\"Alumni Sans Inline One\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-inline-one/alumni-sans-inline-one-400-italic.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-inline-one/alumni-sans-inline-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:54;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Alumni Sans Pinstripe\";s:10:\"fontFamily\";s:35:\"\"Alumni Sans Pinstripe\", sans-serif\";s:4:\"slug\";s:21:\"alumni-sans-pinstripe\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezZ7VIpcDA5w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Alumni Sans Pinstripe\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-pinstripe/alumni-sans-pinstripe-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Jh8XQ5_cY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Alumni Sans Pinstripe\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-pinstripe/alumni-sans-pinstripe-400-italic.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/alumni-sans-pinstripe/alumni-sans-pinstripe.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:55;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Amarante\";s:10:\"fontFamily\";s:19:\"Amarante, system-ui\";s:4:\"slug\";s:8:\"amarante\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bq-yC3rAmD-b.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Amarante\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/amarante/amarante-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/amarante/amarante.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:56;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Amaranth\";s:10:\"fontFamily\";s:20:\"Amaranth, sans-serif\";s:4:\"slug\";s:8:\"amaranth\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnHF9GqwnzW.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Amaranth\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/amaranth/amaranth-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdCIx2zWD4I.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Amaranth\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/amaranth/amaranth-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWn6WDfFpuc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Amaranth\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/amaranth/amaranth-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42H9E4ucRY8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Amaranth\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/amaranth/amaranth-700-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/amaranth/amaranth.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:57;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Amatic SC\";s:10:\"fontFamily\";s:20:\"\"Amatic SC\", cursive\";s:4:\"slug\";s:9:\"amatic-sc\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vO0CO6ecZQf1A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Amatic SC\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/amatic-sc/amatic-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/amaticsc/v26/TUZ3zwprpvBS1izr_vOMscG6fL8D3WTy-A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Amatic SC\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/amatic-sc/amatic-sc-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/amatic-sc/amatic-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:58;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Amethysta\";s:10:\"fontFamily\";s:16:\"Amethysta, serif\";s:4:\"slug\";s:9:\"amethysta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIHTWCBl0O8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Amethysta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/amethysta/amethysta-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/amethysta/amethysta.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:59;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Amiko\";s:10:\"fontFamily\";s:17:\"Amiko, sans-serif\";s:4:\"slug\";s:5:\"amiko\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04tqgc17MMZgJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amiko\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiko/amiko-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uJ9XXrBGoQAUco5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amiko\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiko/amiko-600-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uIZXHrBGoQAUco5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amiko\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiko/amiko-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/amiko/amiko.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:60;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Amiri\";s:10:\"fontFamily\";s:12:\"Amiri, serif\";s:4:\"slug\";s:5:\"amiri\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHqUsvrIw74NL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amiri\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri/amiri-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/amiri/v27/J7afnpd8CGxBHpUrtLMS6pNLAjk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Amiri\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri/amiri-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkZY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amiri\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri/amiri-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/amiri/v27/J7aanpd8CGxBHpUrjAo9zp5gHjAavCA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Amiri\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri/amiri-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri/amiri.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:61;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Amiri Quran\";s:10:\"fontFamily\";s:20:\"\"Amiri Quran\", serif\";s:4:\"slug\";s:11:\"amiri-quran\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/amiriquran/v14/_Xmo-Hk0rD6DbUL4_vH8Zq5o7Cycsu-2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Amiri Quran\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri-quran/amiri-quran-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/amiri-quran/amiri-quran.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:62;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Amita\";s:10:\"fontFamily\";s:14:\"Amita, cursive\";s:4:\"slug\";s:5:\"amita\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/amita/v18/HhyaU5si9Om7PQlqAfSKEZZL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amita\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amita/amita-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/amita/v18/HhyXU5si9Om7PTHTLtCHOopCTKkI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Amita\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/amita/amita-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/amita/amita.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:63;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Anaheim\";s:10:\"fontFamily\";s:19:\"Anaheim, sans-serif\";s:4:\"slug\";s:7:\"anaheim\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anaheim/v15/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5sLqrAIkJQb7zU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anaheim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anaheim/v15/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5eLqrAIkJQb7zU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anaheim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anaheim/v15/8vIX7w042Wp87g4Gy0_24JbCiPrl-h6yKarAIkJQb7zU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anaheim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anaheim/v15/8vIX7w042Wp87g4Gy0_24JbCiPrl-h6LKarAIkJQb7zU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anaheim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anaheim/v15/8vIX7w042Wp87g4Gy0_24JbCiPrl-h7sKarAIkJQb7zU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anaheim\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/anaheim/anaheim.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:64;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Andada Pro\";s:10:\"fontFamily\";s:19:\"\"Andada Pro\", serif\";s:4:\"slug\";s:10:\"andada-pro\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/andadapro/v21/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8ZFLzvIt2S.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/andadapro/v21/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8ZFLzvIt2S.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/andadapro/v21/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8ZFLzvIt2S.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/andadapro/v21/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8ZFLzvIt2S.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/andadapro/v21/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8ZFLzvIt2S.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/andadapro/v21/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHr3NJ82Stjw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/andadapro/v21/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHr3NJ82Stjw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-500-italic.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/andadapro/v21/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHr3NJ82Stjw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/andadapro/v21/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHr3NJ82Stjw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-700-italic.svg\";}i:9;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/andadapro/v21/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHr3NJ82Stjw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Andada Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro-800-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/andada-pro/andada-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:65;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Andika\";s:10:\"fontFamily\";s:18:\"Andika, sans-serif\";s:4:\"slug\";s:6:\"andika\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/andika/v25/mem_Ya6iyW-LwqgAaLwRWrwGVA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Andika\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/andika/andika-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/andika/v25/mem9Ya6iyW-Lwqgwb7YQeLkWVNBt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Andika\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/andika/andika-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/andika/v25/mem8Ya6iyW-Lwqg40ZM1V5caXcl0Aw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Andika\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/andika/andika-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/andika/v25/mem6Ya6iyW-Lwqgwb46pV50bf8xkA76a.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Andika\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/andika/andika-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/andika/andika.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:66;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Anek Bangla\";s:10:\"fontFamily\";s:25:\"\"Anek Bangla\", sans-serif\";s:4:\"slug\";s:11:\"anek-bangla\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIoIg56yyvt0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-bangla/anek-bangla.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:67;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Anek Devanagari\";s:10:\"fontFamily\";s:29:\"\"Anek Devanagari\", sans-serif\";s:4:\"slug\";s:15:\"anek-devanagari\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9iFk0LjZ7E.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Anek Devanagari\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari-800-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-devanagari/anek-devanagari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:68;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Anek Gujarati\";s:10:\"fontFamily\";s:27:\"\"Anek Gujarati\", sans-serif\";s:4:\"slug\";s:13:\"anek-gujarati\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7xkKgB7Lm7g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gujarati\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati-800-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gujarati/anek-gujarati.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:69;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Anek Gurmukhi\";s:10:\"fontFamily\";s:27:\"\"Anek Gurmukhi\", sans-serif\";s:4:\"slug\";s:13:\"anek-gurmukhi\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpWa41H6DjbA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anek Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi-800-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-gurmukhi/anek-gurmukhi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:70;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Anek Kannada\";s:10:\"fontFamily\";s:26:\"\"Anek Kannada\", sans-serif\";s:4:\"slug\";s:12:\"anek-kannada\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAuhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQuhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQuhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQuhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQuhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFguhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFguhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFguhVReA1oef.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Anek Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-kannada/anek-kannada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:71;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Anek Latin\";s:10:\"fontFamily\";s:24:\"\"Anek Latin\", sans-serif\";s:4:\"slug\";s:10:\"anek-latin\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZLNClWL3kgw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Latin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin-800-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-latin/anek-latin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:72;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Anek Malayalam\";s:10:\"fontFamily\";s:28:\"\"Anek Malayalam\", sans-serif\";s:4:\"slug\";s:14:\"anek-malayalam\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HM_5PDO71Qs.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Anek Malayalam\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-malayalam/anek-malayalam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:73;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Anek Odia\";s:10:\"fontFamily\";s:23:\"\"Anek Odia\", sans-serif\";s:4:\"slug\";s:9:\"anek-odia\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3jXZAtm_es.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Anek Odia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia-800-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-odia/anek-odia.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:74;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Anek Tamil\";s:10:\"fontFamily\";s:24:\"\"Anek Tamil\", sans-serif\";s:4:\"slug\";s:10:\"anek-tamil\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6rov4oegjOQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Anek Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil-800-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-tamil/anek-tamil.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:75;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Anek Telugu\";s:10:\"fontFamily\";s:25:\"\"Anek Telugu\", sans-serif\";s:4:\"slug\";s:11:\"anek-telugu\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oEiG2ep10_8.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Anek Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/anek-telugu/anek-telugu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:76;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Angkor\";s:10:\"fontFamily\";s:17:\"Angkor, system-ui\";s:4:\"slug\";s:6:\"angkor\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/angkor/v32/H4cmBXyAlsPdnlb-9yw-4Lqggw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Angkor\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/angkor/angkor-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/angkor/angkor.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:77;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Annapurna SIL\";s:10:\"fontFamily\";s:22:\"\"Annapurna SIL\", serif\";s:4:\"slug\";s:13:\"annapurna-sil\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllid8NZ9dZT_PZs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Annapurna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/annapurna-sil/annapurna-sil-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/annapurnasil/v2/yYLy0hDY0f2iu9tPmRWtllidyG9SUZnUIZJ008A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Annapurna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/annapurna-sil/annapurna-sil-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/annapurna-sil/annapurna-sil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:78;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Annie Use Your Telescope\";s:10:\"fontFamily\";s:35:\"\"Annie Use Your Telescope\", cursive\";s:4:\"slug\";s:24:\"annie-use-your-telescope\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjkTfB3UUVZA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Annie Use Your Telescope\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/annie-use-your-telescope/annie-use-your-telescope-400-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/annie-use-your-telescope/annie-use-your-telescope.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:79;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Anonymous Pro\";s:10:\"fontFamily\";s:26:\"\"Anonymous Pro\", monospace\";s:4:\"slug\";s:13:\"anonymous-pro\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlk89CH98Ko.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anonymous Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anonymous-pro/anonymous-pro-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl429QP44Kqr2Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Anonymous Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anonymous-pro/anonymous-pro-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CzW7KOywKo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Anonymous Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anonymous-pro/anonymous-pro-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc7YG30KqB9Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Anonymous Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/anonymous-pro/anonymous-pro-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/anonymous-pro/anonymous-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:80;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Anta\";s:10:\"fontFamily\";s:16:\"Anta, sans-serif\";s:4:\"slug\";s:4:\"anta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:65:\"https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyZFkxPFimIo0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Anta\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/anta/anta-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/anta/anta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:81;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Antic\";s:10:\"fontFamily\";s:17:\"Antic, sans-serif\";s:4:\"slug\";s:5:\"antic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZOodgzydtk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Antic\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/antic/antic-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/antic/antic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:82;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Antic Didone\";s:10:\"fontFamily\";s:21:\"\"Antic Didone\", serif\";s:4:\"slug\";s:12:\"antic-didone\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDirIsGBGBzCw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Antic Didone\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/antic-didone/antic-didone-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/antic-didone/antic-didone.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:83;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Antic Slab\";s:10:\"fontFamily\";s:19:\"\"Antic Slab\", serif\";s:4:\"slug\";s:10:\"antic-slab\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcdWXW5p5Qo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Antic Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/antic-slab/antic-slab-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/antic-slab/antic-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:84;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Anton\";s:10:\"fontFamily\";s:17:\"Anton, sans-serif\";s:4:\"slug\";s:5:\"anton\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm0Kx8i4gS7lu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Anton\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/anton/anton-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/anton/anton.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:85;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Anton SC\";s:10:\"fontFamily\";s:22:\"\"Anton SC\", sans-serif\";s:4:\"slug\";s:8:\"anton-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/antonsc/v1/4UaBrEBBsgltGn71sxLjzanB44N1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Anton SC\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/anton-sc/anton-sc-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/anton-sc/anton-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:86;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Antonio\";s:10:\"fontFamily\";s:19:\"Antonio, sans-serif\";s:4:\"slug\";s:7:\"antonio\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Antonio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/antonio/antonio.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:87;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Anuphan\";s:10:\"fontFamily\";s:19:\"Anuphan, sans-serif\";s:4:\"slug\";s:7:\"anuphan\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9A4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCmY9Q4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZClG9Q4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9Q4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkq9Q4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCnG8g4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/anuphan/v4/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCn_8g4hGmW927Gu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anuphan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/anuphan/anuphan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:88;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Anybody\";s:10:\"fontFamily\";s:18:\"Anybody, system-ui\";s:4:\"slug\";s:7:\"anybody\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPq8XD_nBPpQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_C3HVfpcHY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Anybody\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/anybody/anybody.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:89;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Aoboshi One\";s:10:\"fontFamily\";s:20:\"\"Aoboshi One\", serif\";s:4:\"slug\";s:11:\"aoboshi-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/aoboshione/v11/Gg8xN5kXaAXtHQrFxwl10ysOBmZX_UEg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Aoboshi One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/aoboshi-one/aoboshi-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/aoboshi-one/aoboshi-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:90;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Arapey\";s:10:\"fontFamily\";s:13:\"Arapey, serif\";s:4:\"slug\";s:6:\"arapey\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RC6YtAcZkIzeg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Arapey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/arapey/arapey-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/arapey/v16/-W_9XJn-UDDA2RCKZdodREcjeo0k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Arapey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/arapey/arapey-400-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/arapey/arapey.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:91;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Arbutus\";s:10:\"fontFamily\";s:14:\"Arbutus, serif\";s:4:\"slug\";s:7:\"arbutus\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/arbutus/v28/NaPYcZ7dG_5J3poob9dtryO8fMU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Arbutus\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/arbutus/arbutus-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/arbutus/arbutus.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:92;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Arbutus Slab\";s:10:\"fontFamily\";s:21:\"\"Arbutus Slab\", serif\";s:4:\"slug\";s:12:\"arbutus-slab\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVbq8dJlaFAQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Arbutus Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/arbutus-slab/arbutus-slab-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/arbutus-slab/arbutus-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:93;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Architects Daughter\";s:10:\"fontFamily\";s:30:\"\"Architects Daughter\", cursive\";s:4:\"slug\";s:19:\"architects-daughter\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfYtq4szgE-Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Architects Daughter\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/architects-daughter/architects-daughter-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/architects-daughter/architects-daughter.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:94;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Archivo\";s:10:\"fontFamily\";s:19:\"Archivo, sans-serif\";s:4:\"slug\";s:7:\"archivo\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp9R1oJ0vyVQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdpBU7iVdxQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Archivo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo/archivo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:95;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Archivo Black\";s:10:\"fontFamily\";s:27:\"\"Archivo Black\", sans-serif\";s:4:\"slug\";s:13:\"archivo-black\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6OY6P_x7yx3A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Archivo Black\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-black/archivo-black-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-black/archivo-black.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:96;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Archivo Narrow\";s:10:\"fontFamily\";s:28:\"\"Archivo Narrow\", sans-serif\";s:4:\"slug\";s:14:\"archivo-narrow\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKoXOtFCQ76Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKoXOtFCQ76Q.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKoXOtFCQ76Q.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKoXOtFCQ76Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53msNiEr6T6Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53msNiEr6T6Y.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmsNiEr6T6Y.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmsNiEr6T6Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Archivo Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow-700-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/archivo-narrow/archivo-narrow.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:97;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Are You Serious\";s:10:\"fontFamily\";s:26:\"\"Are You Serious\", cursive\";s:4:\"slug\";s:15:\"are-you-serious\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/areyouserious/v12/ll8kK2GVSSr-PtjQ5nONVcNn4306gD9nCGRayg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Are You Serious\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/are-you-serious/are-you-serious-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/are-you-serious/are-you-serious.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:98;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Aref Ruqaa\";s:10:\"fontFamily\";s:19:\"\"Aref Ruqaa\", serif\";s:4:\"slug\";s:10:\"aref-ruqaa\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulEIUiVNo5xNY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Aref Ruqaa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa/aref-ruqaa-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/arefruqaa/v25/WwkYxPW1E165rajQKDulKDwNcNcS2N_7Bdk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Aref Ruqaa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa/aref-ruqaa-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa/aref-ruqaa.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:99;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Aref Ruqaa Ink\";s:10:\"fontFamily\";s:23:\"\"Aref Ruqaa Ink\", serif\";s:4:\"slug\";s:14:\"aref-ruqaa-ink\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/arefruqaaink/v10/1q2fY5WOGUFlt84GTOkP6Kdx72TkVIGpgnxL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Aref Ruqaa Ink\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa-ink/aref-ruqaa-ink-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/arefruqaaink/v10/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WkqWBCyxWn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Aref Ruqaa Ink\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa-ink/aref-ruqaa-ink-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/aref-ruqaa-ink/aref-ruqaa-ink.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:100;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Arima\";s:10:\"fontFamily\";s:16:\"Arima, system-ui\";s:4:\"slug\";s:5:\"arima\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arima\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/arima/arima.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:101;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Arimo\";s:10:\"fontFamily\";s:17:\"Arimo, sans-serif\";s:4:\"slug\";s:5:\"arimo\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsAhDAVQI4aA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsAhDAVQI4aA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsAhDAVQI4aA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsAhDAVQI4aA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrBdwcoaKww.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrBdwcoaKww.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrBdwcoaKww.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrBdwcoaKww.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Arimo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/arimo/arimo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:102;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Arizonia\";s:10:\"fontFamily\";s:17:\"Arizonia, cursive\";s:4:\"slug\";s:8:\"arizonia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/arizonia/v21/neIIzCemt4A5qa7mv6WDHK06UY30.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Arizonia\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/arizonia/arizonia-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/arizonia/arizonia.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:103;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Armata\";s:10:\"fontFamily\";s:18:\"Armata, sans-serif\";s:4:\"slug\";s:6:\"armata\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-E9kT53Q2u_mQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Armata\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/armata/armata-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/armata/armata.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:104;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Arsenal\";s:10:\"fontFamily\";s:19:\"Arsenal, sans-serif\";s:4:\"slug\";s:7:\"arsenal\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11rWAewrhXY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Arsenal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal/arsenal-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cAM4ulXYrtA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Arsenal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal/arsenal-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeEAmX8yrdk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Arsenal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal/arsenal-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKmF03vdnKjw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Arsenal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal/arsenal-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal/arsenal.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:105;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Arsenal SC\";s:10:\"fontFamily\";s:24:\"\"Arsenal SC\", sans-serif\";s:4:\"slug\";s:10:\"arsenal-sc\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxiXN8ssybsHQI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Arsenal SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal-sc/arsenal-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dnckLHea6e5BEtsfxibNgmsgTpDQIrGg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Arsenal SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal-sc/arsenal-sc-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dmckLHea6e5BEtsfxiZGYDlyvHAQsyA2Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Arsenal SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal-sc/arsenal-sc-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3d4ckLHea6e5BEtsfxibNgeCyvNACk3E2YljQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Arsenal SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal-sc/arsenal-sc-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/arsenal-sc/arsenal-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:106;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Artifika\";s:10:\"fontFamily\";s:15:\"Artifika, serif\";s:4:\"slug\";s:8:\"artifika\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu6Wo5jDtreOL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Artifika\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/artifika/artifika-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/artifika/artifika.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:107;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Arvo\";s:10:\"fontFamily\";s:11:\"Arvo, serif\";s:4:\"slug\";s:4:\"arvo\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKmSUa7Lzr7vs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Arvo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/arvo/v22/tDbN2oWUg0MKqSIQ7Z7u_vvijQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Arvo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/arvo/v22/tDbM2oWUg0MKoZw1yLHA8vL7lAE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Arvo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/arvo/v22/tDbO2oWUg0MKqSIoVLHK89D-hAHkGg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Arvo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:108;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Arya\";s:10:\"fontFamily\";s:16:\"Arya, sans-serif\";s:4:\"slug\";s:4:\"arya\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJd9UP1-beqdFE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Arya\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arya/arya-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/arya/v19/ga6NawNG-HJdzfra3bqBaFg3dRE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Arya\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/arya/arya-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/arya/arya.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:109;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Asap\";s:10:\"fontFamily\";s:16:\"Asap, sans-serif\";s:4:\"slug\";s:4:\"asap\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqQsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqUsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYzKUsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYTKIsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqIsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYO6IsK2OXoA7Glw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammWggvWl0Qn.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Asap\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap-900-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/asap/asap.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:110;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Asap Condensed\";s:10:\"fontFamily\";s:28:\"\"Asap Condensed\", sans-serif\";s:4:\"slug\";s:14:\"asap-condensed\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9DSWlBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUIFFimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8nSmlBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOVGimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdNeOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxifypY1o9NHyXh3WvSbGSggdOeJaExurmapvvM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9_S2lBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1HimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9TTGlBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO83TWlBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8rTmlBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-800-normal.svg\";}i:13;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOlCimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-800-italic.svg\";}i:14;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8PT2lBgGqgp-pO.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-900-normal.svg\";}i:15;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUM1DimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Asap Condensed\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/asap-condensed/asap-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:111;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Asar\";s:10:\"fontFamily\";s:11:\"Asar, serif\";s:4:\"slug\";s:4:\"asar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIXkMQDLlTW6E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asar\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asar/asar-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/asar/asar.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:112;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Asset\";s:10:\"fontFamily\";s:16:\"Asset, system-ui\";s:4:\"slug\";s:5:\"asset\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cWIjRJqExst1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Asset\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/asset/asset-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/asset/asset.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:113;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Assistant\";s:10:\"fontFamily\";s:21:\"Assistant, sans-serif\";s:4:\"slug\";s:9:\"assistant\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Assistant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant-800-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/assistant/assistant.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:114;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Astloch\";s:10:\"fontFamily\";s:18:\"Astloch, system-ui\";s:4:\"slug\";s:7:\"astloch\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9kRzMtkH1Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Astloch\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/astloch/astloch-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MZPA10xLMQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Astloch\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/astloch/astloch-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/astloch/astloch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:115;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Asul\";s:10:\"fontFamily\";s:16:\"Asul, sans-serif\";s:4:\"slug\";s:4:\"asul\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/asul/v21/VuJ-dNjKxYr46fYFXK78JIg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asul\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asul/asul-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/asul/v21/VuJxdNjKxYr40U8qeKPXOIFneRo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Asul\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/asul/asul-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/asul/asul.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:116;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Athiti\";s:10:\"fontFamily\";s:18:\"Athiti, sans-serif\";s:4:\"slug\";s:6:\"athiti\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAxDNyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAoDByB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1w4CRhWCtaiAg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA-DFyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA1DZyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAsDdyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Athiti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/athiti/athiti.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:117;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Atkinson Hyperlegible\";s:10:\"fontFamily\";s:35:\"\"Atkinson Hyperlegible\", sans-serif\";s:4:\"slug\";s:21:\"atkinson-hyperlegible\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE4JgpewSSbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Atkinson Hyperlegible\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/atkinson-hyperlegible/atkinson-hyperlegible-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055IoWQGCbUWn.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Atkinson Hyperlegible\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/atkinson-hyperlegible/atkinson-hyperlegible-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNdi-OZFy-FA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Atkinson Hyperlegible\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/atkinson-hyperlegible/atkinson-hyperlegible-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWPRlmuFH24.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Atkinson Hyperlegible\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/atkinson-hyperlegible/atkinson-hyperlegible-700-italic.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/atkinson-hyperlegible/atkinson-hyperlegible.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:118;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Atma\";s:10:\"fontFamily\";s:15:\"Atma, system-ui\";s:4:\"slug\";s:4:\"atma\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo8JzKjI9PvedRkM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Atma\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/atma/v16/uK_84rqWc-Eom2tbDj8WIv4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Atma\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo5pyKjI9PvedRkM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Atma\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo7Z1KjI9PvedRkM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Atma\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo9J0KjI9PvedRkM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Atma\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/atma/atma.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:119;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Atomic Age\";s:10:\"fontFamily\";s:23:\"\"Atomic Age\", system-ui\";s:4:\"slug\";s:10:\"atomic-age\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL58Tt9a8GYeA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Atomic Age\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/atomic-age/atomic-age-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/atomic-age/atomic-age.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:120;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Aubrey\";s:10:\"fontFamily\";s:17:\"Aubrey, system-ui\";s:4:\"slug\";s:6:\"aubrey\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vvwNsCxVEgA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Aubrey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/aubrey/aubrey-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/aubrey/aubrey.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:121;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Audiowide\";s:10:\"fontFamily\";s:20:\"Audiowide, system-ui\";s:4:\"slug\";s:9:\"audiowide\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCtlAXPExpQBw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Audiowide\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/audiowide/audiowide-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/audiowide/audiowide.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:122;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Autour One\";s:10:\"fontFamily\";s:23:\"\"Autour One\", system-ui\";s:4:\"slug\";s:10:\"autour-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5xWVscxdKE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Autour One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/autour-one/autour-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/autour-one/autour-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:123;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Average\";s:10:\"fontFamily\";s:14:\"Average, serif\";s:4:\"slug\";s:7:\"average\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rIedwVWytTyk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Average\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/average/average-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/average/average.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:124;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Average Sans\";s:10:\"fontFamily\";s:26:\"\"Average Sans\", sans-serif\";s:4:\"slug\";s:12:\"average-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPANqazVoK4A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Average Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/average-sans/average-sans-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/average-sans/average-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:125;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Averia Gruesa Libre\";s:10:\"fontFamily\";s:32:\"\"Averia Gruesa Libre\", system-ui\";s:4:\"slug\";s:19:\"averia-gruesa-libre\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmyJw0SLRA8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Averia Gruesa Libre\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-gruesa-libre/averia-gruesa-libre-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-gruesa-libre/averia-gruesa-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:126;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Averia Libre\";s:10:\"fontFamily\";s:25:\"\"Averia Libre\", system-ui\";s:4:\"slug\";s:12:\"averia-libre\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtak7t-pQgTw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTs2JEwT4Sk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiB6PJZ2Xx8w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnIRWDh8405.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztak7t-pQgTw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTs2JEwT4Sk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Averia Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-libre/averia-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:127;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Averia Sans Libre\";s:10:\"fontFamily\";s:30:\"\"Averia Sans Libre\", system-ui\";s:4:\"slug\";s:17:\"averia-sans-libre\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcVJZP1LmD9.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5LXK3D9qtg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVMGIMYDo_8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoI6C5_8N3k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cVJZP1LmD9.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5LXK3D9qtg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Averia Sans Libre\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre-700-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-sans-libre/averia-sans-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:128;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Averia Serif Libre\";s:10:\"fontFamily\";s:31:\"\"Averia Serif Libre\", system-ui\";s:4:\"slug\";s:18:\"averia-serif-libre\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqxKcqdrKvbQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60rVLe_bXHq.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-oAGOyYw2fw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuP64kmf6u2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qxKcqdrKvbQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0rVLe_bXHq.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Averia Serif Libre\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre-700-italic.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/averia-serif-libre/averia-serif-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:129;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Azeret Mono\";s:10:\"fontFamily\";s:24:\"\"Azeret Mono\", monospace\";s:4:\"slug\";s:11:\"azeret-mono\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh17aa-5s3AA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLyb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbyb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbyb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbyb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbyb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlryb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulryb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlryb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglryb2Z4nAN7J.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Azeret Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/azeret-mono/azeret-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:130;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"B612\";s:10:\"fontFamily\";s:18:\"\"B612\", sans-serif\";s:4:\"slug\";s:5:\"b-612\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jy4GDigUXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"B612\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/b612/b612-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyGRqlQXwdVw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"B612\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/b612/b612-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDWLTXUETuE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"B612\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/b612/b612-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBTFcBXuFb0Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"B612\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/b612/b612-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/b612/b612.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:131;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"B612 Mono\";s:10:\"fontFamily\";s:22:\"\"B612 Mono\", monospace\";s:4:\"slug\";s:10:\"b-612-mono\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/b612mono/v14/kmK_Zq85QVWbN1eW6lJl0gTcquRTtg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"B612 Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/b612-mono/b612-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/b612mono/v14/kmK5Zq85QVWbN1eW6lJV1Q7diOFDtqtf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"B612 Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/b612-mono/b612-mono-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/b612mono/v14/kmK6Zq85QVWbN1eW6lJdayv4p89Pv7JGSg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"B612 Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/b612-mono/b612-mono-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/b612mono/v14/kmKkZq85QVWbN1eW6lJV1TZkp8VOnbdWSg4x.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"B612 Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/b612-mono/b612-mono-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/b612-mono/b612-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:132;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"BIZ UDGothic\";s:10:\"fontFamily\";s:26:\"\"BIZ UDGothic\", sans-serif\";s:4:\"slug\";s:12:\"biz-udgothic\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bizudgothic/v12/daafSTouBF7RUjnbt8p3LuKtsAN98z_MbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"BIZ UDGothic\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udgothic/biz-udgothic-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bizudgothic/v12/daaASTouBF7RUjnbt8p3LuKVCSxZ_hTQZMhbaA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"BIZ UDGothic\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udgothic/biz-udgothic-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udgothic/biz-udgothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:133;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"BIZ UDMincho\";s:10:\"fontFamily\";s:21:\"\"BIZ UDMincho\", serif\";s:4:\"slug\";s:12:\"biz-udmincho\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bizudmincho/v11/EJRRQgI6eOxFjBdKs38yhtW1cgT7rcpY8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"BIZ UDMincho\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udmincho/biz-udmincho-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bizudmincho/v11/EJROQgI6eOxFjBdKs38yhtWNyyvfoOFE-IyCrw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"BIZ UDMincho\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udmincho/biz-udmincho-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udmincho/biz-udmincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:134;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"BIZ UDPGothic\";s:10:\"fontFamily\";s:27:\"\"BIZ UDPGothic\", sans-serif\";s:4:\"slug\";s:13:\"biz-udpgothic\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bizudpgothic/v14/hES36X5pHAIBjmS84VL0Bue83nAMQWkMUAk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"BIZ UDPGothic\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpgothic/biz-udpgothic-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bizudpgothic/v14/hESq6X5pHAIBjmS84VL0Bue85skjZWQnTABCSQo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"BIZ UDPGothic\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpgothic/biz-udpgothic-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpgothic/biz-udpgothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:135;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"BIZ UDPMincho\";s:10:\"fontFamily\";s:22:\"\"BIZ UDPMincho\", serif\";s:4:\"slug\";s:13:\"biz-udpmincho\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bizudpmincho/v11/ypvfbXOBrmYppy7oWWTg1_58nh1YtUb0gZk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"BIZ UDPMincho\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpmincho/biz-udpmincho-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bizudpmincho/v11/ypvCbXOBrmYppy7oWWTg1_58pqR3kUvfnZAy57k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"BIZ UDPMincho\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpmincho/biz-udpmincho-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/biz-udpmincho/biz-udpmincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:136;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Babylonica\";s:10:\"fontFamily\";s:19:\"Babylonica, cursive\";s:4:\"slug\";s:10:\"babylonica\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/babylonica/v5/5aUw9_i2qxWVCAE2aHjTqDd0-VVMoEw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Babylonica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/babylonica/babylonica-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/babylonica/babylonica.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:137;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Bacasime Antique\";s:10:\"fontFamily\";s:25:\"\"Bacasime Antique\", serif\";s:4:\"slug\";s:16:\"bacasime-antique\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZOwGtSUrV_BE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Bacasime Antique\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/bacasime-antique/bacasime-antique-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/bacasime-antique/bacasime-antique.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:138;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Bad Script\";s:10:\"fontFamily\";s:21:\"\"Bad Script\", cursive\";s:4:\"slug\";s:10:\"bad-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7lOkuzd1AZtw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Bad Script\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/bad-script/bad-script-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/bad-script/bad-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:139;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Bagel Fat One\";s:10:\"fontFamily\";s:26:\"\"Bagel Fat One\", system-ui\";s:4:\"slug\";s:13:\"bagel-fat-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bagelfatone/v1/hYkPPucsQOr5dy02WmQr5Zkd0Btmvv0dSbM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Bagel Fat One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/bagel-fat-one/bagel-fat-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/bagel-fat-one/bagel-fat-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:140;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Bahiana\";s:10:\"fontFamily\";s:18:\"Bahiana, system-ui\";s:4:\"slug\";s:7:\"bahiana\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/bahiana/v23/uU9PCBUV4YenPWJU7xbb3vyHmlI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bahiana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bahiana/bahiana-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/bahiana/bahiana.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:141;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Bahianita\";s:10:\"fontFamily\";s:20:\"Bahianita, system-ui\";s:4:\"slug\";s:9:\"bahianita\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/bahianita/v21/yYLr0hTb3vuqqsBUgxWtwDvV2NJPcA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Bahianita\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bahianita/bahianita-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/bahianita/bahianita.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:142;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bai Jamjuree\";s:10:\"fontFamily\";s:26:\"\"Bai Jamjuree\", sans-serif\";s:4:\"slug\";s:12:\"bai-jamjuree\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0kePulpA1-yiSgA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpo02S2CgOva.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa09eDulpA1-yiSgA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pikZo02S2CgOva.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMXMjKm7sp8g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LLub458jGL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHulpA1-yiSgA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJo02S2CgOva.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebulpA1-yiSgA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5o02S2CgOva.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efulpA1-yiSgA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpo02S2CgOva.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bai Jamjuree\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bai-jamjuree/bai-jamjuree.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:143;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Bakbak One\";s:10:\"fontFamily\";s:23:\"\"Bakbak One\", system-ui\";s:4:\"slug\";s:10:\"bakbak-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/bakbakone/v8/zOL54pXAl6RI-p_ardnuycFuv-hHkOs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Bakbak One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/bakbak-one/bakbak-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/bakbak-one/bakbak-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:144;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ballet\";s:10:\"fontFamily\";s:15:\"Ballet, cursive\";s:4:\"slug\";s:6:\"ballet\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ballet/v27/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ballet\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ballet/ballet-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ballet/ballet.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:145;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Baloo 2\";s:10:\"fontFamily\";s:20:\"\"Baloo 2\", system-ui\";s:4:\"slug\";s:7:\"baloo-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgazapq9Fat7WcN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baloo 2\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgozapq9Fat7WcN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baloo 2\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpq9Fat7WcN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baloo 2\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpq9Fat7WcN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baloo 2\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpq9Fat7WcN.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baloo 2\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-2/baloo-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:146;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Baloo Bhai 2\";s:10:\"fontFamily\";s:25:\"\"Baloo Bhai 2\", system-ui\";s:4:\"slug\";s:12:\"baloo-bhai-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXKCo-jsZzo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baloo Bhai 2\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXKCo-jsZzo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baloo Bhai 2\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXKCo-jsZzo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baloo Bhai 2\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXKCo-jsZzo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baloo Bhai 2\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXKCo-jsZzo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baloo Bhai 2\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhai-2/baloo-bhai-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:147;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Baloo Bhaijaan 2\";s:10:\"fontFamily\";s:29:\"\"Baloo Bhaijaan 2\", system-ui\";s:4:\"slug\";s:16:\"baloo-bhaijaan-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP9L4ppfcyC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Baloo Bhaijaan 2\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP9L4ppfcyC.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Baloo Bhaijaan 2\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP9L4ppfcyC.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Baloo Bhaijaan 2\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP9L4ppfcyC.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Baloo Bhaijaan 2\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP9L4ppfcyC.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Baloo Bhaijaan 2\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2-800-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaijaan-2/baloo-bhaijaan-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:148;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Baloo Bhaina 2\";s:10:\"fontFamily\";s:27:\"\"Baloo Bhaina 2\", system-ui\";s:4:\"slug\";s:14:\"baloo-bhaina-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvQPRLYWmZSA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Bhaina 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvQPRLYWmZSA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Bhaina 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvQPRLYWmZSA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Bhaina 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvQPRLYWmZSA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Bhaina 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvQPRLYWmZSA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Bhaina 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-bhaina-2/baloo-bhaina-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:149;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Baloo Chettan 2\";s:10:\"fontFamily\";s:28:\"\"Baloo Chettan 2\", system-ui\";s:4:\"slug\";s:15:\"baloo-chettan-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO18eH9xI2gc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Chettan 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO18eH9xI2gc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Chettan 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO18eH9xI2gc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Chettan 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO18eH9xI2gc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Chettan 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO18eH9xI2gc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Chettan 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2-800-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-chettan-2/baloo-chettan-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:150;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Baloo Da 2\";s:10:\"fontFamily\";s:23:\"\"Baloo Da 2\", system-ui\";s:4:\"slug\";s:10:\"baloo-da-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Baloo Da 2\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Baloo Da 2\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Baloo Da 2\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Baloo Da 2\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Baloo Da 2\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2-800-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-da-2/baloo-da-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:151;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Baloo Paaji 2\";s:10:\"fontFamily\";s:26:\"\"Baloo Paaji 2\", system-ui\";s:4:\"slug\";s:13:\"baloo-paaji-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Paaji 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74f3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Paaji 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Paaji 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Paaji 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6If3bRUz1r5t.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Paaji 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2-800-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-paaji-2/baloo-paaji-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:152;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Baloo Tamma 2\";s:10:\"fontFamily\";s:26:\"\"Baloo Tamma 2\", system-ui\";s:4:\"slug\";s:13:\"baloo-tamma-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-xIF71SGC5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Tamma 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-xIF71SGC5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Tamma 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-xIF71SGC5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Tamma 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-xIF71SGC5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Tamma 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-xIF71SGC5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Baloo Tamma 2\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2-800-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tamma-2/baloo-tamma-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:153;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Baloo Tammudu 2\";s:10:\"fontFamily\";s:28:\"\"Baloo Tammudu 2\", system-ui\";s:4:\"slug\";s:15:\"baloo-tammudu-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4cuPZSlGmAA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Tammudu 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4cuPZSlGmAA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Tammudu 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4cuPZSlGmAA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Tammudu 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4cuPZSlGmAA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Tammudu 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4cuPZSlGmAA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baloo Tammudu 2\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2-800-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-tammudu-2/baloo-tammudu-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:154;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Baloo Thambi 2\";s:10:\"fontFamily\";s:27:\"\"Baloo Thambi 2\", system-ui\";s:4:\"slug\";s:14:\"baloo-thambi-2\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzbARG_n4osQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Thambi 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzbARG_n4osQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Thambi 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzbARG_n4osQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Thambi 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzbARG_n4osQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Thambi 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzbARG_n4osQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Baloo Thambi 2\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/baloo-thambi-2/baloo-thambi-2.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:155;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Balsamiq Sans\";s:10:\"fontFamily\";s:26:\"\"Balsamiq Sans\", system-ui\";s:4:\"slug\";s:13:\"balsamiq-sans\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7Pnc8dwdIYdNHzs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Balsamiq Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/balsamiq-sans/balsamiq-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sazZiAbNrN8SB3lQQX7PncwdsXIKVIDzvcXA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Balsamiq Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/balsamiq-sans/balsamiq-sans-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sZzZiAbNrN8SB3lQQX7PncyWUyBYpmAzLFRQI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Balsamiq Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/balsamiq-sans/balsamiq-sans-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsAhDAVQI4aA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Balsamiq Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/balsamiq-sans/balsamiq-sans-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/balsamiq-sans/balsamiq-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:156;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Balthazar\";s:10:\"fontFamily\";s:16:\"Balthazar, serif\";s:4:\"slug\";s:9:\"balthazar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvzBTo39l8hw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Balthazar\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/balthazar/balthazar-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/balthazar/balthazar.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:157;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Bangers\";s:10:\"fontFamily\";s:18:\"Bangers, system-ui\";s:4:\"slug\";s:7:\"bangers\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACL5xa2bxii28.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bangers\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bangers/bangers-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/bangers/bangers.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:158;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Barlow\";s:10:\"fontFamily\";s:18:\"Barlow, sans-serif\";s:4:\"slug\";s:6:\"barlow\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s5yn4hnCci.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwH8DmTcibrA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Vostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4lostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPDsE46HsxnA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs5yn4hnCci.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41ostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Fostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5lostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc5VAtlT47dw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451ostzsrd6m9.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Barlow\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow/barlow.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:159;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Barlow Condensed\";s:10:\"fontFamily\";s:30:\"\"Barlow Condensed\", sans-serif\";s:4:\"slug\";s:16:\"barlow-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT2lvytKgbaw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1Hzlq0La6JN.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xPZ23n3pKg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT2lvytKgbaw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3TcuKECcrs.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWuYMHYrtUxg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Barlow Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed-900-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-condensed/barlow-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:160;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Barlow Semi Condensed\";s:10:\"fontFamily\";s:35:\"\"Barlow Semi Condensed\", sans-serif\";s:4:\"slug\";s:21:\"barlow-semi-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qqKk8ogoSP.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIE4Kh5SPZWs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWslqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmslqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRneoCrCEo4gg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqqKk8ogoSP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2slqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGslqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWslqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmslqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2slqZiGfHK5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Barlow Semi Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed-900-italic.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/barlow-semi-condensed/barlow-semi-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:161;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Barriecito\";s:10:\"fontFamily\";s:21:\"Barriecito, system-ui\";s:4:\"slug\";s:10:\"barriecito\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdAiYwTO0MU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Barriecito\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/barriecito/barriecito-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/barriecito/barriecito.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:162;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Barrio\";s:10:\"fontFamily\";s:17:\"Barrio, system-ui\";s:4:\"slug\";s:6:\"barrio\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEcAYhWdsX1Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Barrio\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/barrio/barrio-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/barrio/barrio.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:163;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Basic\";s:10:\"fontFamily\";s:17:\"Basic, sans-serif\";s:4:\"slug\";s:5:\"basic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQNy4lDVyR7D.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Basic\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/basic/basic-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/basic/basic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:164;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Baskervville\";s:10:\"fontFamily\";s:19:\"Baskervville, serif\";s:4:\"slug\";s:12:\"baskervville\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQgspOohvbJ9A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Baskervville\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baskervville/baskervville-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtZmppPPZ9Mlt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Baskervville\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/baskervville/baskervville-400-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/baskervville/baskervville.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:165;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Baskervville SC\";s:10:\"fontFamily\";s:24:\"\"Baskervville SC\", serif\";s:4:\"slug\";s:15:\"baskervville-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/baskervvillesc/v1/X7n94bc_DeKlh6bBbk_WiKnBSUvR6lR3tiSx0g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Baskervville SC\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/baskervville-sc/baskervville-sc-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/baskervville-sc/baskervville-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:166;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Battambang\";s:10:\"fontFamily\";s:21:\"Battambang, system-ui\";s:4:\"slug\";s:10:\"battambang\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/battambang/v24/uk-kEGe7raEw-HjkzZabNhGp4g50_o9T7Q.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Battambang\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNtmLxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Battambang\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabDnCj4yxx7o8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Battambang\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNsmMxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Battambang\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNvGOxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Battambang\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/battambang/battambang.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:167;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Baumans\";s:10:\"fontFamily\";s:18:\"Baumans, system-ui\";s:4:\"slug\";s:7:\"baumans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_8yaksqY5Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Baumans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/baumans/baumans-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/baumans/baumans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:168;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Bayon\";s:10:\"fontFamily\";s:17:\"Bayon, sans-serif\";s:4:\"slug\";s:5:\"bayon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/bayon/v34/9XUrlJNmn0LPFl-sOhYEd2NJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Bayon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/bayon/bayon-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/bayon/bayon.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:169;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Be Vietnam Pro\";s:10:\"fontFamily\";s:28:\"\"Be Vietnam Pro\", sans-serif\";s:4:\"slug\";s:14:\"be-vietnam-pro\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUBXoYYbAiah8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSYJIneh-waA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF83T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ183T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HwyBXoYYbAiah8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIV83T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2Rb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF83T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3Rb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI183T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80Rb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il83T7wrcwap.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1Rb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Be Vietnam Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/be-vietnam-pro/be-vietnam-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:170;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Beau Rivage\";s:10:\"fontFamily\";s:22:\"\"Beau Rivage\", cursive\";s:4:\"slug\";s:11:\"beau-rivage\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmgyNZp8K2sL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Beau Rivage\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/beau-rivage/beau-rivage-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/beau-rivage/beau-rivage.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:171;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Bebas Neue\";s:10:\"fontFamily\";s:24:\"\"Bebas Neue\", sans-serif\";s:4:\"slug\";s:10:\"bebas-neue\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxWtrygbi49c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Bebas Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/bebas-neue/bebas-neue-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/bebas-neue/bebas-neue.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:172;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Beiruti\";s:10:\"fontFamily\";s:19:\"Beiruti, sans-serif\";s:4:\"slug\";s:7:\"beiruti\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Y95wumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9bj5wumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9a95wumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9aP5wumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Zj4AumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Za4AumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Y94AumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/beiruti/v2/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9YU4AumgWg2SGdV.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Beiruti\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/beiruti/beiruti.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:173;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Belanosima\";s:10:\"fontFamily\";s:22:\"Belanosima, sans-serif\";s:4:\"slug\";s:10:\"belanosima\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/belanosima/v3/3y9k6bI8ejDo_3MfCDSLxAVbF3JBg54.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Belanosima\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/belanosima/belanosima-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Nh1M39qn5cdJ-4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Belanosima\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/belanosima/belanosima-600-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Lx0M39qn5cdJ-4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Belanosima\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/belanosima/belanosima-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/belanosima/belanosima.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:174;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Belgrano\";s:10:\"fontFamily\";s:15:\"Belgrano, serif\";s:4:\"slug\";s:8:\"belgrano\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMAirl08KDJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Belgrano\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/belgrano/belgrano-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/belgrano/belgrano.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:175;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Bellefair\";s:10:\"fontFamily\";s:16:\"Bellefair, serif\";s:4:\"slug\";s:9:\"bellefair\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19-vA2pOdvDA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Bellefair\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bellefair/bellefair-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/bellefair/bellefair.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:176;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Belleza\";s:10:\"fontFamily\";s:19:\"Belleza, sans-serif\";s:4:\"slug\";s:7:\"belleza\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcPyawzruP8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Belleza\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/belleza/belleza-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/belleza/belleza.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:177;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Bellota\";s:10:\"fontFamily\";s:18:\"Bellota, system-ui\";s:4:\"slug\";s:7:\"bellota\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGYViblPtXs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfiJtKpXulTQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJdRtGs-lbA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbtUk7hbBWrA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGYViblPtXs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfiJtKpXulTQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Bellota\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota/bellota.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:178;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bellota Text\";s:10:\"fontFamily\";s:25:\"\"Bellota Text\", system-ui\";s:4:\"slug\";s:12:\"bellota-text\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5VfsqeAXwQy6yxg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_xYSuixmYK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlTVP2VnlWS4f3-UE9hHXMB_NMOdS7sSg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlNVP2VnlWS4f3-UE9hHXMx-9kPVyv8Sjer.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5RfwqeAXwQy6yxg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_xYSuixmYK.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bellota Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bellota-text/bellota-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:179;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"BenchNine\";s:10:\"fontFamily\";s:21:\"BenchNine, sans-serif\";s:4:\"slug\";s:9:\"benchnine\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"BenchNine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/benchnine/benchnine-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrUsN1jU2gog.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"BenchNine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/benchnine/benchnine-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"BenchNine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/benchnine/benchnine-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/benchnine/benchnine.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:180;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Benne\";s:10:\"fontFamily\";s:12:\"Benne, serif\";s:4:\"slug\";s:5:\"benne\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6Vj0lt6qTDBN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Benne\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/benne/benne-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/benne/benne.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:181;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Bentham\";s:10:\"fontFamily\";s:14:\"Bentham, serif\";s:4:\"slug\";s:7:\"bentham\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglKWk7CJaK_y4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Bentham\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/bentham/bentham-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/bentham/bentham.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:182;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Berkshire Swash\";s:10:\"fontFamily\";s:26:\"\"Berkshire Swash\", cursive\";s:4:\"slug\";s:15:\"berkshire-swash\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/berkshireswash/v20/ptRRTi-cavZOGqCvnNJDl5m5XmNPqMQybX4pQA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Berkshire Swash\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/berkshire-swash/berkshire-swash-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/berkshire-swash/berkshire-swash.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:183;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Besley\";s:10:\"fontFamily\";s:13:\"Besley, serif\";s:4:\"slug\";s:6:\"besley\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/besley/v20/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdFoFPOl8-E.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/besley/v20/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiFdGg4-E04A.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Besley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/besley/besley.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:184;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Beth Ellen\";s:10:\"fontFamily\";s:21:\"\"Beth Ellen\", cursive\";s:4:\"slug\";s:10:\"beth-ellen\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/bethellen/v21/WwkbxPW2BE-3rb_JNT-qEIUiVNo5xNY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Beth Ellen\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/beth-ellen/beth-ellen-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/beth-ellen/beth-ellen.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:185;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Bevan\";s:10:\"fontFamily\";s:12:\"Bevan, serif\";s:4:\"slug\";s:5:\"bevan\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjF8fUir7tlSJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Bevan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/bevan/bevan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/bevan/v24/4iCt6KZ0a9NXjG8YWCvZs0SJD4U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Bevan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/bevan/bevan-400-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/bevan/bevan.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:186;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"BhuTuka Expanded One\";s:10:\"fontFamily\";s:29:\"\"BhuTuka Expanded One\", serif\";s:4:\"slug\";s:20:\"bhutuka-expanded-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/bhutukaexpandedone/v7/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyS8pg_RVH1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"BhuTuka Expanded One\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/bhutuka-expanded-one/bhutuka-expanded-one-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/bhutuka-expanded-one/bhutuka-expanded-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:187;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Big Shoulders Display\";s:10:\"fontFamily\";s:34:\"\"Big Shoulders Display\", system-ui\";s:4:\"slug\";s:21:\"big-shoulders-display\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY86JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ87JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YddE7JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0Ydb07JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdVE8JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JFs6SRP4yZQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Big Shoulders Display\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-display/big-shoulders-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:188;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:28:\"Big Shoulders Inline Display\";s:10:\"fontFamily\";s:41:\"\"Big Shoulders Inline Display\", system-ui\";s:4:\"slug\";s:28:\"big-shoulders-inline-display\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBEnR8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBE3R8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0mfE3R8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE3R8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nzE3R8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kfFHR8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kmFHR8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBFHR8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0loFHR8yPc2Huux.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Big Shoulders Inline Display\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display-900-normal.svg\";}}s:7:\"preview\";s:106:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-display/big-shoulders-inline-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:189;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Big Shoulders Inline Text\";s:10:\"fontFamily\";s:38:\"\"Big Shoulders Inline Text\", system-ui\";s:4:\"slug\";s:25:\"big-shoulders-inline-text\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0yqGI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0y6GI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgbqy6GI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y6GI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgaGy6GI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZqzKGI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZTzKGI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0zKGI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgYdzKGI7Y6Jsc8c.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Big Shoulders Inline Text\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text-900-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-inline-text/big-shoulders-inline-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:190;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:29:\"Big Shoulders Stencil Display\";s:10:\"fontFamily\";s:42:\"\"Big Shoulders Stencil Display\", system-ui\";s:4:\"slug\";s:29:\"big-shoulders-stencil-display\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0nPLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0jPLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_ZUjPLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0jPLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_CUjPLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_5U_PLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_3E_PLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0_PLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_kk_PLXznJucP9w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Big Shoulders Stencil Display\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display-900-normal.svg\";}}s:7:\"preview\";s:108:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-display/big-shoulders-stencil-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:191;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Big Shoulders Stencil Text\";s:10:\"fontFamily\";s:39:\"\"Big Shoulders Stencil Text\", system-ui\";s:4:\"slug\";s:26:\"big-shoulders-stencil-text\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04XIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4TIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRjYTIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04TIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR4YTIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRDYPIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRNIPIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4PIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGReoPIHC_Py_AWbQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Big Shoulders Stencil Text\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text-900-normal.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-stencil-text/big-shoulders-stencil-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:192;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Big Shoulders Text\";s:10:\"fontFamily\";s:31:\"\"Big Shoulders Text\", system-ui\";s:4:\"slug\";s:18:\"big-shoulders-text\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-r3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-q3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3dGq3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3b2q3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3VGt3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Wit3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-t3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Sat3TcPNl6P2pc.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Big Shoulders Text\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/big-shoulders-text/big-shoulders-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:193;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Bigelow Rules\";s:10:\"fontFamily\";s:26:\"\"Bigelow Rules\", system-ui\";s:4:\"slug\";s:13:\"bigelow-rules\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bigelowrules/v29/RrQWboly8iR_I3KWSzeRuN0zT4ICH8WAJVk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Bigelow Rules\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/bigelow-rules/bigelow-rules-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/bigelow-rules/bigelow-rules.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:194;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Bigshot One\";s:10:\"fontFamily\";s:24:\"\"Bigshot One\", system-ui\";s:4:\"slug\";s:11:\"bigshot-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/bigshotone/v29/u-470qukhRkkO6BD_7cM_gxrUQJBXv_-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bigshot One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bigshot-one/bigshot-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/bigshot-one/bigshot-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:195;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Bilbo\";s:10:\"fontFamily\";s:14:\"Bilbo, cursive\";s:4:\"slug\";s:5:\"bilbo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210kpIRz4wxE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Bilbo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/bilbo/bilbo-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/bilbo/bilbo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:196;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Bilbo Swash Caps\";s:10:\"fontFamily\";s:27:\"\"Bilbo Swash Caps\", cursive\";s:4:\"slug\";s:16:\"bilbo-swash-caps\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAbopiRfKp8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Bilbo Swash Caps\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/bilbo-swash-caps/bilbo-swash-caps-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/bilbo-swash-caps/bilbo-swash-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:197;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"BioRhyme\";s:10:\"fontFamily\";s:15:\"BioRhyme, serif\";s:4:\"slug\";s:8:\"biorhyme\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIimiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OmwimiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIimiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OgAimiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OuwlmiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OtUlmiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIlmiOki-gkRDE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"BioRhyme\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme-800-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme/biorhyme.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:198;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"BioRhyme Expanded\";s:10:\"fontFamily\";s:26:\"\"BioRhyme Expanded\", serif\";s:4:\"slug\";s:17:\"biorhyme-expanded\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSCSdTXrb_z.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"BioRhyme Expanded\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSCSdTXrb_z.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"BioRhyme Expanded\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dQIE1zZzytGswgU577CDY9LjbffySRRXCPYsje.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"BioRhyme Expanded\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSCSdTXrb_z.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"BioRhyme Expanded\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSCSdTXrb_z.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"BioRhyme Expanded\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded-800-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/biorhyme-expanded/biorhyme-expanded.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:199;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Birthstone\";s:10:\"fontFamily\";s:19:\"Birthstone, cursive\";s:4:\"slug\";s:10:\"birthstone\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/birthstone/v14/8AtsGs2xO4yLRhy87sv_HLz5jRfZHzM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Birthstone\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/birthstone/birthstone-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/birthstone/birthstone.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:200;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Birthstone Bounce\";s:10:\"fontFamily\";s:28:\"\"Birthstone Bounce\", cursive\";s:4:\"slug\";s:17:\"birthstone-bounce\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/birthstonebounce/v11/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVMGIMYDo_8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Birthstone Bounce\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/birthstone-bounce/birthstone-bounce-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/birthstonebounce/v11/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacVJZP1LmD9.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Birthstone Bounce\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/birthstone-bounce/birthstone-bounce-500-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/birthstone-bounce/birthstone-bounce.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:201;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Biryani\";s:10:\"fontFamily\";s:19:\"Biryani, sans-serif\";s:4:\"slug\";s:7:\"biryani\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddYQyGTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddeAxGTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdTUkZPTh5T-s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddZQ3GTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddfA2GTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddew1GTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddcg0GTVSU-J-RxQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Biryani\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/biryani/biryani.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:202;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Bitter\";s:10:\"fontFamily\";s:13:\"Bitter, serif\";s:4:\"slug\";s:6:\"bitter\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bitter/v36/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCLrEXFh2reU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bitter/v36/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOXXpzveWxBw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Bitter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/bitter/bitter.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:203;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Black And White Picture\";s:10:\"fontFamily\";s:36:\"\"Black And White Picture\", system-ui\";s:4:\"slug\";s:23:\"black-and-white-picture\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/blackandwhitepicture/v24/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5CbcMi-yWY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Black And White Picture\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/black-and-white-picture/black-and-white-picture-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/black-and-white-picture/black-and-white-picture.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:204;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Black Han Sans\";s:10:\"fontFamily\";s:28:\"\"Black Han Sans\", sans-serif\";s:4:\"slug\";s:14:\"black-han-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/blackhansans/v17/ea8Aad44WunzF9a-dL6toA8r8nqQIXSkH-Hc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Black Han Sans\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/black-han-sans/black-han-sans-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/black-han-sans/black-han-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:205;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Black Ops One\";s:10:\"fontFamily\";s:26:\"\"Black Ops One\", system-ui\";s:4:\"slug\";s:13:\"black-ops-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDnRtjkho4M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Black Ops One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/black-ops-one/black-ops-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/black-ops-one/black-ops-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:206;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Blaka\";s:10:\"fontFamily\";s:16:\"Blaka, system-ui\";s:4:\"slug\";s:5:\"blaka\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6kdu20D2FV5e.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Blaka\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka/blaka-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka/blaka.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:207;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Blaka Hollow\";s:10:\"fontFamily\";s:25:\"\"Blaka Hollow\", system-ui\";s:4:\"slug\";s:12:\"blaka-hollow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezYAtoFyW_-oA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Blaka Hollow\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka-hollow/blaka-hollow-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka-hollow/blaka-hollow.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:208;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Blaka Ink\";s:10:\"fontFamily\";s:22:\"\"Blaka Ink\", system-ui\";s:4:\"slug\";s:9:\"blaka-ink\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/blakaink/v8/AlZy_zVVtpj22Znag2chcHf4XB0Tow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Blaka Ink\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka-ink/blaka-ink-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/blaka-ink/blaka-ink.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:209;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Blinker\";s:10:\"fontFamily\";s:19:\"Blinker, sans-serif\";s:4:\"slug\";s:7:\"blinker\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/blinker/v13/cIf_MaFatEE-VTaP_E2hYUsCkIt9QQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_OGARGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaPxCyrYGkHgIs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_PGFRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_JWERGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_ImHRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_K2GRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Blinker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/blinker/blinker.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:210;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Bodoni Moda\";s:10:\"fontFamily\";s:20:\"\"Bodoni Moda\", serif\";s:4:\"slug\";s:11:\"bodoni-moda\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIVytVjMYwE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/bodonimoda/v25/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4tHrJcwHqoQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Bodoni Moda\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:211;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Bodoni Moda SC\";s:10:\"fontFamily\";s:23:\"\"Bodoni Moda SC\", serif\";s:4:\"slug\";s:14:\"bodoni-moda-sc\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbA7uXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbDzuXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbNDpXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbOnpXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbI7pXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbKfpXJmb9N7yr8E.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecattN-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatht-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatatiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatU9iR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatNNiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/bodonimodasc/v1/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatHdiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Bodoni Moda SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda-sc/bodoni-moda-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:212;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Bokor\";s:10:\"fontFamily\";s:16:\"Bokor, system-ui\";s:4:\"slug\";s:5:\"bokor\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiR2TdInbcaxE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Bokor\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/bokor/bokor-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/bokor/bokor.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:213;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Bona Nova\";s:10:\"fontFamily\";s:18:\"\"Bona Nova\", serif\";s:4:\"slug\";s:9:\"bona-nova\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/bonanova/v11/B50NF7ZCpX7fcHfvIUBJjqhqHK-CLA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Bona Nova\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova/bona-nova-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/bonanova/v11/B50LF7ZCpX7fcHfvIUB5iaJrPqqSLJYf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Bona Nova\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova/bona-nova-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/bonanova/v11/B50IF7ZCpX7fcHfvIUBxN4dOEYSeJY8GgQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Bona Nova\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova/bona-nova-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova/bona-nova.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:214;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bona Nova SC\";s:10:\"fontFamily\";s:21:\"\"Bona Nova SC\", serif\";s:4:\"slug\";s:12:\"bona-nova-sc\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/bonanovasc/v1/mem5YaShyGWDiYdPG_c1Af4-UOJoCqeDjg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bona Nova SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova-sc/bona-nova-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bonanovasc/v1/memnYaShyGWDiYdPG_c1Af4OV-hpKKKTjrPW.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Bona Nova SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova-sc/bona-nova-sc-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bonanovasc/v1/memmYaShyGWDiYdPG_c1Af4G6c1MB4yfh6rPXA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bona Nova SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova-sc/bona-nova-sc-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bona-nova-sc/bona-nova-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:215;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Bonbon\";s:10:\"fontFamily\";s:15:\"Bonbon, cursive\";s:4:\"slug\";s:6:\"bonbon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/bonbon/v30/0FlVVPeVlFec4ee_dTEAbQY5-A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bonbon\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bonbon/bonbon-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/bonbon/bonbon.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:216;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Bonheur Royale\";s:10:\"fontFamily\";s:25:\"\"Bonheur Royale\", cursive\";s:4:\"slug\";s:14:\"bonheur-royale\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bonheurroyale/v13/c4m51nt_GMTrtX-b9GcG4-YRmYK6c0f1N5Ij.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bonheur Royale\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bonheur-royale/bonheur-royale-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/bonheur-royale/bonheur-royale.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:217;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Boogaloo\";s:10:\"fontFamily\";s:19:\"Boogaloo, system-ui\";s:4:\"slug\";s:8:\"boogaloo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6x1A_SrQo_1K.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Boogaloo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/boogaloo/boogaloo-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/boogaloo/boogaloo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:218;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Borel\";s:10:\"fontFamily\";s:14:\"Borel, cursive\";s:4:\"slug\";s:5:\"borel\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisgskYyMnOjwE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Borel\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/borel/borel-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/borel/borel.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:219;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Bowlby One\";s:10:\"fontFamily\";s:23:\"\"Bowlby One\", system-ui\";s:4:\"slug\";s:10:\"bowlby-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/bowlbyone/v23/taiPGmVuC4y96PFeqp8smouC_Z0wcK4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Bowlby One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/bowlby-one/bowlby-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/bowlby-one/bowlby-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:220;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Bowlby One SC\";s:10:\"fontFamily\";s:26:\"\"Bowlby One SC\", system-ui\";s:4:\"slug\";s:13:\"bowlby-one-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/bowlbyonesc/v25/DtVlJxerQqQm37tzN3wMug9Pzg38owhNjuE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Bowlby One SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/bowlby-one-sc/bowlby-one-sc-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/bowlby-one-sc/bowlby-one-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:221;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Braah One\";s:10:\"fontFamily\";s:23:\"\"Braah One\", sans-serif\";s:4:\"slug\";s:9:\"braah-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/braahone/v6/KFOlCnWUpt6LsxxxiylvBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Braah One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/braah-one/braah-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/braah-one/braah-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:222;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Brawler\";s:10:\"fontFamily\";s:14:\"Brawler, serif\";s:4:\"slug\";s:7:\"brawler\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgW7S9XdZN8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Brawler\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/brawler/brawler-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb9j2eNaPfk8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Brawler\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/brawler/brawler-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/brawler/brawler.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:223;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Bree Serif\";s:10:\"fontFamily\";s:19:\"\"Bree Serif\", serif\";s:4:\"slug\";s:10:\"bree-serif\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx6jj5pN1MwI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Bree Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/bree-serif/bree-serif-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/bree-serif/bree-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:224;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Bricolage Grotesque\";s:10:\"fontFamily\";s:33:\"\"Bricolage Grotesque\", sans-serif\";s:4:\"slug\";s:19:\"bricolage-grotesque\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZviyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvUXiyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRviyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvSniyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvcXlyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvfzlyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyMgvs-wJDtw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Bricolage Grotesque\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque-800-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/bricolage-grotesque/bricolage-grotesque.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:225;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Bruno Ace\";s:10:\"fontFamily\";s:22:\"\"Bruno Ace\", system-ui\";s:4:\"slug\";s:9:\"bruno-ace\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/brunoace/v5/WwkcxPa2E06x4trkOj_kNaoMWNMg3Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Bruno Ace\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/bruno-ace/bruno-ace-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/bruno-ace/bruno-ace.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:226;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bruno Ace SC\";s:10:\"fontFamily\";s:25:\"\"Bruno Ace SC\", system-ui\";s:4:\"slug\";s:12:\"bruno-ace-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/brunoacesc/v5/ptROTiycffFLBuiHjdJDl634KCFrpe8uZA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bruno Ace SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bruno-ace-sc/bruno-ace-sc-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bruno-ace-sc/bruno-ace-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:227;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Brygada 1918\";s:10:\"fontFamily\";s:21:\"\"Brygada 1918\", serif\";s:4:\"slug\";s:12:\"brygada-1918\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/brygada1918/v25/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-VoWu5O3gbo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/brygada1918/v25/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-VoWu5O3gbo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/brygada1918/v25/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-VoWu5O3gbo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/brygada1918/v25/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-VoWu5O3gbo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/brygada1918/v25/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/brygada1918/v25/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/brygada1918/v25/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/brygada1918/v25/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Brygada 1918\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/brygada-1918/brygada-1918.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:228;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Bubblegum Sans\";s:10:\"fontFamily\";s:27:\"\"Bubblegum Sans\", system-ui\";s:4:\"slug\";s:14:\"bubblegum-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEtdaCzoPPb7R4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bubblegum Sans\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bubblegum-sans/bubblegum-sans-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/bubblegum-sans/bubblegum-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:229;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Bubbler One\";s:10:\"fontFamily\";s:25:\"\"Bubbler One\", sans-serif\";s:4:\"slug\";s:11:\"bubbler-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/bubblerone/v21/f0Xy0eqj68ppQV9KBLmAouHC26MPePkt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bubbler One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bubbler-one/bubbler-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/bubbler-one/bubbler-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:230;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Buda\";s:10:\"fontFamily\";s:15:\"Buda, system-ui\";s:4:\"slug\";s:4:\"buda\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/buda/v29/GFDqWAN8mnyIJSSrG7ABr7pZKA0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Buda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/buda/buda-300-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/buda/buda.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:231;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Buenard\";s:10:\"fontFamily\";s:14:\"Buenard, serif\";s:4:\"slug\";s:7:\"buenard\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsPzL9qGi9HL4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Buenard\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/buenard/buenard-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/buenard/v17/OD5GuM6Cyma8FnnsB4vSjGWWALepwss.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Buenard\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/buenard/buenard-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/buenard/buenard.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:232;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Bungee\";s:10:\"fontFamily\";s:17:\"Bungee, system-ui\";s:4:\"slug\";s:6:\"bungee\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/bungee/v14/N0bU2SZBIuF2PU_ED350Kd_PmA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Bungee\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee/bungee-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee/bungee.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:233;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Bungee Hairline\";s:10:\"fontFamily\";s:28:\"\"Bungee Hairline\", system-ui\";s:4:\"slug\";s:15:\"bungee-hairline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/bungeehairline/v23/snfys0G548t04270a_ljTLUVrv-7ZR2dQ5ZPqQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Bungee Hairline\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-hairline/bungee-hairline-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-hairline/bungee-hairline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:234;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Bungee Inline\";s:10:\"fontFamily\";s:26:\"\"Bungee Inline\", system-ui\";s:4:\"slug\";s:13:\"bungee-inline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/bungeeinline/v16/Gg8zN58UcgnlCweMrih332VuDGd1-FEglsc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Bungee Inline\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-inline/bungee-inline-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-inline/bungee-inline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:235;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Bungee Outline\";s:10:\"fontFamily\";s:27:\"\"Bungee Outline\", system-ui\";s:4:\"slug\";s:14:\"bungee-outline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/bungeeoutline/v21/_6_mEDvmVP24UvU2MyiGDslL3QgyYhJqPXxo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Bungee Outline\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-outline/bungee-outline-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-outline/bungee-outline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:236;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bungee Shade\";s:10:\"fontFamily\";s:25:\"\"Bungee Shade\", system-ui\";s:4:\"slug\";s:12:\"bungee-shade\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bungeeshade/v14/DtVkJxarWL0t2KdzK3oI_jks6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bungee Shade\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-shade/bungee-shade-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-shade/bungee-shade.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:237;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Bungee Spice\";s:10:\"fontFamily\";s:25:\"\"Bungee Spice\", system-ui\";s:4:\"slug\";s:12:\"bungee-spice\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/bungeespice/v12/nwpTtK2nIhxE0q-IwgSpZBqCyiI-aMPF7Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Bungee Spice\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-spice/bungee-spice-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-spice/bungee-spice.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:238;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Bungee Tint\";s:10:\"fontFamily\";s:24:\"\"Bungee Tint\", system-ui\";s:4:\"slug\";s:11:\"bungee-tint\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/bungeetint/v1/J7abnpl_EGtUEuAJwN9WmrtPMDwTpTkB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Bungee Tint\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-tint/bungee-tint-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/bungee-tint/bungee-tint.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:239;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Butcherman\";s:10:\"fontFamily\";s:21:\"Butcherman, system-ui\";s:4:\"slug\";s:10:\"butcherman\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zCzq_5uT84.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Butcherman\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/butcherman/butcherman-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/butcherman/butcherman.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:240;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Butterfly Kids\";s:10:\"fontFamily\";s:25:\"\"Butterfly Kids\", cursive\";s:4:\"slug\";s:14:\"butterfly-kids\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/butterflykids/v25/ll8lK2CWTjuqAsXDqlnIbMNs5S4frxFrAX1D.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Butterfly Kids\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/butterfly-kids/butterfly-kids-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/butterfly-kids/butterfly-kids.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:241;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Cabin\";s:10:\"fontFamily\";s:17:\"Cabin, sans-serif\";s:4:\"slug\";s:5:\"cabin\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Svxm7rE_s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Svxm7rE_s.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Svxm7rE_s.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Svxm7rE_s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_Klx0zuA_u1Bg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlx0zuA_u1Bg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlx0zuA_u1Bg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlx0zuA_u1Bg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Cabin\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin/cabin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:242;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Cabin Condensed\";s:10:\"fontFamily\";s:29:\"\"Cabin Condensed\", sans-serif\";s:4:\"slug\";s:15:\"cabin-condensed\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwaZejZ5HZl8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Cabin Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-condensed/cabin-condensed-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwilMH96V15-K1oqQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Cabin Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-condensed/cabin-condensed-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb96V15-K1oqQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Cabin Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-condensed/cabin-condensed-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf96V15-K1oqQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Cabin Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-condensed/cabin-condensed-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-condensed/cabin-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:243;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Cabin Sketch\";s:10:\"fontFamily\";s:25:\"\"Cabin Sketch\", system-ui\";s:4:\"slug\";s:12:\"cabin-sketch\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOjMmtJM6fnuKg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cabin Sketch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-sketch/cabin-sketch-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cabinsketch/v21/QGY2z_kZZAGCONcK2A4bGOj0I_1o5NLyI4CMFw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cabin Sketch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-sketch/cabin-sketch-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/cabin-sketch/cabin-sketch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:244;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Cactus Classical Serif\";s:10:\"fontFamily\";s:31:\"\"Cactus Classical Serif\", serif\";s:4:\"slug\";s:22:\"cactus-classical-serif\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/cactusclassicalserif/v5/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JFuVIFX-pv-E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Cactus Classical Serif\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/cactus-classical-serif/cactus-classical-serif-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/cactus-classical-serif/cactus-classical-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:245;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Caesar Dressing\";s:10:\"fontFamily\";s:28:\"\"Caesar Dressing\", system-ui\";s:4:\"slug\";s:15:\"caesar-dressing\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3dLb6LZttyg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Caesar Dressing\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/caesar-dressing/caesar-dressing-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/caesar-dressing/caesar-dressing.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:246;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Cagliostro\";s:10:\"fontFamily\";s:22:\"Cagliostro, sans-serif\";s:4:\"slug\";s:10:\"cagliostro\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGDEM4COoE4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cagliostro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cagliostro/cagliostro-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/cagliostro/cagliostro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:247;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Cairo\";s:10:\"fontFamily\";s:17:\"Cairo, sans-serif\";s:4:\"slug\";s:5:\"cairo\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA-W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL4-W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hNI-W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hD45W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hAc5W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA5W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hEk5W1HoLQ-HmkA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cairo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo/cairo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:248;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Cairo Play\";s:10:\"fontFamily\";s:24:\"\"Cairo Play\", sans-serif\";s:4:\"slug\";s:10:\"cairo-play\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq8iXa8GvzaA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Cairo Play\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/cairo-play/cairo-play.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:249;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Caladea\";s:10:\"fontFamily\";s:14:\"Caladea, serif\";s:4:\"slug\";s:7:\"caladea\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjRp3-9IztOc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Caladea\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/caladea/caladea-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19-vA2pOdvDA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Caladea\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/caladea/caladea-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY398YqO52FZ0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Caladea\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/caladea/caladea-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SqcxzBZ2lDA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Caladea\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/caladea/caladea-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/caladea/caladea.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:250;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Calistoga\";s:10:\"fontFamily\";s:20:\"Calistoga, system-ui\";s:4:\"slug\";s:9:\"calistoga\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/calistoga/v16/6NUU8F2OJg6MeR7l4e0vscYAwdRZfw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Calistoga\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/calistoga/calistoga-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/calistoga/calistoga.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:251;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Calligraffitti\";s:10:\"fontFamily\";s:23:\"Calligraffitti, cursive\";s:4:\"slug\";s:14:\"calligraffitti\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFcM5ZBpYN-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Calligraffitti\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/calligraffitti/calligraffitti-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/calligraffitti/calligraffitti.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:252;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Cambay\";s:10:\"fontFamily\";s:18:\"Cambay, sans-serif\";s:4:\"slug\";s:6:\"cambay\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDsGa7SIz9JsaA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cambay\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cambay/cambay-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/cambay/v12/SLXLc1rY6H0_ZDs2bL6J7dd8aGZk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cambay\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cambay/cambay-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/cambay/v12/SLXKc1rY6H0_ZDs-0puswvlwYX99kA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cambay\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cambay/cambay-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/cambay/v12/SLXMc1rY6H0_ZDs2bIYwwvNxQ3ptkDMN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cambay\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cambay/cambay-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/cambay/cambay.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:253;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Cambo\";s:10:\"fontFamily\";s:12:\"Cambo, serif\";s:4:\"slug\";s:5:\"cambo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/cambo/v18/IFSqHeNEk8FJk41_ok7xkPm8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cambo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cambo/cambo-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/cambo/cambo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:254;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Candal\";s:10:\"fontFamily\";s:18:\"Candal, sans-serif\";s:4:\"slug\";s:6:\"candal\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNBB4Jt9Yxlw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Candal\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/candal/candal-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/candal/candal.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:255;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Cantarell\";s:10:\"fontFamily\";s:21:\"Cantarell, sans-serif\";s:4:\"slug\";s:9:\"cantarell\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO01JjqhqHK-CLA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cantarell\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cantarell/cantarell-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/cantarell/v17/B50LF7ZDq37KMUvlO015iaJrPqqSLJYf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cantarell\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cantarell/cantarell-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/cantarell/v17/B50IF7ZDq37KMUvlO01xN4dOEYSeJY8GgQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cantarell\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cantarell/cantarell-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/cantarell/v17/B50WF7ZDq37KMUvlO015iZrSEY6fB4oWgWHB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cantarell\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cantarell/cantarell-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/cantarell/cantarell.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:256;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Cantata One\";s:10:\"fontFamily\";s:20:\"\"Cantata One\", serif\";s:4:\"slug\";s:11:\"cantata-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxBt8CwfGaD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Cantata One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/cantata-one/cantata-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/cantata-one/cantata-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:257;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Cantora One\";s:10:\"fontFamily\";s:25:\"\"Cantora One\", sans-serif\";s:4:\"slug\";s:11:\"cantora-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX6zYZ4vZVbgZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Cantora One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/cantora-one/cantora-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/cantora-one/cantora-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:258;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Caprasimo\";s:10:\"fontFamily\";s:20:\"Caprasimo, system-ui\";s:4:\"slug\";s:9:\"caprasimo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/caprasimo/v5/esDT31JQOPuXIUGBp72kkJUCGpG-GQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Caprasimo\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/caprasimo/caprasimo-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/caprasimo/caprasimo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:259;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Capriola\";s:10:\"fontFamily\";s:20:\"Capriola, sans-serif\";s:4:\"slug\";s:8:\"capriola\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDln_5L-AinG8y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Capriola\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/capriola/capriola-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/capriola/capriola.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:260;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Caramel\";s:10:\"fontFamily\";s:16:\"Caramel, cursive\";s:4:\"slug\";s:7:\"caramel\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCFuiZ-uydg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Caramel\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/caramel/caramel-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/caramel/caramel.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:261;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Carattere\";s:10:\"fontFamily\";s:18:\"Carattere, cursive\";s:4:\"slug\";s:9:\"carattere\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTsmaMH4V_gg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Carattere\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/carattere/carattere-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/carattere/carattere.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:262;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Cardo\";s:10:\"fontFamily\";s:12:\"Cardo, serif\";s:4:\"slug\";s:5:\"cardo\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqiv61oAZ2H5O.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cardo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cardo/cardo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/cardo/v19/wlpxgwjKBV1pqhv93IE73W5OcCk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Cardo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cardo/cardo-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/cardo/v19/wlpygwjKBV1pqhND-aQU82JHaTBX.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Cardo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/cardo/cardo-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/cardo/cardo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:263;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Carlito\";s:10:\"fontFamily\";s:19:\"Carlito, sans-serif\";s:4:\"slug\";s:7:\"carlito\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039PDWLTXUETuE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Carlito\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/carlito/carlito-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/carlito/v3/3Jn_SDPw3m-pk039DDKBTFcBXuFb0Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Carlito\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/carlito/carlito-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/carlito/v3/3Jn4SDPw3m-pk039BIykaXgvUuhCyOo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Carlito\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/carlito/carlito-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/carlito/v3/3Jn6SDPw3m-pk039DDK59XglU8pH2OprMQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Carlito\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/carlito/carlito-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/carlito/carlito.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:264;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Carme\";s:10:\"fontFamily\";s:17:\"Carme, sans-serif\";s:4:\"slug\";s:5:\"carme\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjDxLNrxfbZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Carme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/carme/carme-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/carme/carme.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:265;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Carrois Gothic\";s:10:\"fontFamily\";s:28:\"\"Carrois Gothic\", sans-serif\";s:4:\"slug\";s:14:\"carrois-gothic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmG3i7ajcJ-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Carrois Gothic\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/carrois-gothic/carrois-gothic-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/carrois-gothic/carrois-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:266;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Carrois Gothic SC\";s:10:\"fontFamily\";s:31:\"\"Carrois Gothic SC\", sans-serif\";s:4:\"slug\";s:17:\"carrois-gothic-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28iNHabY4dN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Carrois Gothic SC\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/carrois-gothic-sc/carrois-gothic-sc-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/carrois-gothic-sc/carrois-gothic-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:267;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Carter One\";s:10:\"fontFamily\";s:23:\"\"Carter One\", system-ui\";s:4:\"slug\";s:10:\"carter-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxF2hYxREMs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Carter One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/carter-one/carter-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/carter-one/carter-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:268;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Castoro\";s:10:\"fontFamily\";s:14:\"Castoro, serif\";s:4:\"slug\";s:7:\"castoro\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cHY1EzOYenEU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Castoro\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/castoro/castoro-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/castoro/v19/1q2EY5yMCld3-O4cLYpOzcQbjEX5fw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Castoro\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/castoro/castoro-400-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/castoro/castoro.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:269;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Castoro Titling\";s:10:\"fontFamily\";s:28:\"\"Castoro Titling\", system-ui\";s:4:\"slug\";s:15:\"castoro-titling\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/castorotitling/v8/buEupouwccj03leTfjUAhEZWlrNqZwckeo9RMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Castoro Titling\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/castoro-titling/castoro-titling-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/castoro-titling/castoro-titling.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:270;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Catamaran\";s:10:\"fontFamily\";s:21:\"Catamaran, sans-serif\";s:4:\"slug\";s:9:\"catamaran\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1azXuluiLyw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Catamaran\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/catamaran/catamaran.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:271;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Caudex\";s:10:\"fontFamily\";s:13:\"Caudex, serif\";s:4:\"slug\";s:6:\"caudex\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/caudex/v17/esDQ311QOP6BJUrIz_iAnb4eEw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caudex\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caudex/caudex-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/caudex/v17/esDS311QOP6BJUr4yPKBv7sOE4in.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Caudex\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caudex/caudex-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/caudex/v17/esDT311QOP6BJUrwdtekkJUCGpG-GQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caudex\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caudex/caudex-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/caudex/v17/esDV311QOP6BJUr4yMo4kJ8DOJSuGdLB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Caudex\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caudex/caudex-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/caudex/caudex.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:272;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Caveat\";s:10:\"fontFamily\";s:15:\"Caveat, cursive\";s:4:\"slug\";s:6:\"caveat\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIejYBxPigs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caveat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat/caveat-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIejYBxPigs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caveat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat/caveat-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIejYBxPigs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caveat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat/caveat-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIejYBxPigs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Caveat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat/caveat-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat/caveat.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:273;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Caveat Brush\";s:10:\"fontFamily\";s:23:\"\"Caveat Brush\", cursive\";s:4:\"slug\";s:12:\"caveat-brush\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMXrmT03pdQw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Caveat Brush\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat-brush/caveat-brush-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/caveat-brush/caveat-brush.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:274;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Cedarville Cursive\";s:10:\"fontFamily\";s:29:\"\"Cedarville Cursive\", cursive\";s:4:\"slug\";s:18:\"cedarville-cursive\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neILBxw8BeTg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cedarville Cursive\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cedarville-cursive/cedarville-cursive-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/cedarville-cursive/cedarville-cursive.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:275;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Ceviche One\";s:10:\"fontFamily\";s:24:\"\"Ceviche One\", system-ui\";s:4:\"slug\";s:11:\"ceviche-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zYZ4vZVbgZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ceviche One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ceviche-one/ceviche-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/ceviche-one/ceviche-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:276;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Chakra Petch\";s:10:\"fontFamily\";s:26:\"\"Chakra Petch\", sans-serif\";s:4:\"slug\";s:12:\"chakra-petch\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIhFRZXE3AY00g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkmnaBhSL7Y1Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmqpgarvI1R8t.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIlFRZXE3AY00g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI5FRZXE3AY00g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI9FRZXE3AY00g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Chakra Petch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/chakra-petch/chakra-petch.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:277;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Changa\";s:10:\"fontFamily\";s:18:\"Changa, sans-serif\";s:4:\"slug\";s:6:\"changa\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjXp9htf1ZM.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Changa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa-800-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/changa/changa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:278;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Changa One\";s:10:\"fontFamily\";s:23:\"\"Changa One\", system-ui\";s:4:\"slug\";s:10:\"changa-one\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/changaone/v20/xfu00W3wXn3QLUJXhzq46APouLfbK64.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Changa One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/changa-one/changa-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/changaone/v20/xfu20W3wXn3QLUJXhzq42ATiuZXeO67ISw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Changa One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/changa-one/changa-one-400-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/changa-one/changa-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:279;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Chango\";s:10:\"fontFamily\";s:17:\"Chango, system-ui\";s:4:\"slug\";s:6:\"chango\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/chango/v27/2V0cKI0OB5U7WaJyyn24TFUaAw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Chango\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/chango/chango-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/chango/chango.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:280;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Charis SIL\";s:10:\"fontFamily\";s:19:\"\"Charis SIL\", serif\";s:4:\"slug\";s:10:\"charis-sil\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKrP_mYjZ2Xn0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Charis SIL\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charis-sil/charis-sil-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/charissil/v2/oPWI_kV3l-s-Q8govXvKnPjsYxRzTn2Ozw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Charis SIL\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charis-sil/charis-sil-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/charissil/v2/oPWJ_kV3l-s-Q8govXvKlEbJRjtdQnSX1ko.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Charis SIL\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charis-sil/charis-sil-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/charissil/v2/oPWX_kV3l-s-Q8govXvKnPjU2jtXQ1aSxkrMCQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Charis SIL\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charis-sil/charis-sil-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/charis-sil/charis-sil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:281;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Charm\";s:10:\"fontFamily\";s:14:\"Charm, cursive\";s:4:\"slug\";s:5:\"charm\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MeYqIe804WIo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Charm\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/charm/charm-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/charm/v11/7cHrv4oii5K0Md6TDss5yn4hnCci.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Charm\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/charm/charm-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/charm/charm.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:282;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Charmonman\";s:10:\"fontFamily\";s:19:\"Charmonman, cursive\";s:4:\"slug\";s:10:\"charmonman\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Charmonman\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charmonman/charmonman-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/charmonman/v18/MjQAmiR3vP_nuxDv47jiYC2HmLpK9OhmGnY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Charmonman\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/charmonman/charmonman-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/charmonman/charmonman.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:283;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Chathura\";s:10:\"fontFamily\";s:20:\"Chathura, sans-serif\";s:4:\"slug\";s:8:\"chathura\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/chathura/v20/_gP91R7-rzUuVjim42dEq0GbTvZyuDo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chathura\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eMiWS0YPp7oSNy.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chathura\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim418loUC5S-Zy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chathura\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42ecjmS0YPp7oSNy.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chathura\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eAjWS0YPp7oSNy.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chathura\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura-800-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/chathura/chathura.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:284;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Chau Philomene One\";s:10:\"fontFamily\";s:32:\"\"Chau Philomene One\", sans-serif\";s:4:\"slug\";s:18:\"chau-philomene-one\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsmYx7QMISdQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Chau Philomene One\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/chau-philomene-one/chau-philomene-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ6YscCdXQB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Chau Philomene One\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/chau-philomene-one/chau-philomene-one-400-italic.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/chau-philomene-one/chau-philomene-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:285;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Chela One\";s:10:\"fontFamily\";s:22:\"\"Chela One\", system-ui\";s:4:\"slug\";s:9:\"chela-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy2lvWNTMwoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Chela One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/chela-one/chela-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/chela-one/chela-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:286;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Chelsea Market\";s:10:\"fontFamily\";s:27:\"\"Chelsea Market\", system-ui\";s:4:\"slug\";s:14:\"chelsea-market\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhgLA4uKkWk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Chelsea Market\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/chelsea-market/chelsea-market-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/chelsea-market/chelsea-market.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:287;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:6:\"Chenla\";s:10:\"fontFamily\";s:17:\"Chenla, system-ui\";s:4:\"slug\";s:6:\"chenla\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eWhfonUPL6Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Chenla\";}}}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:288;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Cherish\";s:10:\"fontFamily\";s:16:\"Cherish, cursive\";s:4:\"slug\";s:7:\"cherish\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN5iXCI6IJjg8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Cherish\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/cherish/cherish-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/cherish/cherish.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:289;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Cherry Bomb One\";s:10:\"fontFamily\";s:28:\"\"Cherry Bomb One\", system-ui\";s:4:\"slug\";s:15:\"cherry-bomb-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/cherrybombone/v9/y83DW4od1h6KlV3c6JJhRhGOdhrKCdpF41fr-w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Cherry Bomb One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-bomb-one/cherry-bomb-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-bomb-one/cherry-bomb-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:290;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Cherry Cream Soda\";s:10:\"fontFamily\";s:30:\"\"Cherry Cream Soda\", system-ui\";s:4:\"slug\";s:17:\"cherry-cream-soda\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd_Cd47DJ7G.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cherry Cream Soda\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-cream-soda/cherry-cream-soda-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-cream-soda/cherry-cream-soda.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:291;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Cherry Swash\";s:10:\"fontFamily\";s:25:\"\"Cherry Swash\", system-ui\";s:4:\"slug\";s:12:\"cherry-swash\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/cherryswash/v20/i7dNIFByZjaNAMxtZcnfAy58RXi-EwWMbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cherry Swash\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-swash/cherry-swash-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cherryswash/v20/i7dSIFByZjaNAMxtZcnfAy5E_FeaHi6QZ3WfYg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cherry Swash\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-swash/cherry-swash-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/cherry-swash/cherry-swash.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:292;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Chewy\";s:10:\"fontFamily\";s:16:\"Chewy, system-ui\";s:4:\"slug\";s:5:\"chewy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk50IDMfO-ed.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chewy\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chewy/chewy-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/chewy/chewy.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:293;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Chicle\";s:10:\"fontFamily\";s:17:\"Chicle, system-ui\";s:4:\"slug\";s:6:\"chicle\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/chicle/v25/lJwG-pw9i2dqU-BDzGKuobYSxw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Chicle\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/chicle/chicle-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/chicle/chicle.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:294;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Chilanka\";s:10:\"fontFamily\";s:17:\"Chilanka, cursive\";s:4:\"slug\";s:8:\"chilanka\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/chilanka/v20/WWXRlj2DZQiMJYaYRrJVI9EAZhTO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chilanka\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chilanka/chilanka-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/chilanka/chilanka.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:295;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Chivo\";s:10:\"fontFamily\";s:17:\"Chivo, sans-serif\";s:4:\"slug\";s:5:\"chivo\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB7ukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_4h_ukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_jh_ukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_YhjukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_WxjukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PBjukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_FRjukmDSFXjQiQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1WrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG1GrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFxY1GrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1GrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFw01GrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzY02rTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzh02rTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG02rTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyv02rTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Chivo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo/chivo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:296;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Chivo Mono\";s:10:\"fontFamily\";s:23:\"\"Chivo Mono\", monospace\";s:4:\"slug\";s:10:\"chivo-mono\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hrqfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hr6fQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D6_r6fQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr6fQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7Tr6fQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4_qKfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4GqKfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hqKfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5IqKfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-XIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-WIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7BGWIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-WIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7H2WIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7JGRIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7KiRIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-RIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7OaRIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Chivo Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono-900-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/chivo-mono/chivo-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:297;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Chocolate Classical Sans\";s:10:\"fontFamily\";s:38:\"\"Chocolate Classical Sans\", sans-serif\";s:4:\"slug\";s:24:\"chocolate-classical-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/chocolateclassicalsans/v5/nuFqD-PLTZX4XIgT-P2ToCDudWHHflqUpTpfjWdDOY2J9mHITw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Chocolate Classical Sans\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/chocolate-classical-sans/chocolate-classical-sans-400-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/chocolate-classical-sans/chocolate-classical-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:298;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Chokokutai\";s:10:\"fontFamily\";s:21:\"Chokokutai, system-ui\";s:4:\"slug\";s:10:\"chokokutai\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/chokokutai/v10/kmK4Zqw4HwvCeHGM8Fws9yvypu1Kr7I.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Chokokutai\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/chokokutai/chokokutai-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/chokokutai/chokokutai.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:299;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Chonburi\";s:10:\"fontFamily\";s:19:\"Chonburi, system-ui\";s:4:\"slug\";s:8:\"chonburi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/chonburi/v12/8AtqGs-wOpGRTBq66IWfFr3biAfZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Chonburi\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/chonburi/chonburi-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/chonburi/chonburi.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:300;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Cinzel\";s:10:\"fontFamily\";s:13:\"Cinzel, serif\";s:4:\"slug\";s:6:\"cinzel\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTY_vDE5ZdqU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cinzel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel/cinzel.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:301;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Cinzel Decorative\";s:10:\"fontFamily\";s:30:\"\"Cinzel Decorative\", system-ui\";s:4:\"slug\";s:17:\"cinzel-decorative\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cinzeldecorative/v16/daaCSScvJGqLYhG8nNt8KPPswUAPnh7RRs1LaCyC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cinzel Decorative\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel-decorative/cinzel-decorative-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelGQzCLlQXE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cinzel Decorative\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel-decorative/cinzel-decorative-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lGQzCLlQXE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cinzel Decorative\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel-decorative/cinzel-decorative-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/cinzel-decorative/cinzel-decorative.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:302;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Clicker Script\";s:10:\"fontFamily\";s:25:\"\"Clicker Script\", cursive\";s:4:\"slug\";s:14:\"clicker-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rd2zqUKafv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Clicker Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/clicker-script/clicker-script-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/clicker-script/clicker-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:303;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Climate Crisis\";s:10:\"fontFamily\";s:27:\"\"Climate Crisis\", system-ui\";s:4:\"slug\";s:14:\"climate-crisis\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/climatecrisis/v8/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFp6iKUrGb7PsQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Climate Crisis\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/climate-crisis/climate-crisis-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/climate-crisis/climate-crisis.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:304;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Coda\";s:10:\"fontFamily\";s:15:\"Coda, system-ui\";s:4:\"slug\";s:4:\"coda\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUcMapaN39I.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Coda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/coda/coda-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTpumw9t1cX8.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Coda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/coda/coda-800-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/coda/coda.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:305;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Codystar\";s:10:\"fontFamily\";s:19:\"Codystar, system-ui\";s:4:\"slug\";s:8:\"codystar\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/codystar/v17/FwZf7-Q1xVk-40qxOuYsyuyuj0e29bfC.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Codystar\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/codystar/codystar-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/codystar/v17/FwZY7-Q1xVk-40qxOt6F4sijpFu_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Codystar\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/codystar/codystar-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/codystar/codystar.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:306;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:5:\"Coiny\";s:10:\"fontFamily\";s:16:\"Coiny, system-ui\";s:4:\"slug\";s:5:\"coiny\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXweElSvO5Tc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Coiny\";}}}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:307;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Combo\";s:10:\"fontFamily\";s:16:\"Combo, system-ui\";s:4:\"slug\";s:5:\"combo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0nBu9y8Hf0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Combo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/combo/combo-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/combo/combo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:308;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Comfortaa\";s:10:\"fontFamily\";s:20:\"Comfortaa, system-ui\";s:4:\"slug\";s:9:\"comfortaa\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comfortaa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comfortaa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comfortaa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comfortaa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comfortaa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/comfortaa/comfortaa.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:309;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Comforter\";s:10:\"fontFamily\";s:18:\"Comforter, cursive\";s:4:\"slug\";s:9:\"comforter\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/comforter/v7/H4clBXOCl8nQnlaql3Qa7ZG8iqeuag.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Comforter\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/comforter/comforter-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/comforter/comforter.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:310;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Comforter Brush\";s:10:\"fontFamily\";s:26:\"\"Comforter Brush\", cursive\";s:4:\"slug\";s:15:\"comforter-brush\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/comforterbrush/v7/Y4GTYa1xVSggrfzZI5WMjxRaOz0jxbL9Th8YYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Comforter Brush\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/comforter-brush/comforter-brush-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/comforter-brush/comforter-brush.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:311;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Comic Neue\";s:10:\"fontFamily\";s:21:\"\"Comic Neue\", cursive\";s:4:\"slug\";s:10:\"comic-neue\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwp5eLwtHJlc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplULilCNlcw_Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx6jj5pN1MwI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p57FwIwJePw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwp5eLwtHJlc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5ULilCNlcw_Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Comic Neue\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/comic-neue/comic-neue.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:312;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"fontFamily\";s:22:\"\"Coming Soon\", cursive\";s:4:\"slug\";s:11:\"coming-soon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-XUjjzsykh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Coming Soon\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/coming-soon/coming-soon-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/coming-soon/coming-soon.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:313;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Comme\";s:10:\"fontFamily\";s:17:\"Comme, sans-serif\";s:4:\"slug\";s:5:\"comme\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cBr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcFr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zu8Fr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z18Fr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zO8Zr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zAsZr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcZr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zTMZr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Comme\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/comme/comme.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:314;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Commissioner\";s:10:\"fontFamily\";s:24:\"Commissioner, sans-serif\";s:4:\"slug\";s:12:\"commissioner\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNcGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENdGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTJ1dGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTB1aGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTCRaGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:154:\"https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTGpaGPK7Fu0jUdk.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Commissioner\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/commissioner/commissioner.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:315;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:11:\"Concert One\";s:10:\"fontFamily\";s:24:\"\"Concert One\", system-ui\";s:4:\"slug\";s:11:\"concert-one\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/concertone/v22/VEM1Ro9xs5PjtzCu-srDqRTghv-CuVAQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Concert One\";}}}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:316;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Condiment\";s:10:\"fontFamily\";s:18:\"Condiment, cursive\";s:4:\"slug\";s:9:\"condiment\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/condiment/v24/pONk1hggFNmwvXALyH6Sron4o1vyCQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Condiment\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/condiment/condiment-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/condiment/condiment.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:317;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:7:\"Content\";s:10:\"fontFamily\";s:18:\"Content, system-ui\";s:4:\"slug\";s:7:\"content\";s:8:\"fontFace\";a:2:{i:0;a:4:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwUaXyIiL0RCg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Content\";}i:1;a:4:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/content/v24/zrfg0HLayePhU_AwaRzdBi_fWCHvkAI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Content\";}}}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:318;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Contrail One\";s:10:\"fontFamily\";s:25:\"\"Contrail One\", system-ui\";s:4:\"slug\";s:12:\"contrail-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/contrailone/v19/eLGbP-j_JA-kG0_Zo51noafdYEvt_c092w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Contrail One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/contrail-one/contrail-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/contrail-one/contrail-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:319;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Convergence\";s:10:\"fontFamily\";s:23:\"Convergence, sans-serif\";s:4:\"slug\";s:11:\"convergence\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhfsU7Q8Cad.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Convergence\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/convergence/convergence-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/convergence/convergence.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:320;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Cookie\";s:10:\"fontFamily\";s:15:\"Cookie, cursive\";s:4:\"slug\";s:6:\"cookie\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/cookie/v21/syky-y18lb0tSbfNkACT9tPdpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cookie\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cookie/cookie-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/cookie/cookie.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:321;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Copse\";s:10:\"fontFamily\";s:12:\"Copse, serif\";s:4:\"slug\";s:5:\"copse\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0dmHkihUb-A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Copse\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/copse/copse-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/copse/copse.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:322;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Corben\";s:10:\"fontFamily\";s:17:\"Corben, system-ui\";s:4:\"slug\";s:6:\"corben\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/corben/v21/LYjDdGzzklQtCMp9pQlEpVs3VQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Corben\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/corben/corben-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/corben/v21/LYjAdGzzklQtCMpFHCZgqHArXN7HWQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Corben\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/corben/corben-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/corben/corben.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:323;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Corinthia\";s:10:\"fontFamily\";s:18:\"Corinthia, cursive\";s:4:\"slug\";s:9:\"corinthia\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/corinthia/v11/wEO_EBrAnchaJyPMHE0FVPAL3EsHiA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Corinthia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/corinthia/corinthia-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/corinthia/v11/wEO6EBrAnchaJyPMHE097d8v0WAbgbLXQA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Corinthia\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/corinthia/corinthia-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/corinthia/corinthia.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:324;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Cormorant\";s:10:\"fontFamily\";s:16:\"Cormorant, serif\";s:4:\"slug\";s:9:\"cormorant\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Fg7A2uwYs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Fg7A2uwYs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Fg7A2uwYs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Fg7A2uwYs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Fg7A2uwYs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq7S-r0YvxdA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq7S-r0YvxdA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq7S-r0YvxdA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq7S-r0YvxdA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq7S-r0YvxdA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Cormorant\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:325;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Cormorant Garamond\";s:10:\"fontFamily\";s:27:\"\"Cormorant Garamond\", serif\";s:4:\"slug\";s:18:\"cormorant-garamond\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvvAWJ5heb_w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-IxBKL_y94.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjoq3FLsS6V7w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtKkyuF7w6C.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvvAWJ5heb_w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-IxBKL_y94.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vvAWJ5heb_w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-IxBKL_y94.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vvAWJ5heb_w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-IxBKL_y94.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Cormorant Garamond\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond-700-italic.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-garamond/cormorant-garamond.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:326;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Cormorant Infant\";s:10:\"fontFamily\";s:25:\"\"Cormorant Infant\", serif\";s:4:\"slug\";s:16:\"cormorant-infant\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DYrQqcdJrk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhQ4UYNrn_Ig.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN993_Uf2DsAXq4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyJU44g9vKiM1sORYSiWeAsLN997_IV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DYrQqcdJrk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhQ4UYNrn_Ig.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DYrQqcdJrk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchQ4UYNrn_Ig.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DYrQqcdJrk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhQ4UYNrn_Ig.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Cormorant Infant\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-infant/cormorant-infant.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:327;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Cormorant SC\";s:10:\"fontFamily\";s:21:\"\"Cormorant SC\", serif\";s:4:\"slug\";s:12:\"cormorant-sc\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmABIU-B3y8DOWGA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cormorant SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwseqTow9Tbu-Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cormorant SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmWBMU-B3y8DOWGA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cormorant SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmdBQU-B3y8DOWGA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cormorant SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmEBUU-B3y8DOWGA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Cormorant SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-sc/cormorant-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:328;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Cormorant Unicase\";s:10:\"fontFamily\";s:26:\"\"Cormorant Unicase\", serif\";s:4:\"slug\";s:17:\"cormorant-unicase\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucq7Gy0DRzS.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Unicase\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vWnsMnx3C9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Unicase\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cq7Gy0DRzS.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Unicase\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcq7Gy0DRzS.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Unicase\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecq7Gy0DRzS.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Unicase\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-unicase/cormorant-unicase.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:329;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Cormorant Upright\";s:10:\"fontFamily\";s:26:\"\"Cormorant Upright\", serif\";s:4:\"slug\";s:17:\"cormorant-upright\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDpU9X6RPzQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Upright\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vQjjTkeMnz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Upright\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDpU9X6RPzQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Upright\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDpU9X6RPzQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Upright\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDpU9X6RPzQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Cormorant Upright\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant-upright/cormorant-upright.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:330;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Courgette\";s:10:\"fontFamily\";s:18:\"Courgette, cursive\";s:4:\"slug\";s:9:\"courgette\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUkFVPAL3EsHiA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Courgette\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/courgette/courgette-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/courgette/courgette.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:331;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Courier Prime\";s:10:\"fontFamily\";s:26:\"\"Courier Prime\", monospace\";s:4:\"slug\";s:13:\"courier-prime\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwNjW-_-tvg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Courier Prime\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/courier-prime/courier-prime-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/courierprime/v9/u-4n0q2lgwslOqpF_6gQ8kELawRpWs37pvjxPA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Courier Prime\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/courier-prime/courier-prime-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-LVqvHoJXw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Courier Prime\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/courier-prime/courier-prime-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/courierprime/v9/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lfq9PtNXyeAg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Courier Prime\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/courier-prime/courier-prime-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/courier-prime/courier-prime.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:332;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Cousine\";s:10:\"fontFamily\";s:18:\"Cousine, monospace\";s:4:\"slug\";s:7:\"cousine\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/cousine/v27/d6lIkaiiRdih4SpPzSYlzTbtz9k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Cousine\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/cousine/cousine-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/cousine/v27/d6lKkaiiRdih4SpP_SEvzBTo39l8hw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Cousine\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/cousine/cousine-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/cousine/v27/d6lNkaiiRdih4SpP9Z8K6TvG09BlnmQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Cousine\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/cousine/cousine-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/cousine/v27/d6lPkaiiRdih4SpP_SEXdTvM0vJgjmRpOA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Cousine\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/cousine/cousine-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/cousine/cousine.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:333;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Coustard\";s:10:\"fontFamily\";s:15:\"Coustard, serif\";s:4:\"slug\";s:8:\"coustard\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UKvWXuROTd.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Coustard\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/coustard/coustard-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHjb_jU3eRL.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Coustard\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/coustard/coustard-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/coustard/coustard.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:334;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Covered By Your Grace\";s:10:\"fontFamily\";s:32:\"\"Covered By Your Grace\", cursive\";s:4:\"slug\";s:21:\"covered-by-your-grace\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Covered By Your Grace\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/covered-by-your-grace/covered-by-your-grace-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/covered-by-your-grace/covered-by-your-grace.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:335;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Crafty Girls\";s:10:\"fontFamily\";s:23:\"\"Crafty Girls\", cursive\";s:4:\"slug\";s:12:\"crafty-girls\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Crafty Girls\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crafty-girls/crafty-girls-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/crafty-girls/crafty-girls.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:336;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Creepster\";s:10:\"fontFamily\";s:20:\"Creepster, system-ui\";s:4:\"slug\";s:9:\"creepster\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hcHf4XB0Tow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Creepster\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/creepster/creepster-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/creepster/creepster.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:337;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Crete Round\";s:10:\"fontFamily\";s:20:\"\"Crete Round\", serif\";s:4:\"slug\";s:11:\"crete-round\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/creteround/v15/55xoey1sJNPjPiv1ZZZrxJ1527zAKnxN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crete Round\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crete-round/crete-round-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/creteround/v15/55xqey1sJNPjPiv1ZZZrxK1-0b3iL2xNhKc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crete Round\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crete-round/crete-round-400-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/crete-round/crete-round.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:338;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Crimson Pro\";s:10:\"fontFamily\";s:20:\"\"Crimson Pro\", serif\";s:4:\"slug\";s:11:\"crimson-pro\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8PZE_VNWoyQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs-dtC4yZNE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Crimson Pro\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-pro/crimson-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:339;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Crimson Text\";s:10:\"fontFamily\";s:21:\"\"Crimson Text\", serif\";s:4:\"slug\";s:12:\"crimson-text\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvbQJSA_JN3Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghTIfdd3ahG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2DtlR1LFffg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-600-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12DtlR1LFffg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Crimson Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/crimson-text/crimson-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:340;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Croissant One\";s:10:\"fontFamily\";s:26:\"\"Croissant One\", system-ui\";s:4:\"slug\";s:13:\"croissant-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/croissantone/v26/3y9n6bU9bTPg4m8NDy3Kq24UM39qn5cdJ-4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Croissant One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/croissant-one/croissant-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/croissant-one/croissant-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:341;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Crushed\";s:10:\"fontFamily\";s:18:\"Crushed, system-ui\";s:4:\"slug\";s:7:\"crushed\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/crushed/v29/U9Mc6dym6WXImTlFT1wfuIqyLzA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Crushed\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/crushed/crushed-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/crushed/crushed.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:342;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Cuprum\";s:10:\"fontFamily\";s:18:\"Cuprum, sans-serif\";s:4:\"slug\";s:6:\"cuprum\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjnSJjQjgnU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjnSJjQjgnU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjnSJjQjgnU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjnSJjQjgnU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YJxYmknUPEA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YJxYmknUPEA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYJxYmknUPEA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYJxYmknUPEA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Cuprum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/cuprum/cuprum.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:343;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Cute Font\";s:10:\"fontFamily\";s:22:\"\"Cute Font\", system-ui\";s:4:\"slug\";s:9:\"cute-font\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/cutefont/v22/Noaw6Uny2oWPbSHMrY6vnZNVNC9hkw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Cute Font\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/cute-font/cute-font-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/cute-font/cute-font.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:344;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:6:\"Cutive\";s:10:\"fontFamily\";s:13:\"Cutive, serif\";s:4:\"slug\";s:6:\"cutive\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/cutive/v22/NaPZcZ_fHOhV3Ip7SvhDoyqlZQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Cutive\";}}}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:345;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Cutive Mono\";s:10:\"fontFamily\";s:24:\"\"Cutive Mono\", monospace\";s:4:\"slug\";s:11:\"cutive-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/cutivemono/v21/m8JWjfRfY7WVjVi2E-K9H5RARG-K3Mud.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Cutive Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/cutive-mono/cutive-mono-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/cutive-mono/cutive-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:346;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"DM Mono\";s:10:\"fontFamily\";s:20:\"\"DM Mono\", monospace\";s:4:\"slug\";s:7:\"dm-mono\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvrGyIYGnbKX9Rlk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-orYatbYf4VllXuA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYhhiaBYyMcKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/dmmono/v14/aFTW7PB1QTsUX8KYth-QBK6JYKzkXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvumzIYGnbKX9Rlk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-o9YetbYf4VllXuA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono-500-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-mono/dm-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:347;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"DM Sans\";s:10:\"fontFamily\";s:21:\"\"DM Sans\", sans-serif\";s:4:\"slug\";s:7:\"dm-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1hS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxhS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpthS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDG32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDW32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"DM Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-sans/dm-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:348;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"DM Serif Display\";s:10:\"fontFamily\";s:25:\"\"DM Serif Display\", serif\";s:4:\"slug\";s:16:\"dm-serif-display\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2K_J709jy92k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"DM Serif Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-display/dm-serif-display-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx0vr352np3Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"DM Serif Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-display/dm-serif-display-400-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-display/dm-serif-display.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:349;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"DM Serif Text\";s:10:\"fontFamily\";s:22:\"\"DM Serif Text\", serif\";s:4:\"slug\";s:13:\"dm-serif-text\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"DM Serif Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-text/dm-serif-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/dmseriftext/v12/rnCw-xZa_krGokauCeNq1wWyWfGFXVAMArZKqQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"DM Serif Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-text/dm-serif-text-400-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/dm-serif-text/dm-serif-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:350;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Dai Banna SIL\";s:10:\"fontFamily\";s:22:\"\"Dai Banna SIL\", serif\";s:4:\"slug\";s:13:\"dai-banna-sil\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tYKoDs_KOgMX95A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyygsjAOyES55D3Vg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7jSuAKsLhJgo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-mwj0AJWmpwGyJ2uEoA4I7vSyKK-DkNgoO7g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tdqpDs_KOgMX95A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy2snAOyES55D3Vg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tfauDs_KOgMX95A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy9s7AOyES55D3Vg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tZKvDs_KOgMX95A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyyks_AOyES55D3Vg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Dai Banna SIL\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/dai-banna-sil/dai-banna-sil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:351;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Damion\";s:10:\"fontFamily\";s:15:\"Damion, cursive\";s:4:\"slug\";s:6:\"damion\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/damion/v15/hv-XlzJ3KEUe_YZUaGY3MTFgVg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Damion\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/damion/damion-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/damion/damion.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:352;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Dancing Script\";s:10:\"fontFamily\";s:25:\"\"Dancing Script\", cursive\";s:4:\"slug\";s:14:\"dancing-script\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHSOB9ptDqpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Dancing Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/dancing-script/dancing-script-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHSOB9ptDqpw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Dancing Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/dancing-script/dancing-script-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HSOB9ptDqpw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Dancing Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/dancing-script/dancing-script-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HSOB9ptDqpw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Dancing Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/dancing-script/dancing-script-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/dancing-script/dancing-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:353;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Danfo\";s:10:\"fontFamily\";s:12:\"Danfo, serif\";s:4:\"slug\";s:5:\"danfo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/danfo/v3/snf3s0u_98t16THfK1Csj3N41ZqbYDe5Tr1ToPrNKQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Danfo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/danfo/danfo-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/danfo/danfo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:354;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Dangrek\";s:10:\"fontFamily\";s:18:\"Dangrek, system-ui\";s:4:\"slug\";s:7:\"dangrek\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/dangrek/v30/LYjCdG30nEgoH8E2gCZqqVIuTN4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Dangrek\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/dangrek/dangrek-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/dangrek/dangrek.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:355;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Darker Grotesque\";s:10:\"fontFamily\";s:30:\"\"Darker Grotesque\", sans-serif\";s:4:\"slug\";s:16:\"darker-grotesque\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXxpqn73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qn73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXwFqn73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzprX73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzQrX73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXy3rX73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXyerX73-XFyZFUB.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Darker Grotesque\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/darker-grotesque/darker-grotesque.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:356;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Darumadrop One\";s:10:\"fontFamily\";s:27:\"\"Darumadrop One\", system-ui\";s:4:\"slug\";s:14:\"darumadrop-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/darumadropone/v12/cY9cfjeIW11dpCKgRLi675a87IhCBJOxZQPp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Darumadrop One\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/darumadrop-one/darumadrop-one-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/darumadrop-one/darumadrop-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:357;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"David Libre\";s:10:\"fontFamily\";s:20:\"\"David Libre\", serif\";s:4:\"slug\";s:11:\"david-libre\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/davidlibre/v16/snfus0W_99N64iuYSvp4W_l56p6TYS-Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"David Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/david-libre/david-libre-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/davidlibre/v16/snfzs0W_99N64iuYSvp4W8GIw7qeSjORSo9W.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"David Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/david-libre/david-libre-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/davidlibre/v16/snfzs0W_99N64iuYSvp4W8HAxbqeSjORSo9W.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"David Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/david-libre/david-libre-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/david-libre/david-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:358;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Dawning of a New Day\";s:10:\"fontFamily\";s:31:\"\"Dawning of a New Day\", cursive\";s:4:\"slug\";s:20:\"dawning-of-a-new-day\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/dawningofanewday/v20/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8ehWJGNoBE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Dawning of a New Day\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/dawning-of-a-new-day/dawning-of-a-new-day-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/dawning-of-a-new-day/dawning-of-a-new-day.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:359;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Days One\";s:10:\"fontFamily\";s:22:\"\"Days One\", sans-serif\";s:4:\"slug\";s:8:\"days-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/daysone/v18/mem9YaCnxnKRiYZOCLYQeLkWVNBt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Days One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/days-one/days-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/days-one/days-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:360;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Dekko\";s:10:\"fontFamily\";s:14:\"Dekko, cursive\";s:4:\"slug\";s:5:\"dekko\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/dekko/v21/46khlb_wWjfSrttAR0vsfl1B.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dekko\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dekko/dekko-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/dekko/dekko.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:361;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Dela Gothic One\";s:10:\"fontFamily\";s:28:\"\"Dela Gothic One\", system-ui\";s:4:\"slug\";s:15:\"dela-gothic-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/delagothicone/v16/hESp6XxvMDRA-2eD0lXpDa6QkBAGQEsJQAlbUA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Dela Gothic One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/dela-gothic-one/dela-gothic-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/dela-gothic-one/dela-gothic-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:362;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Delicious Handrawn\";s:10:\"fontFamily\";s:29:\"\"Delicious Handrawn\", cursive\";s:4:\"slug\";s:18:\"delicious-handrawn\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ112ZpDd6u3AQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Delicious Handrawn\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/delicious-handrawn/delicious-handrawn-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/delicious-handrawn/delicious-handrawn.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:363;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Delius\";s:10:\"fontFamily\";s:15:\"Delius, cursive\";s:4:\"slug\";s:6:\"delius\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/delius/v19/PN_xRfK0pW_9e1rtZMI-jT3L_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Delius\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/delius/delius-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/delius/delius.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:364;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Delius Swash Caps\";s:10:\"fontFamily\";s:28:\"\"Delius Swash Caps\", cursive\";s:4:\"slug\";s:17:\"delius-swash-caps\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/deliusswashcaps/v23/oY1E8fPLr7v4JWCExZpWebxVKORpXXeYKmeBvEYs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Delius Swash Caps\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/delius-swash-caps/delius-swash-caps-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/delius-swash-caps/delius-swash-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:365;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Delius Unicase\";s:10:\"fontFamily\";s:25:\"\"Delius Unicase\", cursive\";s:4:\"slug\";s:14:\"delius-unicase\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/deliusunicase/v28/845BNMEwEIOVT8BmgfSzIr_6mmLCd-73LXWs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Delius Unicase\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/delius-unicase/delius-unicase-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/deliusunicase/v28/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr6BmmlS5aw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Delius Unicase\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/delius-unicase/delius-unicase-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/delius-unicase/delius-unicase.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:366;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Della Respira\";s:10:\"fontFamily\";s:22:\"\"Della Respira\", serif\";s:4:\"slug\";s:13:\"della-respira\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dellarespira/v22/RLp5K5v44KaueWI6iEJQBiGPRfwSu6EuTHo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Della Respira\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/della-respira/della-respira-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/della-respira/della-respira.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:367;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Denk One\";s:10:\"fontFamily\";s:22:\"\"Denk One\", sans-serif\";s:4:\"slug\";s:8:\"denk-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/denkone/v19/dg4m_pzhrqcFb2IzROtCpbglShon.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Denk One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/denk-one/denk-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/denk-one/denk-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:368;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Devonshire\";s:10:\"fontFamily\";s:19:\"Devonshire, cursive\";s:4:\"slug\";s:10:\"devonshire\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/devonshire/v27/46kqlbDwWirWr4gtBD2BX0Bq01lYAZM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Devonshire\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/devonshire/devonshire-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/devonshire/devonshire.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:369;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Dhurjati\";s:10:\"fontFamily\";s:20:\"Dhurjati, sans-serif\";s:4:\"slug\";s:8:\"dhurjati\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/dhurjati/v24/_6_8ED3gSeatXfFiFX33SKQtuTA2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Dhurjati\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/dhurjati/dhurjati-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/dhurjati/dhurjati.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:370;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Didact Gothic\";s:10:\"fontFamily\";s:27:\"\"Didact Gothic\", sans-serif\";s:4:\"slug\";s:13:\"didact-gothic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASpUmSp0LlcyQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Didact Gothic\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/didact-gothic/didact-gothic-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/didact-gothic/didact-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:371;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Diphylleia\";s:10:\"fontFamily\";s:17:\"Diphylleia, serif\";s:4:\"slug\";s:10:\"diphylleia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/diphylleia/v1/DtVmJxCtRKMixK4_HXsIulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Diphylleia\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/diphylleia/diphylleia-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/diphylleia/diphylleia.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:372;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Diplomata\";s:10:\"fontFamily\";s:20:\"Diplomata, system-ui\";s:4:\"slug\";s:9:\"diplomata\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/diplomata/v31/Cn-0JtiMXwhNwp-wKxyfZWxYrdM9Sg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Diplomata\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/diplomata/diplomata-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/diplomata/diplomata.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:373;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Diplomata SC\";s:10:\"fontFamily\";s:25:\"\"Diplomata SC\", system-ui\";s:4:\"slug\";s:12:\"diplomata-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/diplomatasc/v28/buExpoi3ecvs3kidKgBJo2kf_f5Oaiw4cw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Diplomata SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/diplomata-sc/diplomata-sc-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/diplomata-sc/diplomata-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:374;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Do Hyeon\";s:10:\"fontFamily\";s:22:\"\"Do Hyeon\", sans-serif\";s:4:\"slug\";s:8:\"do-hyeon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/dohyeon/v19/TwMN-I8CRRU2zM86HFEyZwaH__-C.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Do Hyeon\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/do-hyeon/do-hyeon-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/do-hyeon/do-hyeon.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:375;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Dokdo\";s:10:\"fontFamily\";s:16:\"Dokdo, system-ui\";s:4:\"slug\";s:5:\"dokdo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/dokdo/v17/esDf315XNuCBLxLt4NaMlKcH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dokdo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dokdo/dokdo-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/dokdo/dokdo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:376;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Domine\";s:10:\"fontFamily\";s:13:\"Domine, serif\";s:4:\"slug\";s:6:\"domine\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/domine/v23/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI1gVErGuW8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Domine\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/domine/domine-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/domine/v23/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI1gVErGuW8Q.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Domine\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/domine/domine-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/domine/v23/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI1gVErGuW8Q.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Domine\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/domine/domine-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/domine/v23/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI1gVErGuW8Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Domine\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/domine/domine-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/domine/domine.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:377;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Donegal One\";s:10:\"fontFamily\";s:20:\"\"Donegal One\", serif\";s:4:\"slug\";s:11:\"donegal-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FZRARG-K3Mud.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Donegal One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/donegal-one/donegal-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/donegal-one/donegal-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:378;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Dongle\";s:10:\"fontFamily\";s:18:\"Dongle, sans-serif\";s:4:\"slug\";s:6:\"dongle\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeEcxrZzWNzXvVPA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Dongle\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/dongle/dongle-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/dongle/v12/sJoF3Ltdjt6VPkqmuORPah6RxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Dongle\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/dongle/dongle-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeActrZzWNzXvVPA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Dongle\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/dongle/dongle-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/dongle/dongle.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:379;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Doppio One\";s:10:\"fontFamily\";s:24:\"\"Doppio One\", sans-serif\";s:4:\"slug\";s:10:\"doppio-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lg4hKGpe5Fg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Doppio One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/doppio-one/doppio-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/doppio-one/doppio-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:380;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Dorsa\";s:10:\"fontFamily\";s:17:\"Dorsa, sans-serif\";s:4:\"slug\";s:5:\"dorsa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/dorsa/v27/yYLn0hjd0OGwqo443XCFxAnQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dorsa\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dorsa/dorsa-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/dorsa/dorsa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:381;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Dosis\";s:10:\"fontFamily\";s:17:\"Dosis, sans-serif\";s:4:\"slug\";s:5:\"dosis\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Dosis\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis-800-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/dosis/dosis.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:382;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"DotGothic16\";s:10:\"fontFamily\";s:25:\"\"DotGothic16\", sans-serif\";s:4:\"slug\";s:12:\"dotgothic-16\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/dotgothic16/v18/v6-QGYjBJFKgyw5nSoDAGE7O435YPFrT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"DotGothic16\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/dotgothic16/dotgothic16-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/dotgothic16/dotgothic16.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:383;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Dr Sugiyama\";s:10:\"fontFamily\";s:22:\"\"Dr Sugiyama\", cursive\";s:4:\"slug\";s:11:\"dr-sugiyama\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/drsugiyama/v28/HTxoL2k4N3O9n5I1boGI7abUM4-t-g7y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Dr Sugiyama\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/dr-sugiyama/dr-sugiyama-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/dr-sugiyama/dr-sugiyama.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:384;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Duru Sans\";s:10:\"fontFamily\";s:23:\"\"Duru Sans\", sans-serif\";s:4:\"slug\";s:9:\"duru-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOxSvfYdN-WZw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Duru Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/duru-sans/duru-sans-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/duru-sans/duru-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:385;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"DynaPuff\";s:10:\"fontFamily\";s:19:\"DynaPuff, system-ui\";s:4:\"slug\";s:8:\"dynapuff\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6Y3rSRs4wn8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"DynaPuff\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/dynapuff/dynapuff-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6Y3rSRs4wn8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"DynaPuff\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/dynapuff/dynapuff-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6Y3rSRs4wn8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"DynaPuff\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/dynapuff/dynapuff-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6Y3rSRs4wn8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"DynaPuff\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/dynapuff/dynapuff-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/dynapuff/dynapuff.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:386;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Dynalight\";s:10:\"fontFamily\";s:20:\"Dynalight, system-ui\";s:4:\"slug\";s:9:\"dynalight\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/dynalight/v22/1Ptsg8LOU_aOmQvTsF4IT4trDfGGxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Dynalight\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/dynalight/dynalight-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/dynalight/dynalight.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:387;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"EB Garamond\";s:10:\"fontFamily\";s:20:\"\"EB Garamond\", serif\";s:4:\"slug\";s:11:\"eb-garamond\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUBoV-e6yHgQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUBoV-e6yHgQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUBoV-e6yHgQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUBoV-e6yHgQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUBoV-e6yHgQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI9_WamXgXFI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI9_WamXgXFI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-500-italic.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR49_WamXgXFI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR49_WamXgXFI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-700-italic.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/ebgaramond/v30/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R49_WamXgXFI.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"EB Garamond\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond-800-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/eb-garamond/eb-garamond.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:388;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Eagle Lake\";s:10:\"fontFamily\";s:21:\"\"Eagle Lake\", cursive\";s:4:\"slug\";s:10:\"eagle-lake\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/eaglelake/v24/ptRMTiqbbuNJDOiKj9wG5OvyKQNute8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Eagle Lake\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/eagle-lake/eagle-lake-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/eagle-lake/eagle-lake.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:389;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"East Sea Dokdo\";s:10:\"fontFamily\";s:25:\"\"East Sea Dokdo\", cursive\";s:4:\"slug\";s:14:\"east-sea-dokdo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/eastseadokdo/v22/xfuo0Wn2V2_KanASqXSZp22m05_fGavYS18y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"East Sea Dokdo\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/east-sea-dokdo/east-sea-dokdo-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/east-sea-dokdo/east-sea-dokdo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:390;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Eater\";s:10:\"fontFamily\";s:16:\"Eater, system-ui\";s:4:\"slug\";s:5:\"eater\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/eater/v25/mtG04_FCK7bOvpuzu3FwsXsR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eater\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eater/eater-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/eater/eater.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:391;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Economica\";s:10:\"fontFamily\";s:21:\"Economica, sans-serif\";s:4:\"slug\";s:9:\"economica\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/economica/v15/Qw3fZQZaHCLgIWa29ZBrNMgAAl1lfQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Economica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/economica/economica-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/economica/v15/Qw3ZZQZaHCLgIWa29ZBbM8IBIFh1fWUl.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Economica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/economica/economica-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/economica/v15/Qw3aZQZaHCLgIWa29ZBTjeckD3Z5dHw8iw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Economica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/economica/economica-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/economica/v15/Qw3EZQZaHCLgIWa29ZBbM_q4D3x4Vnksi4M7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Economica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/economica/economica-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/economica/economica.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:392;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Eczar\";s:10:\"fontFamily\";s:12:\"Eczar, serif\";s:4:\"slug\";s:5:\"eczar\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WrDIVKWJKWg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eczar\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WrDIVKWJKWg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eczar\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWrDIVKWJKWg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eczar\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWrDIVKWJKWg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eczar\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWrDIVKWJKWg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Eczar\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar-800-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/eczar/eczar.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:393;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Edu AU VIC WA NT Dots\";s:10:\"fontFamily\";s:32:\"\"Edu AU VIC WA NT Dots\", cursive\";s:4:\"slug\";s:21:\"edu-au-vic-wa-nt-dots\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwantdots/v1/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLvtYEtyT2SB3_5U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Dots\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-dots/edu-au-vic-wa-nt-dots-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwantdots/v1/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLslYEtyT2SB3_5U.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Dots\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-dots/edu-au-vic-wa-nt-dots-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwantdots/v1/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLiVfEtyT2SB3_5U.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Dots\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-dots/edu-au-vic-wa-nt-dots-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwantdots/v1/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLhxfEtyT2SB3_5U.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Dots\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-dots/edu-au-vic-wa-nt-dots-700-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-dots/edu-au-vic-wa-nt-dots.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:394;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Edu AU VIC WA NT Guides\";s:10:\"fontFamily\";s:34:\"\"Edu AU VIC WA NT Guides\", cursive\";s:4:\"slug\";s:23:\"edu-au-vic-wa-nt-guides\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/eduauvicwantguides/v1/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdK1Zay4F08FsYlA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Edu AU VIC WA NT Guides\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-guides/edu-au-vic-wa-nt-guides-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/eduauvicwantguides/v1/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdGVZay4F08FsYlA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Edu AU VIC WA NT Guides\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-guides/edu-au-vic-wa-nt-guides-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/eduauvicwantguides/v1/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPd9VFay4F08FsYlA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Edu AU VIC WA NT Guides\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-guides/edu-au-vic-wa-nt-guides-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/eduauvicwantguides/v1/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdzFFay4F08FsYlA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Edu AU VIC WA NT Guides\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-guides/edu-au-vic-wa-nt-guides-700-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-guides/edu-au-vic-wa-nt-guides.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:395;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Edu AU VIC WA NT Hand\";s:10:\"fontFamily\";s:32:\"\"Edu AU VIC WA NT Hand\", cursive\";s:4:\"slug\";s:21:\"edu-au-vic-wa-nt-hand\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwanthand/v1/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtCJ1lK5FbYfTEUU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Hand\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-hand/edu-au-vic-wa-nt-hand-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwanthand/v1/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtBB1lK5FbYfTEUU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Hand\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-hand/edu-au-vic-wa-nt-hand-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwanthand/v1/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtPxylK5FbYfTEUU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Hand\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-hand/edu-au-vic-wa-nt-hand-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/eduauvicwanthand/v1/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtMVylK5FbYfTEUU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Edu AU VIC WA NT Hand\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-hand/edu-au-vic-wa-nt-hand-700-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-au-vic-wa-nt-hand/edu-au-vic-wa-nt-hand.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:396;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Edu NSW ACT Foundation\";s:10:\"fontFamily\";s:33:\"\"Edu NSW ACT Foundation\", cursive\";s:4:\"slug\";s:22:\"edu-nsw-act-foundation\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGOeC-sfguJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu NSW ACT Foundation\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-nsw-act-foundation/edu-nsw-act-foundation-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGOeC-sfguJ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu NSW ACT Foundation\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-nsw-act-foundation/edu-nsw-act-foundation-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGOeC-sfguJ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu NSW ACT Foundation\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-nsw-act-foundation/edu-nsw-act-foundation-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGOeC-sfguJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu NSW ACT Foundation\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-nsw-act-foundation/edu-nsw-act-foundation-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-nsw-act-foundation/edu-nsw-act-foundation.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:397;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Edu QLD Beginner\";s:10:\"fontFamily\";s:27:\"\"Edu QLD Beginner\", cursive\";s:4:\"slug\";s:16:\"edu-qld-beginner\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oeei6vyVWCN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu QLD Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-qld-beginner/edu-qld-beginner-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oeei6vyVWCN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu QLD Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-qld-beginner/edu-qld-beginner-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yeei6vyVWCN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu QLD Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-qld-beginner/edu-qld-beginner-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yeei6vyVWCN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu QLD Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-qld-beginner/edu-qld-beginner-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-qld-beginner/edu-qld-beginner.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:398;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Edu SA Beginner\";s:10:\"fontFamily\";s:26:\"\"Edu SA Beginner\", cursive\";s:4:\"slug\";s:15:\"edu-sa-beginner\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fohyBydUEDs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Edu SA Beginner\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-sa-beginner/edu-sa-beginner-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fohyBydUEDs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Edu SA Beginner\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-sa-beginner/edu-sa-beginner-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fohyBydUEDs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Edu SA Beginner\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-sa-beginner/edu-sa-beginner-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fohyBydUEDs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Edu SA Beginner\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-sa-beginner/edu-sa-beginner-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-sa-beginner/edu-sa-beginner.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:399;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Edu TAS Beginner\";s:10:\"fontFamily\";s:27:\"\"Edu TAS Beginner\", cursive\";s:4:\"slug\";s:16:\"edu-tas-beginner\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkuBWRhvk02.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu TAS Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-tas-beginner/edu-tas-beginner-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkuBWRhvk02.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu TAS Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-tas-beginner/edu-tas-beginner-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkuBWRhvk02.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu TAS Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-tas-beginner/edu-tas-beginner-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkuBWRhvk02.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Edu TAS Beginner\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-tas-beginner/edu-tas-beginner-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-tas-beginner/edu-tas-beginner.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:400;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Edu VIC WA NT Beginner\";s:10:\"fontFamily\";s:33:\"\"Edu VIC WA NT Beginner\", cursive\";s:4:\"slug\";s:22:\"edu-vic-wa-nt-beginner\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmAXwnpkeGR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu VIC WA NT Beginner\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-vic-wa-nt-beginner/edu-vic-wa-nt-beginner-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmAXwnpkeGR.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu VIC WA NT Beginner\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-vic-wa-nt-beginner/edu-vic-wa-nt-beginner-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mAXwnpkeGR.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu VIC WA NT Beginner\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-vic-wa-nt-beginner/edu-vic-wa-nt-beginner-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mAXwnpkeGR.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Edu VIC WA NT Beginner\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-vic-wa-nt-beginner/edu-vic-wa-nt-beginner-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/edu-vic-wa-nt-beginner/edu-vic-wa-nt-beginner.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:401;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"El Messiri\";s:10:\"fontFamily\";s:24:\"\"El Messiri\", sans-serif\";s:4:\"slug\";s:10:\"el-messiri\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65lhj3OoapG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"El Messiri\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/el-messiri/el-messiri-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65lhj3OoapG.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"El Messiri\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/el-messiri/el-messiri-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5lhj3OoapG.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"El Messiri\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/el-messiri/el-messiri-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5lhj3OoapG.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"El Messiri\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/el-messiri/el-messiri-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/el-messiri/el-messiri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:402;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Electrolize\";s:10:\"fontFamily\";s:23:\"Electrolize, sans-serif\";s:4:\"slug\";s:11:\"electrolize\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/electrolize/v18/cIf5Ma1dtE0zSiGSiED7AUEDso5tQafB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Electrolize\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/electrolize/electrolize-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/electrolize/electrolize.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:403;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Elsie\";s:10:\"fontFamily\";s:16:\"Elsie, system-ui\";s:4:\"slug\";s:5:\"elsie\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/elsie/v24/BCanqZABrez54yYr9slAeLgX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Elsie\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie/elsie-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/elsie/v24/BCaqqZABrez54x6q2-1NU6QeXSBk.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Elsie\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie/elsie-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie/elsie.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:404;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Elsie Swash Caps\";s:10:\"fontFamily\";s:29:\"\"Elsie Swash Caps\", system-ui\";s:4:\"slug\";s:16:\"elsie-swash-caps\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/elsieswashcaps/v24/845DNN8xGZyVX5MVo_upKf7KnjK0fe_VKGWsUo8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Elsie Swash Caps\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie-swash-caps/elsie-swash-caps-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/elsieswashcaps/v24/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DGiHToawrdU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Elsie Swash Caps\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie-swash-caps/elsie-swash-caps-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/elsie-swash-caps/elsie-swash-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:405;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Emblema One\";s:10:\"fontFamily\";s:24:\"\"Emblema One\", system-ui\";s:4:\"slug\";s:11:\"emblema-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIREHl57G_f_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Emblema One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/emblema-one/emblema-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/emblema-one/emblema-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:406;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Emilys Candy\";s:10:\"fontFamily\";s:25:\"\"Emilys Candy\", system-ui\";s:4:\"slug\";s:12:\"emilys-candy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/emilyscandy/v19/2EbgL-1mD1Rnb0OGKudbk0y5qtxrX84JjA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Emilys Candy\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/emilys-candy/emilys-candy-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/emilys-candy/emilys-candy.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:407;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Encode Sans\";s:10:\"fontFamily\";s:25:\"\"Encode Sans\", sans-serif\";s:4:\"slug\";s:11:\"encode-sans\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtCP7FJCt2c.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Encode Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans/encode-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:408;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Encode Sans Condensed\";s:10:\"fontFamily\";s:35:\"\"Encode Sans Condensed\", sans-serif\";s:4:\"slug\";s:21:\"encode-sans-condensed\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-MLQoFI2KR.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGhKWNDw8VIw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipAiQJKnuIFA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Encode Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-condensed/encode-sans-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:409;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Encode Sans Expanded\";s:10:\"fontFamily\";s:34:\"\"Encode Sans Expanded\", sans-serif\";s:4:\"slug\";s:20:\"encode-sans-expanded\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQZicoAbJlw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqonIwdAd5Ab.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNNXIwSP0XD.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Encode Sans Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded-900-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-expanded/encode-sans-expanded.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:410;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Encode Sans SC\";s:10:\"fontFamily\";s:28:\"\"Encode Sans SC\", sans-serif\";s:4:\"slug\";s:14:\"encode-sans-sc\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8cpNOEEClIc.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Encode Sans SC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-sc/encode-sans-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:411;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Encode Sans Semi Condensed\";s:10:\"fontFamily\";s:40:\"\"Encode Sans Semi Condensed\", sans-serif\";s:4:\"slug\";s:26:\"encode-sans-semi-condensed\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MRtQ9jpVUA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yU_sVPRsjp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FCbdTgTFmr.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Encode Sans Semi Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed-900-normal.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-condensed/encode-sans-semi-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:412;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Encode Sans Semi Expanded\";s:10:\"fontFamily\";s:39:\"\"Encode Sans Semi Expanded\", sans-serif\";s:4:\"slug\";s:25:\"encode-sans-semi-expanded\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41LgrlKXeOEA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC48_LyjgOXc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyXLJX6XCWU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Encode Sans Semi Expanded\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded-900-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/encode-sans-semi-expanded/encode-sans-semi-expanded.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:413;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Engagement\";s:10:\"fontFamily\";s:19:\"Engagement, cursive\";s:4:\"slug\";s:10:\"engagement\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/engagement/v26/x3dlckLDZbqa7RUs9MFVXN8ssybsHQI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Engagement\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/engagement/engagement-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/engagement/engagement.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:414;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:9:\"Englebert\";s:10:\"fontFamily\";s:21:\"Englebert, sans-serif\";s:4:\"slug\";s:9:\"englebert\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/englebert/v21/xn7iYH8w2XGrC8AR4HSxSvfYdN-WZw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Englebert\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:415;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Enriqueta\";s:10:\"fontFamily\";s:16:\"Enriqueta, serif\";s:4:\"slug\";s:9:\"enriqueta\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/enriqueta/v17/goksH6L7AUFrRvV44HVTTkCjkP1Yog.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Enriqueta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/enriqueta/enriqueta-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrv2mHndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Enriqueta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/enriqueta/enriqueta-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrk26HndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Enriqueta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/enriqueta/enriqueta-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVr92-HndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Enriqueta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/enriqueta/enriqueta-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/enriqueta/enriqueta.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:416;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Ephesis\";s:10:\"fontFamily\";s:16:\"Ephesis, cursive\";s:4:\"slug\";s:7:\"ephesis\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/ephesis/v9/uU9PCBUS8IerL2VG7xbb3vyHmlI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ephesis\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ephesis/ephesis-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/ephesis/ephesis.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:417;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Epilogue\";s:10:\"fontFamily\";s:20:\"Epilogue, sans-serif\";s:4:\"slug\";s:8:\"epilogue\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiCZXVigHPVA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_UqATfVHNU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Epilogue\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/epilogue/epilogue.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:418;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Erica One\";s:10:\"fontFamily\";s:22:\"\"Erica One\", system-ui\";s:4:\"slug\";s:9:\"erica-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ericaone/v27/WBLnrEXccV9VGrOKmGD1Xk_MJMGxiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Erica One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/erica-one/erica-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/erica-one/erica-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:419;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Esteban\";s:10:\"fontFamily\";s:14:\"Esteban, serif\";s:4:\"slug\";s:7:\"esteban\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GdO6D5jokU8E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Esteban\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/esteban/esteban-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/esteban/esteban.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:420;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Estonia\";s:10:\"fontFamily\";s:16:\"Estonia, cursive\";s:4:\"slug\";s:7:\"estonia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/estonia/v11/7Au_p_4ijSecA1yHCCf8zkwMIFg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Estonia\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/estonia/estonia-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/estonia/estonia.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:421;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Euphoria Script\";s:10:\"fontFamily\";s:26:\"\"Euphoria Script\", cursive\";s:4:\"slug\";s:15:\"euphoria-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/euphoriascript/v20/mFTpWb0X2bLb_cx6To2B8GpKoD5alvZT1D8x7Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Euphoria Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/euphoria-script/euphoria-script-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/euphoria-script/euphoria-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:422;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Ewert\";s:10:\"fontFamily\";s:16:\"Ewert, system-ui\";s:4:\"slug\";s:5:\"ewert\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/ewert/v25/va9I4kzO2tFODYBqS-J3kbDP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ewert\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ewert/ewert-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/ewert/ewert.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:423;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Exo\";s:10:\"fontFamily\";s:15:\"Exo, sans-serif\";s:4:\"slug\";s:3:\"exo\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040FmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040BmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t00UBmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmO3ws9Iu-uA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Exo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo-900-italic.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/exo/exo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:424;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Exo 2\";s:10:\"fontFamily\";s:19:\"\"Exo 2\", sans-serif\";s:4:\"slug\";s:5:\"exo-2\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcO9q-rpvLpQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC_jJ7bpQBL.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Exo 2\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/exo-2/exo-2.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:425;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Expletus Sans\";s:10:\"fontFamily\";s:26:\"\"Expletus Sans\", system-ui\";s:4:\"slug\";s:13:\"expletus-sans\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1tFQTcXfMm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1tFQTcXfMm.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1tFQTcXfMm.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1tFQTcXfMm.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwX-WOMmKKY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwX-WOMmKKY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwX-WOMmKKY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwX-WOMmKKY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Expletus Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/expletus-sans/expletus-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:426;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Explora\";s:10:\"fontFamily\";s:16:\"Explora, cursive\";s:4:\"slug\";s:7:\"explora\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/explora/v9/tsstApxFfjUH4wrvc1-PonC3vqc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Explora\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/explora/explora-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/explora/explora.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:427;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Fahkwang\";s:10:\"fontFamily\";s:20:\"Fahkwang, sans-serif\";s:4:\"slug\";s:8:\"fahkwang\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJHmZlUFipxkwjx.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgHFQHCtTlhjxdw4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIjmplUFipxkwjx.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgBVTHCtTlhjxdw4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpNqKsr1ZPTZ4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa36Uj3zpmBOgbNpOqNuLx7OCZ4ihE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJ7m5lUFipxkwjx.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgE1SHCtTlhjxdw4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJXnJlUFipxkwjx.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgGFVHCtTlhjxdw4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIznZlUFipxkwjx.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgAVUHCtTlhjxdw4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fahkwang\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang-700-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/fahkwang/fahkwang.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:428;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Familjen Grotesk\";s:10:\"fontFamily\";s:30:\"\"Familjen Grotesk\", sans-serif\";s:4:\"slug\";s:16:\"familjen-grotesk\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSzoc1jcEYq2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSzoc1jcEYq2.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbizoc1jcEYq2.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubizoc1jcEYq2.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVn-FJq2Rv4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVn-FJq2Rv4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVn-FJq2Rv4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVn-FJq2Rv4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Familjen Grotesk\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/familjen-grotesk/familjen-grotesk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:429;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Fanwood Text\";s:10:\"fontFamily\";s:21:\"\"Fanwood Text\", serif\";s:4:\"slug\";s:12:\"fanwood-text\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xXGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Fanwood Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/fanwood-text/fanwood-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/fanwoodtext/v15/3XFzErwl05Ad_vSCF6Fq7xX2R9zZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Fanwood Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/fanwood-text/fanwood-text-400-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/fanwood-text/fanwood-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:430;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Farro\";s:10:\"fontFamily\";s:17:\"Farro, sans-serif\";s:4:\"slug\";s:5:\"farro\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ67WkJUQUq7.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Farro\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/farro/farro-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVIHLq2cV5d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Farro\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/farro/farro-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ67WkJUQUq7.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Farro\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/farro/farro-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM567WkJUQUq7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Farro\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/farro/farro-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/farro/farro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:431;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Farsan\";s:10:\"fontFamily\";s:17:\"Farsan, system-ui\";s:4:\"slug\";s:6:\"farsan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/farsan/v22/VEMwRoJ0vY_zsyz636-pxDX9rQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Farsan\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/farsan/farsan-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/farsan/farsan.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:432;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fascinate\";s:10:\"fontFamily\";s:20:\"Fascinate, system-ui\";s:4:\"slug\";s:9:\"fascinate\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIEli0bbQRPyNrw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fascinate\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fascinate/fascinate-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fascinate/fascinate.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:433;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Fascinate Inline\";s:10:\"fontFamily\";s:29:\"\"Fascinate Inline\", system-ui\";s:4:\"slug\";s:16:\"fascinate-inline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy1gjCfRXxWZQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Fascinate Inline\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/fascinate-inline/fascinate-inline-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/fascinate-inline/fascinate-inline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:434;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Faster One\";s:10:\"fontFamily\";s:23:\"\"Faster One\", system-ui\";s:4:\"slug\";s:10:\"faster-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhfyL6Shq63czE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Faster One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/faster-one/faster-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/faster-one/faster-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:435;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Fasthand\";s:10:\"fontFamily\";s:19:\"Fasthand, system-ui\";s:4:\"slug\";s:8:\"fasthand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/fasthand/v30/0yb9GDohyKTYn_ZEESkrYkw2rQg1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fasthand\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fasthand/fasthand-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/fasthand/fasthand.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:436;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fauna One\";s:10:\"fontFamily\";s:18:\"\"Fauna One\", serif\";s:4:\"slug\";s:9:\"fauna-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEx3ExLYClOCg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fauna One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fauna-one/fauna-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fauna-one/fauna-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:437;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Faustina\";s:10:\"fontFamily\";s:15:\"Faustina, serif\";s:4:\"slug\";s:8:\"faustina\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvHFWWe8tbEg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-XWc5LEnoF.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Faustina\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina-800-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/faustina/faustina.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:438;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Federant\";s:10:\"fontFamily\";s:19:\"Federant, system-ui\";s:4:\"slug\";s:8:\"federant\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/federant/v29/2sDdZGNfip_eirT0_U0mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Federant\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/federant/federant-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/federant/federant.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:439;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Federo\";s:10:\"fontFamily\";s:18:\"Federo, sans-serif\";s:4:\"slug\";s:6:\"federo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmiFOe2WTG7Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Federo\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/federo/federo-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/federo/federo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:440;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Felipa\";s:10:\"fontFamily\";s:15:\"Felipa, cursive\";s:4:\"slug\";s:6:\"felipa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/felipa/v25/FwZa7-owz1Eu4F_wTdSEwM2zpA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Felipa\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/felipa/felipa-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/felipa/felipa.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:441;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Fenix\";s:10:\"fontFamily\";s:12:\"Fenix, serif\";s:4:\"slug\";s:5:\"fenix\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5osoKzAFvs8o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Fenix\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/fenix/fenix-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/fenix/fenix.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:442;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Festive\";s:10:\"fontFamily\";s:16:\"Festive, cursive\";s:4:\"slug\";s:7:\"festive\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/festive/v9/cY9Ffj6KX1xcoDWhFtLgy9HTkak.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Festive\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/festive/festive-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/festive/festive.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:443;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Figtree\";s:10:\"fontFamily\";s:19:\"Figtree, sans-serif\";s:4:\"slug\";s:7:\"figtree\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A-gdyEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-300-italic.svg\";}i:8;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-400-italic.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A4QdyEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-600-italic.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3AzYayEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-800-italic.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEA25WTybO8.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Figtree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/figtree/figtree.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:444;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Finger Paint\";s:10:\"fontFamily\";s:25:\"\"Finger Paint\", system-ui\";s:4:\"slug\";s:12:\"finger-paint\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/fingerpaint/v19/0QInMXVJ-o-oRn_7dron8YWO9pbS8ANesw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Finger Paint\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/finger-paint/finger-paint-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/finger-paint/finger-paint.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:445;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Finlandica\";s:10:\"fontFamily\";s:22:\"Finlandica, sans-serif\";s:4:\"slug\";s:10:\"finlandica\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEj09i5ss3a3.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEj09i5ss3a3.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0j09i5ss3a3.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0j09i5ss3a3.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Finlandica\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/finlandica/finlandica.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:446;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fira Code\";s:10:\"fontFamily\";s:22:\"\"Fira Code\", monospace\";s:4:\"slug\";s:9:\"fira-code\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Code\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Code\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Code\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Code\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Code\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-code/fira-code.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:447;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fira Mono\";s:10:\"fontFamily\";s:22:\"\"Fira Mono\", monospace\";s:4:\"slug\";s:9:\"fira-mono\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-mono/fira-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDto1d33nP3VaZBRBQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-mono/fira-mono-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDtondv3nP3VaZBRBQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-mono/fira-mono-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-mono/fira-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:448;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fira Sans\";s:10:\"fontFamily\";s:23:\"\"Fira Sans\", sans-serif\";s:4:\"slug\";s:9:\"fira-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5Vn9IjLazP3dUTP.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/firasans/v17/va9A4kDNxMZdWfMOD5VvkrCqYTLVcFTPj0s.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnWKnuRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAGQBf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBiQxf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VflYLKSTbndQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkojLazP3dUTP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKvuRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrA6Qhf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzuRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAWRRf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrByRBf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnMK7uRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBuRxf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnFK_uRB37fF3Wlg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBKRhf6XljGllLX.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Fira Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans/fira-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:449;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Fira Sans Condensed\";s:10:\"fontFamily\";s:33:\"\"Fira Sans Condensed\", sans-serif\";s:4:\"slug\";s:19:\"fira-sans-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtrelQfx9CjA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONRXRpSjJcu.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfTnrMtVbx8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtrelQfx9CjA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMZ-cxZblY4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0cjRehY43EA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Fira Sans Condensed\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed-900-italic.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-condensed/fira-sans-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:450;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Fira Sans Extra Condensed\";s:10:\"fontFamily\";s:39:\"\"Fira Sans Extra Condensed\", sans-serif\";s:4:\"slug\";s:25:\"fira-sans-extra-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ZyuulWarE9ncg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-bjkp3cn22.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5f2ku3efvE8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquulWarE9ncg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3q0oEZ-a2Q.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-oWR7e2SvJQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Fira Sans Extra Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed-900-italic.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/fira-sans-extra-condensed/fira-sans-extra-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:451;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Fjalla One\";s:10:\"fontFamily\";s:24:\"\"Fjalla One\", sans-serif\";s:4:\"slug\";s:10:\"fjalla-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnONwkxgtUb8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Fjalla One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/fjalla-one/fjalla-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/fjalla-one/fjalla-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:452;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fjord One\";s:10:\"fontFamily\";s:18:\"\"Fjord One\", serif\";s:4:\"slug\";s:9:\"fjord-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr7O5As-FeiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fjord One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fjord-one/fjord-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fjord-one/fjord-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:453;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Flamenco\";s:10:\"fontFamily\";s:19:\"Flamenco, system-ui\";s:4:\"slug\";s:8:\"flamenco\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIk3epH9qGsf.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Flamenco\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/flamenco/flamenco-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWDHK06UY30.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Flamenco\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/flamenco/flamenco-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/flamenco/flamenco.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:454;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Flavors\";s:10:\"fontFamily\";s:18:\"Flavors, system-ui\";s:4:\"slug\";s:7:\"flavors\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/flavors/v26/FBV2dDrhxqmveJTpbknlNqkG9UY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Flavors\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/flavors/flavors-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/flavors/flavors.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:455;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Fleur De Leah\";s:10:\"fontFamily\";s:24:\"\"Fleur De Leah\", cursive\";s:4:\"slug\";s:13:\"fleur-de-leah\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/fleurdeleah/v9/AYCNpXX7ftYZWLhv9UmPJTMC5vOt4I_Gdq0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Fleur De Leah\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/fleur-de-leah/fleur-de-leah-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/fleur-de-leah/fleur-de-leah.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:456;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Flow Block\";s:10:\"fontFamily\";s:23:\"\"Flow Block\", system-ui\";s:4:\"slug\";s:10:\"flow-block\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/flowblock/v11/wlp0gwfPCEB65UmTk-d6-WNlbCBXE_I.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Flow Block\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-block/flow-block-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-block/flow-block.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:457;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Flow Circular\";s:10:\"fontFamily\";s:26:\"\"Flow Circular\", system-ui\";s:4:\"slug\";s:13:\"flow-circular\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/flowcircular/v11/lJwB-pc4j2F-H8YKuyvfxdZ45iLpWdr2rIg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Flow Circular\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-circular/flow-circular-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-circular/flow-circular.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:458;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Flow Rounded\";s:10:\"fontFamily\";s:25:\"\"Flow Rounded\", system-ui\";s:4:\"slug\";s:12:\"flow-rounded\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/flowrounded/v11/-zki91mtwsU9qlLiGwD4oQX3pJX-Xup87g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Flow Rounded\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-rounded/flow-rounded-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/flow-rounded/flow-rounded.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:459;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Foldit\";s:10:\"fontFamily\";s:17:\"Foldit, system-ui\";s:4:\"slug\";s:6:\"foldit\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpANma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhAMma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xs4Mma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XqIMma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xk4Lma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XncLma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhALma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XjkLma9UYLHkN80.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Foldit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/foldit/foldit.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:460;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Fondamento\";s:10:\"fontFamily\";s:19:\"Fondamento, cursive\";s:4:\"slug\";s:10:\"fondamento\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/fondamento/v20/4UaHrEJGsxNmFTPDnkaJx6jj5pN1MwI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Fondamento\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/fondamento/fondamento-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/fondamento/v20/4UaFrEJGsxNmFTPDnkaJ96_p57FwIwJePw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Fondamento\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/fondamento/fondamento-400-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/fondamento/fondamento.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:461;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Fontdiner Swanky\";s:10:\"fontFamily\";s:29:\"\"Fontdiner Swanky\", system-ui\";s:4:\"slug\";s:16:\"fontdiner-swanky\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/fontdinerswanky/v23/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uQfKiGvxts.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Fontdiner Swanky\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/fontdiner-swanky/fontdiner-swanky-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/fontdiner-swanky/fontdiner-swanky.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:462;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Forum\";s:10:\"fontFamily\";s:16:\"Forum, system-ui\";s:4:\"slug\";s:5:\"forum\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew_ITMJMa3mnT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Forum\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/forum/forum-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/forum/forum.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:463;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Fragment Mono\";s:10:\"fontFamily\";s:26:\"\"Fragment Mono\", monospace\";s:4:\"slug\";s:13:\"fragment-mono\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Fragment Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/fragment-mono/fragment-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iC16K5wfMRRjxp0DA6-2CLnB4ZHhqcN71URtQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Fragment Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/fragment-mono/fragment-mono-400-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/fragment-mono/fragment-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:464;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Francois One\";s:10:\"fontFamily\";s:26:\"\"Francois One\", sans-serif\";s:4:\"slug\";s:12:\"francois-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZutNwwKQu_avAg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Francois One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/francois-one/francois-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/francois-one/francois-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:465;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Frank Ruhl Libre\";s:10:\"fontFamily\";s:25:\"\"Frank Ruhl Libre\", serif\";s:4:\"slug\";s:16:\"frank-ruhl-libre\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw6bYVqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYVqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw73YVqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4bZlqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4iZlqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5FZlqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/frankruhllibre/v21/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5sZlqVPxR2EUR_.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Frank Ruhl Libre\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/frank-ruhl-libre/frank-ruhl-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:466;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Fraunces\";s:10:\"fontFamily\";s:15:\"Fraunces, serif\";s:4:\"slug\";s:8:\"fraunces\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:145:\"https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjC_TShUtWNg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:147:\"https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Tp05GNi3k.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Fraunces\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/fraunces/fraunces.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:467;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Freckle Face\";s:10:\"fontFamily\";s:25:\"\"Freckle Face\", system-ui\";s:4:\"slug\";s:12:\"freckle-face\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YI0VlK2w9lb4g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Freckle Face\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/freckle-face/freckle-face-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/freckle-face/freckle-face.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:468;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Fredericka the Great\";s:10:\"fontFamily\";s:33:\"\"Fredericka the Great\", system-ui\";s:4:\"slug\";s:20:\"fredericka-the-great\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Shz7Ylch2L.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Fredericka the Great\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/fredericka-the-great/fredericka-the-great-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/fredericka-the-great/fredericka-the-great.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:469;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Fredoka\";s:10:\"fontFamily\";s:19:\"Fredoka, sans-serif\";s:4:\"slug\";s:7:\"fredoka\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLME-OLlNldbw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fredoka\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLME-OLlNldbw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fredoka\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLME-OLlNldbw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fredoka\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXME-OLlNldbw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fredoka\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXME-OLlNldbw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fredoka\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/fredoka/fredoka.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:470;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Freehand\";s:10:\"fontFamily\";s:19:\"Freehand, system-ui\";s:4:\"slug\";s:8:\"freehand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/freehand/v31/cIf-Ma5eqk01VjKTgAmETmUOmZJk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Freehand\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/freehand/freehand-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/freehand/freehand.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:471;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Freeman\";s:10:\"fontFamily\";s:18:\"Freeman, system-ui\";s:4:\"slug\";s:7:\"freeman\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-ewqFGC_p9dw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Freeman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/freeman/freeman-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/freeman/freeman.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:472;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Fresca\";s:10:\"fontFamily\";s:18:\"Fresca, sans-serif\";s:4:\"slug\";s:6:\"fresca\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/fresca/v22/6ae94K--SKgCzbM2H70W13DKPA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fresca\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fresca/fresca-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/fresca/fresca.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:473;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Frijole\";s:10:\"fontFamily\";s:18:\"Frijole, system-ui\";s:4:\"slug\";s:7:\"frijole\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xbb3vyHmlI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Frijole\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/frijole/frijole-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/frijole/frijole.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:474;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Fruktur\";s:10:\"fontFamily\";s:18:\"Fruktur, system-ui\";s:4:\"slug\";s:7:\"fruktur\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMfzjGkUrS8DI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fruktur\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fruktur/fruktur-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/fruktur/v27/SZc73FHsOru5QYsMTz_MkGjX4DJXgQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Fruktur\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fruktur/fruktur-400-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/fruktur/fruktur.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:475;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Fugaz One\";s:10:\"fontFamily\";s:22:\"\"Fugaz One\", system-ui\";s:4:\"slug\";s:9:\"fugaz-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/fugazone/v19/rax_HiWKp9EAITukFslMARJek0vA8A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Fugaz One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/fugaz-one/fugaz-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/fugaz-one/fugaz-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:476;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Fuggles\";s:10:\"fontFamily\";s:16:\"Fuggles, cursive\";s:4:\"slug\";s:7:\"fuggles\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/fuggles/v12/k3kQo8UEJOlD1hpOTdviL0nAMaM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Fuggles\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/fuggles/fuggles-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/fuggles/fuggles.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:477;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Fustat\";s:10:\"fontFamily\";s:18:\"Fustat, sans-serif\";s:4:\"slug\";s:6:\"fustat\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCMQQRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCBoQRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCEQQRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCHYQRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCJoXRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCKMXRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/fustat/v1/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCMQXRrmztWo_3fk.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Fustat\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat-800-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/fustat/fustat.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:478;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Fuzzy Bubbles\";s:10:\"fontFamily\";s:24:\"\"Fuzzy Bubbles\", cursive\";s:4:\"slug\";s:13:\"fuzzy-bubbles\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLGKZMbrgv9pwtjPEVNV0F2Nnb5Zxsreko.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Fuzzy Bubbles\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/fuzzy-bubbles/fuzzy-bubbles-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxYAZkM1pn4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Fuzzy Bubbles\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/fuzzy-bubbles/fuzzy-bubbles-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/fuzzy-bubbles/fuzzy-bubbles.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:479;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"GFS Didot\";s:10:\"fontFamily\";s:18:\"\"GFS Didot\", serif\";s:4:\"slug\";s:9:\"gfs-didot\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/gfsdidot/v16/Jqzh5TybZ9vZMWFssvwiEufGFSCGAA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"GFS Didot\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-didot/gfs-didot-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-didot/gfs-didot.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:480;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"GFS Neohellenic\";s:10:\"fontFamily\";s:29:\"\"GFS Neohellenic\", sans-serif\";s:4:\"slug\";s:15:\"gfs-neohellenic\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TKKhP46UDUw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"GFS Neohellenic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-neohellenic/gfs-neohellenic-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gfsneohellenic/v25/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JOwaATU91X.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"GFS Neohellenic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-neohellenic/gfs-neohellenic-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"GFS Neohellenic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-neohellenic/gfs-neohellenic-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQeeMFe985V.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"GFS Neohellenic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-neohellenic/gfs-neohellenic-700-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/gfs-neohellenic/gfs-neohellenic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:481;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Ga Maamli\";s:10:\"fontFamily\";s:22:\"\"Ga Maamli\", system-ui\";s:4:\"slug\";s:9:\"ga-maamli\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/gamaamli/v2/uU9NCBsQ4c-DPW1Yo3rR396CilKOdQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Ga Maamli\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/ga-maamli/ga-maamli-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/ga-maamli/ga-maamli.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:482;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Gabarito\";s:10:\"fontFamily\";s:19:\"Gabarito, system-ui\";s:4:\"slug\";s:8:\"gabarito\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248K0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj20cK0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2PcW0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2BMW0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2Y8W0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gabarito/v7/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2SsW0EwItq6bFIg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabarito\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/gabarito/gabarito.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:483;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Gabriela\";s:10:\"fontFamily\";s:15:\"Gabriela, serif\";s:4:\"slug\";s:8:\"gabriela\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gabriela/v21/qkBWXvsO6sreR8E-b_m7zrpHmRzC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gabriela\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gabriela/gabriela-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/gabriela/gabriela.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:484;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Gaegu\";s:10:\"fontFamily\";s:14:\"Gaegu, cursive\";s:4:\"slug\";s:5:\"gaegu\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU57nifw-4sdtBk0x.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Gaegu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gaegu/gaegu-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/gaegu/v17/TuGfUVB6Up9NU6ZOodgzydtk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Gaegu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gaegu/gaegu-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU573jvw-4sdtBk0x.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Gaegu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gaegu/gaegu-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/gaegu/gaegu.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:485;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gafata\";s:10:\"fontFamily\";s:18:\"Gafata, sans-serif\";s:4:\"slug\";s:6:\"gafata\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gafata/v20/XRXV3I6Cn0VJKon4N-yAbsrVcA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gafata\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gafata/gafata-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gafata/gafata.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:486;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Gajraj One\";s:10:\"fontFamily\";s:23:\"\"Gajraj One\", system-ui\";s:4:\"slug\";s:10:\"gajraj-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/gajrajone/v5/1cX2aUDCDpXsuWVb1jIjr1SqhcitzeM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Gajraj One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/gajraj-one/gajraj-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/gajraj-one/gajraj-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:487;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Galada\";s:10:\"fontFamily\";s:17:\"Galada, system-ui\";s:4:\"slug\";s:6:\"galada\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/galada/v18/H4cmBXyGmcjXlUX-9yw-4Lqggw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Galada\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/galada/galada-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/galada/galada.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:488;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Galdeano\";s:10:\"fontFamily\";s:20:\"Galdeano, sans-serif\";s:4:\"slug\";s:8:\"galdeano\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDP08PCOg0uX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Galdeano\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/galdeano/galdeano-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/galdeano/galdeano.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:489;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Galindo\";s:10:\"fontFamily\";s:18:\"Galindo, system-ui\";s:4:\"slug\";s:7:\"galindo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/galindo/v24/HI_KiYMeLqVKqwyuQ5TiRp-dhpQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Galindo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/galindo/galindo-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/galindo/galindo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:490;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gamja Flower\";s:10:\"fontFamily\";s:23:\"\"Gamja Flower\", cursive\";s:4:\"slug\";s:12:\"gamja-flower\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/gamjaflower/v22/6NUR8FiKJg-Pa0rM6uN40Z4kzP9Fdty2ew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gamja Flower\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gamja-flower/gamja-flower-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gamja-flower/gamja-flower.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:491;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Gantari\";s:10:\"fontFamily\";s:19:\"Gantari, sans-serif\";s:4:\"slug\";s:7:\"gantari\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT31a5GD2qnm.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZCh37nmpWc.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gantari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/gantari/gantari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:492;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Gasoek One\";s:10:\"fontFamily\";s:24:\"\"Gasoek One\", sans-serif\";s:4:\"slug\";s:10:\"gasoek-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80zr-_cyb-vco.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Gasoek One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/gasoek-one/gasoek-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/gasoek-one/gasoek-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:493;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Gayathri\";s:10:\"fontFamily\";s:20:\"Gayathri, sans-serif\";s:4:\"slug\";s:8:\"gayathri\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/gayathri/v17/MCoWzAb429DbBilWLLhc-p7SA_gA2W8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gayathri\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gayathri/gayathri-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gayathri/v17/MCoQzAb429DbBilWLIA98J_wBugA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gayathri\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gayathri/gayathri-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/gayathri/v17/MCoXzAb429DbBilWLLiE37v9LfQJwHbn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gayathri\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gayathri/gayathri-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/gayathri/gayathri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:494;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Gelasio\";s:10:\"fontFamily\";s:14:\"Gelasio, serif\";s:4:\"slug\";s:7:\"gelasio\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/gelasio/v12/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL8Ilycp-TDO8Aba.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/gelasio/v12/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL86lycp-TDO8Aba.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/gelasio/v12/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL_WkCcp-TDO8Aba.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/gelasio/v12/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL_vkCcp-TDO8Aba.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gelasio/v12/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1M9v8zHs9RbanYs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gelasio/v12/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1P1v8zHs9RbanYs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gelasio/v12/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1BFo8zHs9RbanYs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gelasio/v12/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1Cho8zHs9RbanYs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Gelasio\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/gelasio/gelasio.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:495;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gemunu Libre\";s:10:\"fontFamily\";s:26:\"\"Gemunu Libre\", sans-serif\";s:4:\"slug\";s:12:\"gemunu-libre\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvGLeMXPIWA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gemunu Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gemunu-libre/gemunu-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:496;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Genos\";s:10:\"fontFamily\";s:17:\"Genos, sans-serif\";s:4:\"slug\";s:5:\"genos\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknoqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjoqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjoqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjoqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjoqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_oqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_oqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_oqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_oqEK6K7ZsAg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui7CbN8Ard7.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Genos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/genos/genos.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:497;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Gentium Book Plus\";s:10:\"fontFamily\";s:26:\"\"Gentium Book Plus\", serif\";s:4:\"slug\";s:17:\"gentium-book-plus\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKadbLOrdPV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Gentium Book Plus\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-book-plus/gentium-book-plus-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Gentium Book Plus\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-book-plus/gentium-book-plus-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbDhs_cfKe1.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Gentium Book Plus\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-book-plus/gentium-book-plus-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjM7-ebe1Els.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Gentium Book Plus\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-book-plus/gentium-book-plus-700-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-book-plus/gentium-book-plus.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:498;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gentium Plus\";s:10:\"fontFamily\";s:21:\"\"Gentium Plus\", serif\";s:4:\"slug\";s:12:\"gentium-plus\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VpiZtM6G0t9w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gentium Plus\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-plus/gentium-plus-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurD6Ytw-oSPaZ00r2bNe8VZjpFNymg9957e.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Gentium Plus\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-plus/gentium-plus-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurC6Ytw-oSPaZ00r2bNe8VRMLRo5UYx_ofHsw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gentium Plus\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-plus/gentium-plus-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uww3ILXs-h6.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Gentium Plus\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-plus/gentium-plus-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gentium-plus/gentium-plus.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:499;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Geo\";s:10:\"fontFamily\";s:15:\"Geo, sans-serif\";s:4:\"slug\";s:3:\"geo\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/geo/v21/CSRz4zRZlufVKnBmQjlCbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Geo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/geo/geo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/geo/v21/CSRx4zRZluflLXpnYDxSbf8r.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"Geo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/geo/geo-400-italic.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/geo/geo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:500;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Geologica\";s:10:\"fontFamily\";s:21:\"Geologica, sans-serif\";s:4:\"slug\";s:9:\"geologica\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_qQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_rQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD0HrQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDy3rQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD8HsQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD_jsQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_sQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:146:\"https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD7bsQ-YYAXWnqFs.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Geologica\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/geologica/geologica.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:501;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Georama\";s:10:\"fontFamily\";s:19:\"Georama, sans-serif\";s:4:\"slug\";s:7:\"georama\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tnAsL5_tgbg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Georama\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/georama/georama.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:502;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Geostar\";s:10:\"fontFamily\";s:18:\"Geostar, system-ui\";s:4:\"slug\";s:7:\"geostar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/geostar/v26/sykz-yx4n701VLOftS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Geostar\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/geostar/geostar-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/geostar/geostar.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:503;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Geostar Fill\";s:10:\"fontFamily\";s:25:\"\"Geostar Fill\", system-ui\";s:4:\"slug\";s:12:\"geostar-fill\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/geostarfill/v26/AMOWz4SWuWiXFfjEohxQ9os0VlK2w9lb4g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Geostar Fill\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/geostar-fill/geostar-fill-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/geostar-fill/geostar-fill.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:504;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Germania One\";s:10:\"fontFamily\";s:25:\"\"Germania One\", system-ui\";s:4:\"slug\";s:12:\"germania-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3eyQJONau6ew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Germania One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/germania-one/germania-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/germania-one/germania-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:505;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gideon Roman\";s:10:\"fontFamily\";s:25:\"\"Gideon Roman\", system-ui\";s:4:\"slug\";s:12:\"gideon-roman\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/gideonroman/v11/e3tmeuGrVOys8sxzZgWlmXogfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gideon Roman\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gideon-roman/gideon-roman-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gideon-roman/gideon-roman.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:506;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gidugu\";s:10:\"fontFamily\";s:18:\"Gidugu, sans-serif\";s:4:\"slug\";s:6:\"gidugu\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gidugu/v25/L0x8DFMkk1Uf6w3RufCmRSlUig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gidugu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gidugu/gidugu-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gidugu/gidugu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:507;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Gilda Display\";s:10:\"fontFamily\";s:22:\"\"Gilda Display\", serif\";s:4:\"slug\";s:13:\"gilda-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR7TzFrpOHYh4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Gilda Display\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/gilda-display/gilda-display-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/gilda-display/gilda-display.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:508;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Girassol\";s:10:\"fontFamily\";s:19:\"Girassol, system-ui\";s:4:\"slug\";s:8:\"girassol\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/girassol/v22/JTUUjIo_-DK48laaNC9Iz2pJzxbi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Girassol\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/girassol/girassol-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/girassol/girassol.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:509;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Give You Glory\";s:10:\"fontFamily\";s:25:\"\"Give You Glory\", cursive\";s:4:\"slug\";s:14:\"give-you-glory\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYc12B4ZD6rwa.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Give You Glory\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/give-you-glory/give-you-glory-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/give-you-glory/give-you-glory.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:510;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Glass Antiqua\";s:10:\"fontFamily\";s:26:\"\"Glass Antiqua\", system-ui\";s:4:\"slug\";s:13:\"glass-antiqua\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glassantiqua/v24/xfu30Wr0Wn3NOQM2piC0uXOjnLrwN6fRUkY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Glass Antiqua\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/glass-antiqua/glass-antiqua-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/glass-antiqua/glass-antiqua.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:511;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Glegoo\";s:10:\"fontFamily\";s:13:\"Glegoo, serif\";s:4:\"slug\";s:6:\"glegoo\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/glegoo/v16/_Xmt-HQyrTKWaw2JjqmZAI91xw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Glegoo\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/glegoo/glegoo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/glegoo/v16/_Xmu-HQyrTKWaw2xN4a9DaRpzimMsg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Glegoo\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/glegoo/glegoo-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/glegoo/glegoo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:512;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gloock\";s:10:\"fontFamily\";s:13:\"Gloock, serif\";s:4:\"slug\";s:6:\"gloock\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4N5ihylBrdRjQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gloock\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gloock/gloock-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gloock/gloock.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:513;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Gloria Hallelujah\";s:10:\"fontFamily\";s:28:\"\"Gloria Hallelujah\", cursive\";s:4:\"slug\";s:17:\"gloria-hallelujah\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLS33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Gloria Hallelujah\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/gloria-hallelujah/gloria-hallelujah-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/gloria-hallelujah/gloria-hallelujah.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:514;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Glory\";s:10:\"fontFamily\";s:17:\"Glory, sans-serif\";s:4:\"slug\";s:5:\"glory\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDo3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQImDo3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQnomDo3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwImDo3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDo3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Do3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Do3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Do3-dDi9EOQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-100-italic.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-200-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-300-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-400-italic.svg\";}i:12;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-500-italic.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-600-italic.svg\";}i:14;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-700-italic.svg\";}i:15;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Glory\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory-800-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/glory/glory.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:515;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gluten\";s:10:\"fontFamily\";s:17:\"Gluten, system-ui\";s:4:\"slug\";s:6:\"gluten\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Ouni7ciJh.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gluten\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gluten/gluten.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:516;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Goblin One\";s:10:\"fontFamily\";s:23:\"\"Goblin One\", system-ui\";s:4:\"slug\";s:10:\"goblin-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/goblinone/v26/CSR64z1ZnOqZRjRCBVY_TOIATNt_pOU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Goblin One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/goblin-one/goblin-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/goblin-one/goblin-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:517;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Gochi Hand\";s:10:\"fontFamily\";s:21:\"\"Gochi Hand\", cursive\";s:4:\"slug\";s:10:\"gochi-hand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1PkTov1-n0nXWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Gochi Hand\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/gochi-hand/gochi-hand-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/gochi-hand/gochi-hand.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:518;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Goldman\";s:10:\"fontFamily\";s:18:\"Goldman, system-ui\";s:4:\"slug\";s:7:\"goldman\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/goldman/v19/pe0uMIWbN4JFplR2LDd4Bt-7G98.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Goldman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/goldman/goldman-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/goldman/v19/pe0rMIWbN4JFplR2FI5XItKQB9Zra1U.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Goldman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/goldman/goldman-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/goldman/goldman.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:519;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Golos Text\";s:10:\"fontFamily\";s:24:\"\"Golos Text\", sans-serif\";s:4:\"slug\";s:10:\"golos-text\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVjRQ5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plWPQg5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plW2Qg5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plXRQg5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plX4Qg5ZEr8zXcyx.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Golos Text\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/golos-text/golos-text.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:520;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Gorditas\";s:10:\"fontFamily\";s:19:\"Gorditas, system-ui\";s:4:\"slug\";s:8:\"gorditas\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gorditas/v22/ll8_K2aTVD26DsPEtQDtDa4AlxYb.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gorditas\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gorditas/gorditas-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/gorditas/v22/ll84K2aTVD26DsPEtThUIooNvAoShA1i.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gorditas\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gorditas/gorditas-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/gorditas/gorditas.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:521;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Gothic A1\";s:10:\"fontFamily\";s:23:\"\"Gothic A1\", sans-serif\";s:4:\"slug\";s:10:\"gothic-a-1\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/gothica1/v13/CSR74z5ZnPydRjlCCwlCCMcvYtd2vfwk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCpOYKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCwOUKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6ac0uQNJmvQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCmOQKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCtOMKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCzOEKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC6OAKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gothic A1\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/gothic-a1/gothic-a1.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:522;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Gotu\";s:10:\"fontFamily\";s:16:\"Gotu, sans-serif\";s:4:\"slug\";s:4:\"gotu\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/gotu/v16/o-0FIpksx3QOlHgLioh6-hU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Gotu\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/gotu/gotu-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/gotu/gotu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:523;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Goudy Bookletter 1911\";s:10:\"fontFamily\";s:30:\"\"Goudy Bookletter 1911\", serif\";s:4:\"slug\";s:21:\"goudy-bookletter-1911\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5sBbXZ4IXAA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Goudy Bookletter 1911\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/goudy-bookletter-1911/goudy-bookletter-1911-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/goudy-bookletter-1911/goudy-bookletter-1911.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:524;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gowun Batang\";s:10:\"fontFamily\";s:21:\"\"Gowun Batang\", serif\";s:4:\"slug\";s:12:\"gowun-batang\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRhWbH-yuAtLw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gowun Batang\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gowun-batang/gowun-batang-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/gowunbatang/v7/ijwNs5nhRMIjYsdSgcMa3wRZ4J7ax8sxJii23w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gowun Batang\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gowun-batang/gowun-batang-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gowun-batang/gowun-batang.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:525;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Gowun Dodum\";s:10:\"fontFamily\";s:25:\"\"Gowun Dodum\", sans-serif\";s:4:\"slug\";s:11:\"gowun-dodum\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJF0AfORL0fNy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Gowun Dodum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/gowun-dodum/gowun-dodum-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/gowun-dodum/gowun-dodum.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:526;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Graduate\";s:10:\"fontFamily\";s:15:\"Graduate, serif\";s:4:\"slug\";s:8:\"graduate\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/graduate/v17/C8cg4cs3o2n15t_2YxgU6X2NZAn2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Graduate\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/graduate/graduate-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/graduate/graduate.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:527;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Grand Hotel\";s:10:\"fontFamily\";s:22:\"\"Grand Hotel\", cursive\";s:4:\"slug\";s:11:\"grand-hotel\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/grandhotel/v19/7Au7p_IgjDKdCRWuR1azpmQIEl0O0kEx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Grand Hotel\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/grand-hotel/grand-hotel-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/grand-hotel/grand-hotel.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:528;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Grandiflora One\";s:10:\"fontFamily\";s:24:\"\"Grandiflora One\", serif\";s:4:\"slug\";s:15:\"grandiflora-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUU-B3y8DOWGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Grandiflora One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/grandiflora-one/grandiflora-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/grandiflora-one/grandiflora-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:529;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Grandstander\";s:10:\"fontFamily\";s:23:\"Grandstander, system-ui\";s:4:\"slug\";s:12:\"grandstander\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/grandstander/v18/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D33WttFGmQk.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9Zzvct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91Tvct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9Zzzct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/grandstander/v18/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9Tjzct_NDiQlBYQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Grandstander\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander-900-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/grandstander/grandstander.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:530;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Grape Nuts\";s:10:\"fontFamily\";s:21:\"\"Grape Nuts\", cursive\";s:4:\"slug\";s:10:\"grape-nuts\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/grapenuts/v5/syk2-yF4iLM2RfKj4F7k3tfvol2RN1E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Grape Nuts\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/grape-nuts/grape-nuts-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/grape-nuts/grape-nuts.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:531;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Gravitas One\";s:10:\"fontFamily\";s:25:\"\"Gravitas One\", system-ui\";s:4:\"slug\";s:12:\"gravitas-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmaCGRNr3DzbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Gravitas One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/gravitas-one/gravitas-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/gravitas-one/gravitas-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:532;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Great Vibes\";s:10:\"fontFamily\";s:22:\"\"Great Vibes\", cursive\";s:4:\"slug\";s:11:\"great-vibes\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/greatvibes/v19/RWmMoKWR9v4ksMfaWd_JN-XHg6UKDXlq.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Great Vibes\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/great-vibes/great-vibes-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/great-vibes/great-vibes.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:533;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Grechen Fuemen\";s:10:\"fontFamily\";s:25:\"\"Grechen Fuemen\", cursive\";s:4:\"slug\";s:14:\"grechen-fuemen\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/grechenfuemen/v9/vEFI2_tHEQ4d5ObgKxBzZh0MAWgZ-NaXXq7H.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grechen Fuemen\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grechen-fuemen/grechen-fuemen-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/grechen-fuemen/grechen-fuemen.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:534;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Grenze\";s:10:\"fontFamily\";s:13:\"Grenze, serif\";s:4:\"slug\";s:6:\"grenze\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqPm2ImuAkalnmd.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/grenze/v15/O4ZXFGb7hR12BxqH_VpHsgg4k2md0kI.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPN0MDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vrrky0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPU0ADlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqPkC0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12Bxq3-mgnmgwKlg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqH_WImuAkalnmd.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPC0EDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VrXkS0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPJ0YDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vr7li0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPQ0cDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vqfly0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPX0QDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqDlC0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPe0UDlycWn2CEyw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqnlS0XvWWUy1uW.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Grenze\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze/grenze.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:535;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Grenze Gotisch\";s:10:\"fontFamily\";s:27:\"\"Grenze Gotisch\", system-ui\";s:4:\"slug\";s:14:\"grenze-gotisch\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUdYCdYPSd_w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Grenze Gotisch\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/grenze-gotisch/grenze-gotisch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:536;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Grey Qo\";s:10:\"fontFamily\";s:18:\"\"Grey Qo\", cursive\";s:4:\"slug\";s:7:\"grey-qo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/greyqo/v9/BXRrvF_Nmv_TyXxNDO5Q9Wf0QcE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Grey Qo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/grey-qo/grey-qo-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/grey-qo/grey-qo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:537;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Griffy\";s:10:\"fontFamily\";s:17:\"Griffy, system-ui\";s:4:\"slug\";s:6:\"griffy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfwTdSEwM2zpA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Griffy\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/griffy/griffy-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/griffy/griffy.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:538;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gruppo\";s:10:\"fontFamily\";s:18:\"Gruppo, sans-serif\";s:4:\"slug\";s:6:\"gruppo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gruppo/v21/WwkfxPmzE06v_ZWFXHDAOIEQUQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gruppo\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gruppo/gruppo-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gruppo/gruppo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:539;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Gudea\";s:10:\"fontFamily\";s:17:\"Gudea, sans-serif\";s:4:\"slug\";s:5:\"gudea\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CK9IGON7Ez.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Gudea\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gudea/gudea-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oCsMqEzSJQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Gudea\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gudea/gudea-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WDHK06UY30.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Gudea\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/gudea/gudea-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/gudea/gudea.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:540;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Gugi\";s:10:\"fontFamily\";s:15:\"Gugi, system-ui\";s:4:\"slug\";s:4:\"gugi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/gugi/v15/A2BVn5dXywshVAuA9DEfgqM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Gugi\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/gugi/gugi-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/gugi/gugi.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:541;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gulzar\";s:10:\"fontFamily\";s:13:\"Gulzar, serif\";s:4:\"slug\";s:6:\"gulzar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gulzar/v12/Wnz6HAc9eB3HB2ILZDwZqg_MPQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gulzar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gulzar/gulzar-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gulzar/gulzar.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:542;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Gupter\";s:10:\"fontFamily\";s:13:\"Gupter, serif\";s:4:\"slug\";s:6:\"gupter\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/gupter/v15/2-cm9JNmxJqPO1QUZJa_Wu_lpA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gupter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gupter/gupter-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gupter/v15/2-cl9JNmxJqPO1Qslb-bV8T5rZhaZg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gupter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gupter/gupter-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gupter/v15/2-cl9JNmxJqPO1Qs3bmbV8T5rZhaZg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Gupter\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/gupter/gupter-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/gupter/gupter.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:543;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Gurajada\";s:10:\"fontFamily\";s:15:\"Gurajada, serif\";s:4:\"slug\";s:8:\"gurajada\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/gurajada/v19/FwZY7-Qx308m-l-0Kd6F4sijpFu_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Gurajada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/gurajada/gurajada-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/gurajada/gurajada.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:544;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Gwendolyn\";s:10:\"fontFamily\";s:18:\"Gwendolyn, cursive\";s:4:\"slug\";s:9:\"gwendolyn\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/gwendolyn/v7/qkBXXvoO_M3CSss-d7ee4ZRLkAXbMQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gwendolyn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gwendolyn/gwendolyn-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/gwendolyn/v7/qkBSXvoO_M3CSss-d7emWLtvnS7HONiSFQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Gwendolyn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/gwendolyn/gwendolyn-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/gwendolyn/gwendolyn.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:545;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Habibi\";s:10:\"fontFamily\";s:13:\"Habibi, serif\";s:4:\"slug\";s:6:\"habibi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCTxJeZOYySQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Habibi\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/habibi/habibi-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/habibi/habibi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:546;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Hachi Maru Pop\";s:10:\"fontFamily\";s:25:\"\"Hachi Maru Pop\", cursive\";s:4:\"slug\";s:14:\"hachi-maru-pop\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/hachimarupop/v20/HI_TiYoRLqpLrEiMAuO9Ysfz7rWwEM_btd8u.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hachi Maru Pop\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hachi-maru-pop/hachi-maru-pop-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/hachi-maru-pop/hachi-maru-pop.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:547;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Hahmlet\";s:10:\"fontFamily\";s:14:\"Hahmlet, serif\";s:4:\"slug\";s:7:\"hahmlet\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jtbsO-aVxn.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hahmlet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/hahmlet/hahmlet.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:548;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Halant\";s:10:\"fontFamily\";s:13:\"Halant, serif\";s:4:\"slug\";s:6:\"halant\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2Pbsvc_pCngZqcwdRXg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Halant\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/halant/v14/u-4-0qaujRI2PbsX2tJmky12eg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Halant\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvK_tCngZqcwdRXg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Halant\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvB_xCngZqcwdRXg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Halant\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvY_1CngZqcwdRXg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Halant\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/halant/halant.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:549;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Hammersmith One\";s:10:\"fontFamily\";s:29:\"\"Hammersmith One\", sans-serif\";s:4:\"slug\";s:15:\"hammersmith-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnbtxsks4MRXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Hammersmith One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/hammersmith-one/hammersmith-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/hammersmith-one/hammersmith-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:550;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Hanalei\";s:10:\"fontFamily\";s:18:\"Hanalei, system-ui\";s:4:\"slug\";s:7:\"hanalei\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXz0mVydREus.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanalei\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanalei/hanalei-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/hanalei/hanalei.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:551;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Hanalei Fill\";s:10:\"fontFamily\";s:25:\"\"Hanalei Fill\", system-ui\";s:4:\"slug\";s:12:\"hanalei-fill\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQiMUgLBplm9aw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hanalei Fill\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hanalei-fill/hanalei-fill-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/hanalei-fill/hanalei-fill.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:552;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Handjet\";s:10:\"fontFamily\";s:18:\"Handjet, system-ui\";s:4:\"slug\";s:7:\"handjet\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmbUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmaUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHWeaUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHQuaUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHeedUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHd6dUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmdUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHZCdUkAsEHFAH2A.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handjet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/handjet/handjet.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:553;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Handlee\";s:10:\"fontFamily\";s:16:\"Handlee, cursive\";s:4:\"slug\";s:7:\"handlee\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakDm_6oilJ3ik.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Handlee\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/handlee/handlee-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/handlee/handlee.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:554;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Hanken Grotesk\";s:10:\"fontFamily\";s:28:\"\"Hanken Grotesk\", sans-serif\";s:4:\"slug\";s:14:\"hanken-grotesk\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2da5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Za5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Nc7WZa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Za5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcgWZa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcbWFa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcVGFa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Fa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcGmFa5PpNzXhRKA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyo_BM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUyovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyXsovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWAovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVspfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVVpfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUypfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUbpfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Hanken Grotesk\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/hanken-grotesk/hanken-grotesk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:555;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Hanuman\";s:10:\"fontFamily\";s:14:\"Hanuman, serif\";s:4:\"slug\";s:7:\"hanuman\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/hanuman/v22/VuJzdNvD15HhpJJBQMLdOaNiaRpFvg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanuman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQAr_HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanuman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBeKPXOIFneRo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanuman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQBr4HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanuman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQCL6HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Hanuman\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/hanuman/hanuman.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:556;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Happy Monkey\";s:10:\"fontFamily\";s:25:\"\"Happy Monkey\", system-ui\";s:4:\"slug\";s:12:\"happy-monkey\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OAAgD2bWqVjw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Happy Monkey\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/happy-monkey/happy-monkey-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/happy-monkey/happy-monkey.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:557;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Harmattan\";s:10:\"fontFamily\";s:21:\"Harmattan, sans-serif\";s:4:\"slug\";s:9:\"harmattan\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/harmattan/v19/goksH6L2DkFvVvRp9XpTTkCjkP1Yog.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Harmattan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/harmattan/harmattan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprv2mHndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Harmattan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/harmattan/harmattan-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprk26HndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Harmattan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/harmattan/harmattan-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xpr92-HndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Harmattan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/harmattan/harmattan-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/harmattan/harmattan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:558;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Headland One\";s:10:\"fontFamily\";s:21:\"\"Headland One\", serif\";s:4:\"slug\";s:12:\"headland-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3Tx1flTeZ3mJA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Headland One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/headland-one/headland-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/headland-one/headland-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:559;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Hedvig Letters Sans\";s:10:\"fontFamily\";s:33:\"\"Hedvig Letters Sans\", sans-serif\";s:4:\"slug\";s:19:\"hedvig-letters-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jQJhN3Twgi1w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Hedvig Letters Sans\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/hedvig-letters-sans/hedvig-letters-sans-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/hedvig-letters-sans/hedvig-letters-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:560;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Hedvig Letters Serif\";s:10:\"fontFamily\";s:29:\"\"Hedvig Letters Serif\", serif\";s:4:\"slug\";s:20:\"hedvig-letters-serif\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/hedviglettersserif/v2/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEAZerfcvSGpZg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Hedvig Letters Serif\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/hedvig-letters-serif/hedvig-letters-serif-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/hedvig-letters-serif/hedvig-letters-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:561;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Heebo\";s:10:\"fontFamily\";s:17:\"Heebo, sans-serif\";s:4:\"slug\";s:5:\"heebo\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Euyycd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Ebiucd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucd0Onz02SXQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Heebo\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/heebo/heebo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:562;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Henny Penny\";s:10:\"fontFamily\";s:24:\"\"Henny Penny\", system-ui\";s:4:\"slug\";s:11:\"henny-penny\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQvt3M7tMDT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Henny Penny\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/henny-penny/henny-penny-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/henny-penny/henny-penny.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:563;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Hepta Slab\";s:10:\"fontFamily\";s:19:\"\"Hepta Slab\", serif\";s:4:\"slug\";s:10:\"hepta-slab\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfeY5B0NBkz.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Hepta Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/hepta-slab/hepta-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:564;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Herr Von Muellerhoff\";s:10:\"fontFamily\";s:31:\"\"Herr Von Muellerhoff\", cursive\";s:4:\"slug\";s:20:\"herr-von-muellerhoff\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/herrvonmuellerhoff/v21/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c__qJY3QPQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Herr Von Muellerhoff\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/herr-von-muellerhoff/herr-von-muellerhoff-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/herr-von-muellerhoff/herr-von-muellerhoff.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:565;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Hi Melody\";s:10:\"fontFamily\";s:20:\"\"Hi Melody\", cursive\";s:4:\"slug\";s:9:\"hi-melody\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/himelody/v15/46ktlbP8Vnz0pJcqCTbEem9E31BBGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Hi Melody\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/hi-melody/hi-melody-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/hi-melody/hi-melody.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:566;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Hina Mincho\";s:10:\"fontFamily\";s:20:\"\"Hina Mincho\", serif\";s:4:\"slug\";s:11:\"hina-mincho\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/hinamincho/v13/2sDaZGBRhpXa2Jjz5w5LAGW5KbkVZTHR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hina Mincho\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hina-mincho/hina-mincho-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/hina-mincho/hina-mincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:567;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Hind\";s:10:\"fontFamily\";s:16:\"Hind, sans-serif\";s:4:\"slug\";s:4:\"hind\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaIR6YjDpf5Vw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Hind\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIRGtyBROzkDM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Hind\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbIR6YjDpf5Vw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Hind\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcIR6YjDpf5Vw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Hind\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdIR6YjDpf5Vw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Hind\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/hind/hind.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:568;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Hind Guntur\";s:10:\"fontFamily\";s:25:\"\"Hind Guntur\", sans-serif\";s:4:\"slug\";s:11:\"hind-guntur\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yGn1c2n9zaj5Ju.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hind Guntur\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd8Qvt3M7tMDT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hind Guntur\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zenlc2n9zaj5Ju.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hind Guntur\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zymVc2n9zaj5Ju.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hind Guntur\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yWmFc2n9zaj5Ju.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Hind Guntur\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-guntur/hind-guntur.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:569;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Hind Madurai\";s:10:\"fontFamily\";s:26:\"\"Hind Madurai\", sans-serif\";s:4:\"slug\";s:12:\"hind-madurai\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnfMsoMJ0b_g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hind Madurai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjn9I0DceA0OQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hind Madurai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnfMsoMJ0b_g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hind Madurai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnfMsoMJ0b_g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hind Madurai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfTaInfMsoMJ0b_g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Hind Madurai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-madurai/hind-madurai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:570;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Hind Siliguri\";s:10:\"fontFamily\";s:27:\"\"Hind Siliguri\", sans-serif\";s:4:\"slug\";s:13:\"hind-siliguri\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRDf44uQfKiGvxts.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Siliguri\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEofJ7Qxuk0Nig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Siliguri\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_54uQfKiGvxts.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Siliguri\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoREP-4uQfKiGvxts.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Siliguri\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uQfKiGvxts.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Siliguri\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-siliguri/hind-siliguri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:571;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Hind Vadodara\";s:10:\"fontFamily\";s:27:\"\"Hind Vadodara\", sans-serif\";s:4:\"slug\";s:13:\"hind-vadodara\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSDn3iXY0oSOL2Yw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Vadodara\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/hindvadodara/v13/neINzCKvrIcn5pbuuuriV9tTcJDfrXsfvSo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Vadodara\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSGH2iXY0oSOL2Yw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Vadodara\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSE3xiXY0oSOL2Yw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Vadodara\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSCnwiXY0oSOL2Yw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Hind Vadodara\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/hind-vadodara/hind-vadodara.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:572;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Holtwood One SC\";s:10:\"fontFamily\";s:24:\"\"Holtwood One SC\", serif\";s:4:\"slug\";s:15:\"holtwood-one-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/holtwoodonesc/v21/yYLx0hLR0P-3vMFSk1TCq3Txg5B3dLb6LZttyg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Holtwood One SC\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/holtwood-one-sc/holtwood-one-sc-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/holtwood-one-sc/holtwood-one-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:573;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Homemade Apple\";s:10:\"fontFamily\";s:25:\"\"Homemade Apple\", cursive\";s:4:\"slug\";s:14:\"homemade-apple\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/homemadeapple/v22/Qw3EZQFXECDrI2q789EKQZJob3x4Vnksi4M7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Homemade Apple\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/homemade-apple/homemade-apple-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/homemade-apple/homemade-apple.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:574;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Homenaje\";s:10:\"fontFamily\";s:20:\"Homenaje, sans-serif\";s:4:\"slug\";s:8:\"homenaje\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6F4sijpFu_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Homenaje\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/homenaje/homenaje-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/homenaje/homenaje.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:575;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Honk\";s:10:\"fontFamily\";s:15:\"Honk, system-ui\";s:4:\"slug\";s:4:\"honk\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/honk/v1/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgVLprtNepQKvg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Honk\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/honk/honk-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/honk/honk.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:576;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Hubballi\";s:10:\"fontFamily\";s:20:\"Hubballi, sans-serif\";s:4:\"slug\";s:8:\"hubballi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/hubballi/v7/o-0JIpUj3WIZ1RFN56B-yBBNYuSF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Hubballi\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/hubballi/hubballi-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/hubballi/hubballi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:577;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Hurricane\";s:10:\"fontFamily\";s:18:\"Hurricane, cursive\";s:4:\"slug\";s:9:\"hurricane\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/hurricane/v7/pe0sMIuULZxTolZ5YldyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Hurricane\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/hurricane/hurricane-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/hurricane/hurricane.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:578;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"IBM Plex Mono\";s:10:\"fontFamily\";s:26:\"\"IBM Plex Mono\", monospace\";s:4:\"slug\";s:13:\"ibm-plex-mono\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n3kwq131hj-sNFQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6rfjptAgt5VM-kVkqdyU8n1ioStndgre4dFcFh.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3uAL8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3oQI8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5i0g1l9kn-s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n1ioq131hj-sNFQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3pQP8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-mono/ibm-plex-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:579;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"IBM Plex Sans\";s:10:\"fontFamily\";s:27:\"\"IBM Plex Sans\", sans-serif\";s:4:\"slug\";s:13:\"ibm-plex-sans\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLeFaxIedbzDw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZJW9PjD3N8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_MINmdd_qFmo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdsdP3vBmpl8A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MINmdd_qFmo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRsdP3vBmpl8A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdPUFI5NadY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTeFaxIedbzDw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9MINmdd_qFmo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVsdP3vBmpl8A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76MINmdd_qFmo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJsdP3vBmpl8A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7MINmdd_qFmo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINsdP3vBmpl8A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"IBM Plex Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans/ibm-plex-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:580;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"IBM Plex Sans Arabic\";s:10:\"fontFamily\";s:34:\"\"IBM Plex Sans Arabic\", sans-serif\";s:4:\"slug\";s:20:\"ibm-plex-sans-arabic\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PW5eMlAMg0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCWVsVJKxTs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCWVsVJKxTs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs_1vSbfdlA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CWVsVJKxTs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCWVsVJKxTs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCWVsVJKxTs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Arabic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic-700-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-arabic/ibm-plex-sans-arabic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:581;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"IBM Plex Sans Condensed\";s:10:\"fontFamily\";s:37:\"\"IBM Plex Sans Condensed\", sans-serif\";s:4:\"slug\";s:23:\"ibm-plex-sans-condensed\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyK7BgYsMDhM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LgKkJHhOgBg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvur4cFFwq5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYYnEhq5H1w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovur4cFFwq5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYYnEhq5H1w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbarwq_jhJsM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyK7BgYsMDhM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vur4cFFwq5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYYnEhq5H1w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivur4cFFwq5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYYnEhq5H1w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvur4cFFwq5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYYnEhq5H1w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"IBM Plex Sans Condensed\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed-700-italic.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-condensed/ibm-plex-sans-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:582;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"IBM Plex Sans Devanagari\";s:10:\"fontFamily\";s:38:\"\"IBM Plex Sans Devanagari\", sans-serif\";s:4:\"slug\";s:24:\"ibm-plex-sans-devanagari\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUj1UcjwCEQq.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQfub8AV0z0w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQfub8AV0z0w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__UEL0c83gCA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQfub8AV0z0w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQfub8AV0z0w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qfub8AV0z0w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"IBM Plex Sans Devanagari\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari-700-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-devanagari/ibm-plex-sans-devanagari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:583;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"IBM Plex Sans Hebrew\";s:10:\"fontFamily\";s:34:\"\"IBM Plex Sans Hebrew\", sans-serif\";s:4:\"slug\";s:20:\"ibm-plex-sans-hebrew\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-lgVqDaM7C4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt2306hjqF9Tc2.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H06hjqF9Tc2.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2g8Fk3rSaM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X06hjqF9Tc2.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n06hjqF9Tc2.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ3306hjqF9Tc2.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IBM Plex Sans Hebrew\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew-700-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-hebrew/ibm-plex-sans-hebrew.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:584;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"IBM Plex Sans JP\";s:10:\"fontFamily\";s:30:\"\"IBM Plex Sans JP\", sans-serif\";s:4:\"slug\";s:16:\"ibm-plex-sans-jp\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XLDn9KbTDf6_f7dISNqYf_tvPT7E7yifB7twdmHQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7OLTrN9Vuw5_BAM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7IbQrN9Vuw5_BAM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XNDn9KbTDf6_f7dISNqYf_tvPT1C_4iNJ-pwc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7N7RrN9Vuw5_BAM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7PLWrN9Vuw5_BAM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7JbXrN9Vuw5_BAM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans JP\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-jp/ibm-plex-sans-jp.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:585;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"IBM Plex Sans KR\";s:10:\"fontFamily\";s:30:\"\"IBM Plex Sans KR\", sans-serif\";s:4:\"slug\";s:16:\"ibm-plex-sans-kr\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_WpzCpMrMfA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8te1W77HtMo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7PsqMPVZb4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"IBM Plex Sans KR\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-kr/ibm-plex-sans-kr.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:586;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"IBM Plex Sans Thai\";s:10:\"fontFamily\";s:32:\"\"IBM Plex Sans Thai\", sans-serif\";s:4:\"slug\";s:18:\"ibm-plex-sans-thai\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYgR8ZKUqcX.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFaOhGW74OXw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFaOhGW74OXw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8C9whZcNaUg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFaOhGW74OXw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFaOhGW74OXw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFaOhGW74OXw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IBM Plex Sans Thai\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai/ibm-plex-sans-thai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:587;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"IBM Plex Sans Thai Looped\";s:10:\"fontFamily\";s:39:\"\"IBM Plex Sans Thai Looped\", sans-serif\";s:4:\"slug\";s:25:\"ibm-plex-sans-thai-looped\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKoXOtFCQ76Q.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFyDGC0i8Cc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFyDGC0i8Cc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBeAoFGoBCQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFyDGC0i8Cc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFyDGC0i8Cc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFyDGC0i8Cc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"IBM Plex Sans Thai Looped\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped-700-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-sans-thai-looped/ibm-plex-sans-thai-looped.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:588;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"IBM Plex Serif\";s:10:\"fontFamily\";s:23:\"\"IBM Plex Serif\", serif\";s:4:\"slug\";s:14:\"ibm-plex-serif\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTi182zcZj1bIkNo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTjnTNgNq55w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hI2oVrBicOg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq1vjjNOg_oc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi20-RI2oVrBicOg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq1vjjNOg_oc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkThUd0TY7ikbI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zcZj1bIkNo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BI2oVrBicOg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq1vjjNOg_oc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xI2oVrBicOg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q1vjjNOg_oc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hI2oVrBicOg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q1vjjNOg_oc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"IBM Plex Serif\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif-700-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/ibm-plex-serif/ibm-plex-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:589;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"IM Fell DW Pica\";s:10:\"fontFamily\";s:24:\"\"IM Fell DW Pica\", serif\";s:4:\"slug\";s:15:\"im-fell-dw-pica\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9YQPUvi88MQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"IM Fell DW Pica\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-dw-pica/im-fell-dw-pica-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnVnCosMXm0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"IM Fell DW Pica\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-dw-pica/im-fell-dw-pica-400-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-dw-pica/im-fell-dw-pica.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:590;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"IM Fell DW Pica SC\";s:10:\"fontFamily\";s:27:\"\"IM Fell DW Pica SC\", serif\";s:4:\"slug\";s:18:\"im-fell-dw-pica-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW_RiKEUiBGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IM Fell DW Pica SC\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-dw-pica-sc/im-fell-dw-pica-sc-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-dw-pica-sc/im-fell-dw-pica-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:591;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"IM Fell Double Pica\";s:10:\"fontFamily\";s:28:\"\"IM Fell Double Pica\", serif\";s:4:\"slug\";s:19:\"im-fell-double-pica\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0G1UL5Ayp0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"IM Fell Double Pica\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-double-pica/im-fell-double-pica-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_UZxF2p2G8g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"IM Fell Double Pica\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-double-pica/im-fell-double-pica-400-italic.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-double-pica/im-fell-double-pica.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:592;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"IM Fell Double Pica SC\";s:10:\"fontFamily\";s:31:\"\"IM Fell Double Pica SC\", serif\";s:4:\"slug\";s:22:\"im-fell-double-pica-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4YgEeru2dGg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"IM Fell Double Pica SC\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-double-pica-sc/im-fell-double-pica-sc-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-double-pica-sc/im-fell-double-pica-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:593;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"IM Fell English\";s:10:\"fontFamily\";s:24:\"\"IM Fell English\", serif\";s:4:\"slug\";s:15:\"im-fell-english\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3EqmZVY9Y5w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"IM Fell English\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-english/im-fell-english-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOYd4pI59zg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"IM Fell English\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-english/im-fell-english-400-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-english/im-fell-english.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:594;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"IM Fell English SC\";s:10:\"fontFamily\";s:27:\"\"IM Fell English SC\", serif\";s:4:\"slug\";s:18:\"im-fell-english-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLPogOg0shzA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"IM Fell English SC\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-english-sc/im-fell-english-sc-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-english-sc/im-fell-english-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:595;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"IM Fell French Canon\";s:10:\"fontFamily\";s:29:\"\"IM Fell French Canon\", serif\";s:4:\"slug\";s:20:\"im-fell-french-canon\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coQPt1ozoPz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IM Fell French Canon\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-french-canon/im-fell-french-canon-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNxKy5PzzrU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"IM Fell French Canon\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-french-canon/im-fell-french-canon-400-italic.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-french-canon/im-fell-french-canon.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:596;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"IM Fell French Canon SC\";s:10:\"fontFamily\";s:32:\"\"IM Fell French Canon SC\", serif\";s:4:\"slug\";s:23:\"im-fell-french-canon-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3cxUBCVIVqH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IM Fell French Canon SC\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-french-canon-sc/im-fell-french-canon-sc-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-french-canon-sc/im-fell-french-canon-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:597;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"IM Fell Great Primer\";s:10:\"fontFamily\";s:29:\"\"IM Fell Great Primer\", serif\";s:4:\"slug\";s:20:\"im-fell-great-primer\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorSvDo3SQY1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"IM Fell Great Primer\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-great-primer/im-fell-great-primer-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtjsVTBY1N6U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"IM Fell Great Primer\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-great-primer/im-fell-great-primer-400-italic.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-great-primer/im-fell-great-primer.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:598;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"IM Fell Great Primer SC\";s:10:\"fontFamily\";s:32:\"\"IM Fell Great Primer SC\", serif\";s:4:\"slug\";s:23:\"im-fell-great-primer-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf4BXz0s8FG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"IM Fell Great Primer SC\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-great-primer-sc/im-fell-great-primer-sc-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/im-fell-great-primer-sc/im-fell-great-primer-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:599;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Ibarra Real Nova\";s:10:\"fontFamily\";s:25:\"\"Ibarra Real Nova\", serif\";s:4:\"slug\";s:16:\"ibarra-real-nova\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDoVT9TWIvS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDoVT9TWIvS.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DoVT9TWIvS.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DoVT9TWIvS.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXz5xXZvSkTo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXz5xXZvSkTo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXz5xXZvSkTo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXz5xXZvSkTo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ibarra Real Nova\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/ibarra-real-nova/ibarra-real-nova.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:600;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Iceberg\";s:10:\"fontFamily\";s:18:\"Iceberg, system-ui\";s:4:\"slug\";s:7:\"iceberg\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/iceberg/v24/8QIJdijAiM7o-qnZuI0Oq7jkAOw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Iceberg\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/iceberg/iceberg-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/iceberg/iceberg.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:601;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Iceland\";s:10:\"fontFamily\";s:18:\"Iceland, system-ui\";s:4:\"slug\";s:7:\"iceland\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/iceland/v20/rax9HiuFsdMNOnWPWKlGADBbg0s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Iceland\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/iceland/iceland-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/iceland/iceland.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:602;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Imbue\";s:10:\"fontFamily\";s:12:\"Imbue, serif\";s:4:\"slug\";s:5:\"imbue\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfO4NNK-Q4xY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Imbue\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/imbue/imbue.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:603;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Imperial Script\";s:10:\"fontFamily\";s:26:\"\"Imperial Script\", cursive\";s:4:\"slug\";s:15:\"imperial-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/imperialscript/v6/5DCPAKrpzy_H98IV2ISnZBbGrVNvOOnlvttWNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Imperial Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/imperial-script/imperial-script-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/imperial-script/imperial-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:604;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Imprima\";s:10:\"fontFamily\";s:19:\"Imprima, sans-serif\";s:4:\"slug\";s:7:\"imprima\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7-oCHyDzktPo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Imprima\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/imprima/imprima-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/imprima/imprima.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:605;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Inclusive Sans\";s:10:\"fontFamily\";s:28:\"\"Inclusive Sans\", sans-serif\";s:4:\"slug\";s:14:\"inclusive-sans\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/inclusivesans/v1/0nkxC9biPuwflXcJ46P4PGWE097wowa2LB4i.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inclusive Sans\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inclusive-sans/inclusive-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/inclusivesans/v1/0nkzC9biPuwflXcJ46P4PGWE0-73qQeUKQ4iT6o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Inclusive Sans\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inclusive-sans/inclusive-sans-400-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/inclusive-sans/inclusive-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:606;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Inconsolata\";s:10:\"fontFamily\";s:22:\"Inconsolata, monospace\";s:4:\"slug\";s:11:\"inconsolata\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aR_8lleY2co.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inconsolata\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/inconsolata/inconsolata.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:607;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Inder\";s:10:\"fontFamily\";s:17:\"Inder, sans-serif\";s:4:\"slug\";s:5:\"inder\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq_pw-P3U4O.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inder\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inder/inder-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/inder/inder.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:608;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Indie Flower\";s:10:\"fontFamily\";s:23:\"\"Indie Flower\", cursive\";s:4:\"slug\";s:12:\"indie-flower\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/indieflower/v21/m8JVjfNVeKWVnh3QMuKkFcZla0GG1dKEDw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Indie Flower\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/indie-flower/indie-flower-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/indie-flower/indie-flower.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:609;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Ingrid Darling\";s:10:\"fontFamily\";s:25:\"\"Ingrid Darling\", cursive\";s:4:\"slug\";s:14:\"ingrid-darling\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/ingriddarling/v5/LDIrapaJNxUtSuFdw-9yf4rCPsLLub458jGL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ingrid Darling\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ingrid-darling/ingrid-darling-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/ingrid-darling/ingrid-darling.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:610;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Inika\";s:10:\"fontFamily\";s:12:\"Inika, serif\";s:4:\"slug\";s:5:\"inika\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTCRcc2s2XH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inika\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inika/inika-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM7mHnOSOuk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inika\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inika/inika-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/inika/inika.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:611;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Inknut Antiqua\";s:10:\"fontFamily\";s:23:\"\"Inknut Antiqua\", serif\";s:4:\"slug\";s:14:\"inknut-antiqua\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKXUG6pzxRwYB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j8bBoIYJNf.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Inknut Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/inknut-antiqua/inknut-antiqua.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:612;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Inria Sans\";s:10:\"fontFamily\";s:24:\"\"Inria Sans\", sans-serif\";s:4:\"slug\";s:10:\"inria-sans\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQ5FqeY3fX4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPqMQybX4pQA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5OvyKQNute8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4KCFrpe8uZA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQ5FqeY3fX4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PqMQybX4pQA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Inria Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-sans/inria-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:613;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Inria Serif\";s:10:\"fontFamily\";s:20:\"\"Inria Serif\", serif\";s:4:\"slug\";s:11:\"inria-serif\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wAVQjAhFyta3xN.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT4THjl2PbmxN0_E.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/inriaserif/v16/fC1lPYxPY3rXxEndZJAzN0SpfSzNr0Ck.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/inriaserif/v16/fC1nPYxPY3rXxEndZJAzN3Sudy3vqlCkcmU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wQUgjAhFyta3xN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT5TAjl2PbmxN0_E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inria Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/inria-serif/inria-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:614;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Inspiration\";s:10:\"fontFamily\";s:20:\"Inspiration, cursive\";s:4:\"slug\";s:11:\"inspiration\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/inspiration/v6/x3dkckPPZa6L4wIg5cZOEvoDnSrlBBsy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inspiration\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inspiration/inspiration-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/inspiration/inspiration.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:615;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Instrument Sans\";s:10:\"fontFamily\";s:29:\"\"Instrument Sans\", sans-serif\";s:4:\"slug\";s:15:\"instrument-sans\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kywN2u7YUwU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkywN2u7YUwU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Instrument Sans\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans-700-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-sans/instrument-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:616;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Instrument Serif\";s:10:\"fontFamily\";s:25:\"\"Instrument Serif\", serif\";s:4:\"slug\";s:16:\"instrument-serif\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Instrument Serif\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-serif/instrument-serif-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATjnTNgNq55w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Instrument Serif\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-serif/instrument-serif-400-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/instrument-serif/instrument-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:617;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Inter\";s:10:\"fontFamily\";s:17:\"Inter, sans-serif\";s:4:\"slug\";s:5:\"inter\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZ1rib2Bg-4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhiJ-Ek-7MeA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Inter\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:618;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Inter Tight\";s:10:\"fontFamily\";s:25:\"\"Inter Tight\", sans-serif\";s:4:\"slug\";s:11:\"inter-tight\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw6qWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjw-qWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjwiqWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqWSRToK8EPg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHi5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCHy5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0wcHy5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHy5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCGC5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5SgqoUPvi5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Inter Tight\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/inter-tight/inter-tight.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:619;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Irish Grover\";s:10:\"fontFamily\";s:25:\"\"Irish Grover\", system-ui\";s:4:\"slug\";s:12:\"irish-grover\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf_f5Oaiw4cw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Irish Grover\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/irish-grover/irish-grover-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/irish-grover/irish-grover.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:620;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Island Moments\";s:10:\"fontFamily\";s:25:\"\"Island Moments\", cursive\";s:4:\"slug\";s:14:\"island-moments\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/islandmoments/v6/NaPBcZfVGvBdxIt7Ar0qzkXJF-TDIohbZ6SY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Island Moments\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/island-moments/island-moments-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/island-moments/island-moments.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:621;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Istok Web\";s:10:\"fontFamily\";s:23:\"\"Istok Web\", sans-serif\";s:4:\"slug\";s:9:\"istok-web\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/istokweb/v24/3qTvojGmgSyUukBzKslZBGF-9kIIaQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Istok Web\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/istok-web/istok-web-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/istokweb/v24/3qTpojGmgSyUukBzKslpA2t_1EcYaQ7F.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Istok Web\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/istok-web/istok-web-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/istokweb/v24/3qTqojGmgSyUukBzKslhvU5a-2kUYBfcMw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Istok Web\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/istok-web/istok-web-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/istokweb/v24/3qT0ojGmgSyUukBzKslpA1PG-2MVQhLMMygN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Istok Web\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/istok-web/istok-web-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/istok-web/istok-web.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:622;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Italiana\";s:10:\"fontFamily\";s:15:\"Italiana, serif\";s:4:\"slug\";s:8:\"italiana\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XTmUY31Wx7Vv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Italiana\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/italiana/italiana-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/italiana/italiana.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:623;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Italianno\";s:10:\"fontFamily\";s:18:\"Italianno, cursive\";s:4:\"slug\";s:9:\"italianno\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6RnipYpQwM-gg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Italianno\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/italianno/italianno-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/italianno/italianno.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:624;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Itim\";s:10:\"fontFamily\";s:13:\"Itim, cursive\";s:4:\"slug\";s:4:\"itim\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/itim/v14/0nknC9ziJOYewAFKkc7ZdwU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Itim\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/itim/itim-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/itim/itim.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:625;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Jacquard 12\";s:10:\"fontFamily\";s:24:\"\"Jacquard 12\", system-ui\";s:4:\"slug\";s:11:\"jacquard-12\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGc3MUnr34c9-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Jacquard 12\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-12/jacquard-12-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-12/jacquard-12.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:626;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Jacquard 12 Charted\";s:10:\"fontFamily\";s:32:\"\"Jacquard 12 Charted\", system-ui\";s:4:\"slug\";s:19:\"jacquard-12-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/jacquard12charted/v2/i7dWIE97bzCOB9Q_Up6PQmYfKDPIb2HwT3GtZ9jetKY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Jacquard 12 Charted\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-12-charted/jacquard-12-charted-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-12-charted/jacquard-12-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:627;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Jacquard 24\";s:10:\"fontFamily\";s:24:\"\"Jacquard 24\", system-ui\";s:4:\"slug\";s:11:\"jacquard-24\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/jacquard24/v2/jVyO7nf_B2zO5jVpUGU8lgQBdchf9xXp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Jacquard 24\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-24/jacquard-24-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-24/jacquard-24.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:628;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Jacquard 24 Charted\";s:10:\"fontFamily\";s:32:\"\"Jacquard 24 Charted\", system-ui\";s:4:\"slug\";s:19:\"jacquard-24-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/jacquard24charted/v3/mtGm4-dNK6HaudrE9VVKhENTsEXEYish0iFrMYJ_K-4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Jacquard 24 Charted\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-24-charted/jacquard-24-charted-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquard-24-charted/jacquard-24-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:629;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Jacquarda Bastarda 9\";s:10:\"fontFamily\";s:33:\"\"Jacquarda Bastarda 9\", system-ui\";s:4:\"slug\";s:20:\"jacquarda-bastarda-9\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/jacquardabastarda9/v4/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAbwG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Jacquarda Bastarda 9\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquarda-bastarda-9/jacquarda-bastarda-9-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquarda-bastarda-9/jacquarda-bastarda-9.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:630;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:28:\"Jacquarda Bastarda 9 Charted\";s:10:\"fontFamily\";s:41:\"\"Jacquarda Bastarda 9 Charted\", system-ui\";s:4:\"slug\";s:28:\"jacquarda-bastarda-9-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/jacquardabastarda9charted/v2/Yq6D-KaMUyfq4qLgx19A_ocp43FeLd9m0vDxm-yf8JPuf0IPaL8pmQg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Jacquarda Bastarda 9 Charted\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquarda-bastarda-9-charted/jacquarda-bastarda-9-charted-400-normal.svg\";}}s:7:\"preview\";s:106:\"https://s.w.org/images/fonts/wp-6.7/previews/jacquarda-bastarda-9-charted/jacquarda-bastarda-9-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:631;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Jacques Francois\";s:10:\"fontFamily\";s:25:\"\"Jacques Francois\", serif\";s:4:\"slug\";s:16:\"jacques-francois\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/jacquesfrancois/v24/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcbqoeRWfbs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Jacques Francois\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/jacques-francois/jacques-francois-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/jacques-francois/jacques-francois.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:632;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Jacques Francois Shadow\";s:10:\"fontFamily\";s:36:\"\"Jacques Francois Shadow\", system-ui\";s:4:\"slug\";s:23:\"jacques-francois-shadow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8QsHuV5ULS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Jacques Francois Shadow\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/jacques-francois-shadow/jacques-francois-shadow-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/jacques-francois-shadow/jacques-francois-shadow.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:633;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Jaini\";s:10:\"fontFamily\";s:16:\"Jaini, system-ui\";s:4:\"slug\";s:5:\"jaini\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/jaini/v1/fC1vPYJMbGHQzEmLK-ZSUHyt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Jaini\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/jaini/jaini-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/jaini/jaini.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:634;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Jaini Purva\";s:10:\"fontFamily\";s:24:\"\"Jaini Purva\", system-ui\";s:4:\"slug\";s:11:\"jaini-purva\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/jainipurva/v1/CHynV-vdHVXwbWcUswbUGHoLHH4sj3lR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Jaini Purva\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/jaini-purva/jaini-purva-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/jaini-purva/jaini-purva.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:635;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Jaldi\";s:10:\"fontFamily\";s:17:\"Jaldi, sans-serif\";s:4:\"slug\";s:5:\"jaldi\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI30NRZpD_B6g8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Jaldi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/jaldi/jaldi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/jaldi/v12/or3hQ67z0_CI33voSbTyLLQ1niPn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Jaldi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/jaldi/jaldi-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/jaldi/jaldi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:636;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Jaro\";s:10:\"fontFamily\";s:16:\"Jaro, sans-serif\";s:4:\"slug\";s:4:\"jaro\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/jaro/v6/ea8DadQwV_r_Rv3-7zZMCGhQgVr1SlCpNP3VpQ_a.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jaro\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jaro/jaro-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/jaro/jaro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:637;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Jersey 10\";s:10:\"fontFamily\";s:22:\"\"Jersey 10\", system-ui\";s:4:\"slug\";s:9:\"jersey-10\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/jersey10/v2/GftH7vZKsggXMf9n_J5X_ZLgy1wtSw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Jersey 10\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-10/jersey-10-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-10/jersey-10.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:638;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Jersey 10 Charted\";s:10:\"fontFamily\";s:30:\"\"Jersey 10 Charted\", system-ui\";s:4:\"slug\";s:17:\"jersey-10-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/jersey10charted/v2/oY1E8fPFr6XiNWqEp90XSbwUGfF8SneYKmeBvEYs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Jersey 10 Charted\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-10-charted/jersey-10-charted-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-10-charted/jersey-10-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:639;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Jersey 15\";s:10:\"fontFamily\";s:22:\"\"Jersey 15\", system-ui\";s:4:\"slug\";s:9:\"jersey-15\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/jersey15/v2/_6_9EDzuROGsUuk2TWjSZ4ohsCkvSQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Jersey 15\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-15/jersey-15-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-15/jersey-15.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:640;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Jersey 15 Charted\";s:10:\"fontFamily\";s:30:\"\"Jersey 15 Charted\", system-ui\";s:4:\"slug\";s:17:\"jersey-15-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/jersey15charted/v2/nuFjD-rCQIjoVp1Sva2ToCTudGbLeRv9r2024gxi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Jersey 15 Charted\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-15-charted/jersey-15-charted-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-15-charted/jersey-15-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:641;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Jersey 20\";s:10:\"fontFamily\";s:22:\"\"Jersey 20\", system-ui\";s:4:\"slug\";s:9:\"jersey-20\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/jersey20/v2/ZgNRjP1ON6jeW4D12z3cqU_qP4mXuQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Jersey 20\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-20/jersey-20-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-20/jersey-20.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:642;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Jersey 20 Charted\";s:10:\"fontFamily\";s:30:\"\"Jersey 20 Charted\", system-ui\";s:4:\"slug\";s:17:\"jersey-20-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/jersey20charted/v2/JTUNjJMy9DKq5FzVaj9tpgYgvHqGn_Zwji-rqnQ_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Jersey 20 Charted\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-20-charted/jersey-20-charted-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-20-charted/jersey-20-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:643;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Jersey 25\";s:10:\"fontFamily\";s:22:\"\"Jersey 25\", system-ui\";s:4:\"slug\";s:9:\"jersey-25\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/jersey25/v2/ll8-K2eeXj2tAs6F9BXIIoAMng8ChA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Jersey 25\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-25/jersey-25-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-25/jersey-25.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:644;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Jersey 25 Charted\";s:10:\"fontFamily\";s:30:\"\"Jersey 25 Charted\", system-ui\";s:4:\"slug\";s:17:\"jersey-25-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/jersey25charted/v2/6NUM8EWHIhCWbxOqtLkv94Rlu6EkGv2rUGQW93Cg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Jersey 25 Charted\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-25-charted/jersey-25-charted-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/jersey-25-charted/jersey-25-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:645;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"JetBrains Mono\";s:10:\"fontFamily\";s:27:\"\"JetBrains Mono\", monospace\";s:4:\"slug\";s:14:\"jetbrains-mono\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjOFmUsaaDhw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-100-italic.svg\";}i:9;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-200-italic.svg\";}i:10;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-300-italic.svg\";}i:11;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-400-italic.svg\";}i:12;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-500-italic.svg\";}i:13;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-600-italic.svg\";}i:14;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-700-italic.svg\";}i:15;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOVk6OThxPA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"JetBrains Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono-800-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/jetbrains-mono/jetbrains-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:646;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Jim Nightshade\";s:10:\"fontFamily\";s:25:\"\"Jim Nightshade\", cursive\";s:4:\"slug\";s:14:\"jim-nightshade\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS9V3qKaMxD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Jim Nightshade\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/jim-nightshade/jim-nightshade-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/jim-nightshade/jim-nightshade.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:647;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Joan\";s:10:\"fontFamily\";s:11:\"Joan, serif\";s:4:\"slug\";s:4:\"joan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/joan/v11/ZXupe1oZsqWRbRJH8X1p_Ng.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Joan\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/joan/joan-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/joan/joan.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:648;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Jockey One\";s:10:\"fontFamily\";s:24:\"\"Jockey One\", sans-serif\";s:4:\"slug\";s:10:\"jockey-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6ArIP7HYOk4xc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Jockey One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/jockey-one/jockey-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/jockey-one/jockey-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:649;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Jolly Lodger\";s:10:\"fontFamily\";s:25:\"\"Jolly Lodger\", system-ui\";s:4:\"slug\";s:12:\"jolly-lodger\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VXOrT3ZyuqA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Jolly Lodger\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/jolly-lodger/jolly-lodger-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/jolly-lodger/jolly-lodger.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:650;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Jomhuria\";s:10:\"fontFamily\";s:19:\"Jomhuria, system-ui\";s:4:\"slug\";s:8:\"jomhuria\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/jomhuria/v20/Dxxp8j-TMXf-llKur2bwMOGbC3Dh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Jomhuria\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/jomhuria/jomhuria-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/jomhuria/jomhuria.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:651;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Jomolhari\";s:10:\"fontFamily\";s:16:\"Jomolhari, serif\";s:4:\"slug\";s:9:\"jomolhari\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/jomolhari/v18/EvONzA1M1Iw_CBd2hsQCElIZKq5INg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Jomolhari\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/jomolhari/jomolhari-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/jomolhari/jomolhari.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:652;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Josefin Sans\";s:10:\"fontFamily\";s:26:\"\"Josefin Sans\", sans-serif\";s:4:\"slug\";s:12:\"josefin-sans\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMRrLgTsQV0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-100-italic.svg\";}i:8;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhLybpUV3MEQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-sans/josefin-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:653;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Josefin Slab\";s:10:\"fontFamily\";s:21:\"\"Josefin Slab\", serif\";s:4:\"slug\";s:12:\"josefin-slab\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3w3K6CcEyI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-100-italic.svg\";}i:8;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09KoKZAyK43w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Josefin Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/josefin-slab/josefin-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:654;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Jost\";s:10:\"fontFamily\";s:16:\"Jost, sans-serif\";s:4:\"slug\";s:4:\"jost\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myjJAVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mwjJQVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mz9JQVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myjJQVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myRJQVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IgVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mxEIgVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mwjIgVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mwKIgVDPokMmuHL.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNIgun_HLMEo.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Jost\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost-900-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/jost/jost.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:655;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Joti One\";s:10:\"fontFamily\";s:21:\"\"Joti One\", system-ui\";s:4:\"slug\";s:8:\"joti-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/jotione/v26/Z9XVDmdJQAmWm9TwaYTb4u2El6GC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Joti One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/joti-one/joti-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/joti-one/joti-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:656;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Jua\";s:10:\"fontFamily\";s:15:\"Jua, sans-serif\";s:4:\"slug\";s:3:\"jua\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/jua/v16/co3KmW9ljjAjduDZCsKgsg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Jua\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/jua/jua-400-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/jua/jua.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:657;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Judson\";s:10:\"fontFamily\";s:13:\"Judson, serif\";s:4:\"slug\";s:6:\"judson\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxRCrN01bV7kg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Judson\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/judson/judson-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDbl197BrknZf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Judson\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/judson/judson-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xQ2J5nm29Gww.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Judson\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/judson/judson-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/judson/judson.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:658;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Julee\";s:10:\"fontFamily\";s:14:\"Julee, cursive\";s:4:\"slug\";s:5:\"julee\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ6ZOodgzydtk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Julee\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/julee/julee-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/julee/julee.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:659;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Julius Sans One\";s:10:\"fontFamily\";s:29:\"\"Julius Sans One\", sans-serif\";s:4:\"slug\";s:15:\"julius-sans-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/juliussansone/v18/1Pt2g8TAX_SGgBGUi0tGOYEga5W-wHEW6aGXHw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Julius Sans One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/julius-sans-one/julius-sans-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/julius-sans-one/julius-sans-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:660;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Junge\";s:10:\"fontFamily\";s:12:\"Junge, serif\";s:4:\"slug\";s:5:\"junge\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/junge/v24/gokgH670Gl1lUqAYvhB7SnKm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Junge\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/junge/junge-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/junge/junge.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:661;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Jura\";s:10:\"fontFamily\";s:16:\"Jura, sans-serif\";s:4:\"slug\";s:4:\"jura\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7aukTfmrH_rt.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7aukTfmrH_rt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7aukTfmrH_rt.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6qukTfmrH_rt.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP266qukTfmrH_rt.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Jura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/jura/jura.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:662;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Just Another Hand\";s:10:\"fontFamily\";s:28:\"\"Just Another Hand\", cursive\";s:4:\"slug\";s:17:\"just-another-hand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOcr6BmmlS5aw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Just Another Hand\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/just-another-hand/just-another-hand-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/just-another-hand/just-another-hand.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:663;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Just Me Again Down Here\";s:10:\"fontFamily\";s:34:\"\"Just Me Again Down Here\", cursive\";s:4:\"slug\";s:23:\"just-me-again-down-here\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwCvqDwc_fg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Just Me Again Down Here\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/just-me-again-down-here/just-me-again-down-here-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/just-me-again-down-here/just-me-again-down-here.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:664;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"K2D\";s:10:\"fontFamily\";s:17:\"\"K2D\", sans-serif\";s:4:\"slug\";s:5:\"k-2-d\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0ErE6UsvrIw74NL.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/k2d/v11/J7afnpF2V0EjdZ1NtLMS6pNLAjk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erv4QJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3hlZY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er24cJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2FlpY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/k2d/v11/J7aTnpF2V0ETcq8tnLcg7w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0EjdaUsvrIw74NL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erg4YJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3dl5Y9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Err4EJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3xkJY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Ery4AJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2VkZY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er14MJkZw85ppSGw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2JkpY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"K2D\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d-800-italic.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/k2d/k2d.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:665;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Kablammo\";s:10:\"fontFamily\";s:19:\"Kablammo, system-ui\";s:4:\"slug\";s:8:\"kablammo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/kablammo/v1/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCjih0Rf4YDKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Kablammo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/kablammo/kablammo-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/kablammo/kablammo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:666;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kadwa\";s:10:\"fontFamily\";s:12:\"Kadwa, serif\";s:4:\"slug\";s:5:\"kadwa\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7iphTCRcc2s2XH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kadwa\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kadwa/kadwa-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kadwa/v10/rnCr-x5V0g7ipix7auM7mHnOSOuk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kadwa\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kadwa/kadwa-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kadwa/kadwa.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:667;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Kaisei Decol\";s:10:\"fontFamily\";s:21:\"\"Kaisei Decol\", serif\";s:4:\"slug\";s:12:\"kaisei-decol\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kaiseidecol/v9/bMrwmSqP45sidWf3QmfFW6iyXlEP22OjoA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kaisei Decol\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-decol/kaisei-decol-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/kaiseidecol/v9/bMrvmSqP45sidWf3QmfFW6iKr3gr1ki_qb57kA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kaisei Decol\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-decol/kaisei-decol-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/kaiseidecol/v9/bMrvmSqP45sidWf3QmfFW6iK534r1ki_qb57kA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kaisei Decol\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-decol/kaisei-decol-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-decol/kaisei-decol.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:668;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Kaisei HarunoUmi\";s:10:\"fontFamily\";s:25:\"\"Kaisei HarunoUmi\", serif\";s:4:\"slug\";s:16:\"kaisei-harunoumi\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v9/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGs75sM8u3mk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Kaisei HarunoUmi\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-harunoumi/kaisei-harunoumi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v9/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMIFwmC9FAU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Kaisei HarunoUmi\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-harunoumi/kaisei-harunoumi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v9/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMIFwmC9FAU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Kaisei HarunoUmi\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-harunoumi/kaisei-harunoumi-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-harunoumi/kaisei-harunoumi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:669;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Kaisei Opti\";s:10:\"fontFamily\";s:20:\"\"Kaisei Opti\", serif\";s:4:\"slug\";s:11:\"kaisei-opti\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/kaiseiopti/v9/QldKNThJphYb8_g6c2nlIFlb7KlmxuHx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Kaisei Opti\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-opti/kaisei-opti-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kaiseiopti/v9/QldXNThJphYb8_g6c2nlIGGqxY1r7f34DYwn.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Kaisei Opti\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-opti/kaisei-opti-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kaiseiopti/v9/QldXNThJphYb8_g6c2nlIGHiw41r7f34DYwn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Kaisei Opti\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-opti/kaisei-opti-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-opti/kaisei-opti.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:670;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Kaisei Tokumin\";s:10:\"fontFamily\";s:23:\"\"Kaisei Tokumin\", serif\";s:4:\"slug\";s:14:\"kaisei-tokumin\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/kaiseitokumin/v9/Gg8sN5wdZg7xCwuMsylww2ZiQkJa1l0pj946.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kaisei Tokumin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-tokumin/kaisei-tokumin-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/kaiseitokumin/v9/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3kkpMIzeI6v.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kaisei Tokumin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-tokumin/kaisei-tokumin-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/kaiseitokumin/v9/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkkpMIzeI6v.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kaisei Tokumin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-tokumin/kaisei-tokumin-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/kaiseitokumin/v9/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkkpMIzeI6v.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kaisei Tokumin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-tokumin/kaisei-tokumin-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/kaisei-tokumin/kaisei-tokumin.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:671;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kalam\";s:10:\"fontFamily\";s:14:\"Kalam, cursive\";s:4:\"slug\";s:5:\"kalam\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtD6GgLOmCUItqGt.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kalam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kalam/kalam-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMuhTMibDszkB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kalam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kalam/kalam-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtDqHQLOmCUItqGt.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kalam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kalam/kalam-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kalam/kalam.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:672;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kalnia\";s:10:\"fontFamily\";s:13:\"Kalnia, serif\";s:4:\"slug\";s:6:\"kalnia\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9il2xUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW_ilmxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW88lmxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9ilmxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9QlmxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-8kWxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-FkWxUGNcykIZc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kalnia\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia/kalnia.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:673;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Kalnia Glaze\";s:10:\"fontFamily\";s:25:\"\"Kalnia Glaze\", system-ui\";s:4:\"slug\";s:12:\"kalnia-glaze\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYdL63ncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYfL6nncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYcV6nncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYdL6nncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYd56nncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYeV7XncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/kalniaglaze/v1/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYes7XncKfhpVTvN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kalnia Glaze\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/kalnia-glaze/kalnia-glaze.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:674;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Kameron\";s:10:\"fontFamily\";s:14:\"Kameron, serif\";s:4:\"slug\";s:7:\"kameron\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cbcevZPxCDLR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Kameron\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/kameron/kameron-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NeFcbcevZPxCDLR.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Kameron\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/kameron/kameron-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdpdrcevZPxCDLR.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Kameron\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/kameron/kameron-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdQdrcevZPxCDLR.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Kameron\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/kameron/kameron-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/kameron/kameron.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:675;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kanit\";s:10:\"fontFamily\";s:17:\"Kanit, sans-serif\";s:4:\"slug\";s:5:\"kanit\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcr72GwCKcaxALFs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/kanit/v15/nKKV-Go6G5tXcraQI2GAcI5FPFtrGw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5aOiWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI82hVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4-OSWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6miVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcoaXEQGodLxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcraQGwCKcaxALFs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5mOCWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI_GjVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPyWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI92kVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPiWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI7mlVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4yPSWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6WmVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4WPCWlX6BJNUJy.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI4GnVaFrMFJyAu4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kanit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kanit/kanit.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:676;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Kantumruy Pro\";s:10:\"fontFamily\";s:27:\"\"Kantumruy Pro\", sans-serif\";s:4:\"slug\";s:13:\"kantumruy-pro\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUsxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEsxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEsxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEsxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEsxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0sxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0sxM34dR6dW.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-100-italic.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOX8_QrdWlcU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Kantumruy Pro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/kantumruy-pro/kantumruy-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:677;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Karantina\";s:10:\"fontFamily\";s:20:\"Karantina, system-ui\";s:4:\"slug\";s:9:\"karantina\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxXCgf_f5Oaiw4cw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Karantina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/karantina/karantina-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMABJ9QA78NVSYw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Karantina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/karantina/karantina-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxTC8f_f5Oaiw4cw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Karantina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/karantina/karantina-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/karantina/karantina.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:678;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Karla\";s:10:\"fontFamily\";s:17:\"Karla, sans-serif\";s:4:\"slug\";s:5:\"karla\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-200-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-300-italic.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-400-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-500-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-700-italic.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElKZbLXGxGR.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Karla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla-800-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/karla/karla.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:679;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Karma\";s:10:\"fontFamily\";s:12:\"Karma, serif\";s:4:\"slug\";s:5:\"karma\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjDY8Z6uqzGQC_-.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karma\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGIBqS-J3kbDP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karma\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLibYsZ6uqzGQC_-.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karma\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLi3ZcZ6uqzGQC_-.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karma\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjTZMZ6uqzGQC_-.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Karma\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/karma/karma.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:680;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Katibeh\";s:10:\"fontFamily\";s:18:\"Katibeh, system-ui\";s:4:\"slug\";s:7:\"katibeh\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/katibeh/v19/ZGjXol5MQJog4bxDaChRVDNdGDs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Katibeh\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/katibeh/katibeh-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/katibeh/katibeh.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:681;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Kaushan Script\";s:10:\"fontFamily\";s:25:\"\"Kaushan Script\", cursive\";s:4:\"slug\";s:14:\"kaushan-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kaushanscript/v18/vm8vdRfvXFLG3OLnsO15WYS5DF76ytN3M48a.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kaushan Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kaushan-script/kaushan-script-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/kaushan-script/kaushan-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:682;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kavivanar\";s:10:\"fontFamily\";s:18:\"Kavivanar, cursive\";s:4:\"slug\";s:9:\"kavivanar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/kavivanar/v20/o-0IIpQgyXYSwhxP7_Jb5z5Ba_2c7A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kavivanar\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kavivanar/kavivanar-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kavivanar/kavivanar.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:683;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kavoon\";s:10:\"fontFamily\";s:17:\"Kavoon, system-ui\";s:4:\"slug\";s:6:\"kavoon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kavoon/v23/pxiFyp4_scRYhlU4Mbr6f1pdEQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kavoon\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kavoon/kavoon-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kavoon/kavoon.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:684;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Kay Pho Du\";s:10:\"fontFamily\";s:19:\"\"Kay Pho Du\", serif\";s:4:\"slug\";s:10:\"kay-pho-du\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR4OynLD0Z4zM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kay Pho Du\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kay-pho-du/kay-pho-du-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2B2OCDAy_zoyk18.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kay Pho Du\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kay-pho-du/kay-pho-du-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2DGJCDAy_zoyk18.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kay Pho Du\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kay-pho-du/kay-pho-du-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2FWICDAy_zoyk18.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kay Pho Du\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kay-pho-du/kay-pho-du-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/kay-pho-du/kay-pho-du.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:685;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Kdam Thmor Pro\";s:10:\"fontFamily\";s:28:\"\"Kdam Thmor Pro\", sans-serif\";s:4:\"slug\";s:14:\"kdam-thmor-pro\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kdamthmorpro/v4/EJRPQgAzVdcI-Qdvt34jzurnGA76j89I8ZWb.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kdam Thmor Pro\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kdam-thmor-pro/kdam-thmor-pro-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/kdam-thmor-pro/kdam-thmor-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:686;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Keania One\";s:10:\"fontFamily\";s:23:\"\"Keania One\", system-ui\";s:4:\"slug\";s:10:\"keania-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/keaniaone/v24/zOL54pXJk65E8pXardnuycFuv-hHkOs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Keania One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/keania-one/keania-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/keania-one/keania-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:687;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Kelly Slab\";s:10:\"fontFamily\";s:23:\"\"Kelly Slab\", system-ui\";s:4:\"slug\";s:10:\"kelly-slab\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/kellyslab/v17/-W_7XJX0Rz3cxUnJC5t6TkYBf50kbiM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kelly Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kelly-slab/kelly-slab-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/kelly-slab/kelly-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:688;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kenia\";s:10:\"fontFamily\";s:16:\"Kenia, system-ui\";s:4:\"slug\";s:5:\"kenia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/kenia/v28/jizURE5PuHQH9qCLNUGswfGM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kenia\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kenia/kenia-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kenia/kenia.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:689;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Khand\";s:10:\"fontFamily\";s:17:\"Khand, sans-serif\";s:4:\"slug\";s:5:\"khand\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bL5cFEyZwaH__-C.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khand\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/khand/v17/TwMA-IINQlQQ0YpQWHU_TBqO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khand\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKhcVEyZwaH__-C.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khand\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKNdlEyZwaH__-C.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khand\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bLpd1EyZwaH__-C.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khand\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/khand/khand.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:690;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:5:\"Khmer\";s:10:\"fontFamily\";s:17:\"Khmer, sans-serif\";s:4:\"slug\";s:5:\"khmer\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/khmer/v29/MjQImit_vPPwpF-EpN2EeYmD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khmer\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:691;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Khula\";s:10:\"fontFamily\";s:17:\"Khula, sans-serif\";s:4:\"slug\";s:5:\"khula\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-ljCvRrC59XwXD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khula\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7FcMpA_chzJ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khula\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G_RiivRrC59XwXD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khula\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-1iyvRrC59XwXD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khula\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-piCvRrC59XwXD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Khula\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula-800-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/khula/khula.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:692;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kings\";s:10:\"fontFamily\";s:14:\"Kings, cursive\";s:4:\"slug\";s:5:\"kings\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/kings/v7/8AtnGsK4O5CYXU_Nq6GSPaHS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kings\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kings/kings-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kings/kings.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:693;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Kirang Haerang\";s:10:\"fontFamily\";s:27:\"\"Kirang Haerang\", system-ui\";s:4:\"slug\";s:14:\"kirang-haerang\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kiranghaerang/v21/E21-_dn_gvvIjhYON1lpIU4-bcqqWPaJq4no.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Kirang Haerang\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/kirang-haerang/kirang-haerang-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/kirang-haerang/kirang-haerang.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:694;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Kite One\";s:10:\"fontFamily\";s:22:\"\"Kite One\", sans-serif\";s:4:\"slug\";s:8:\"kite-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyq1e6HnGO4uA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Kite One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/kite-one/kite-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/kite-one/kite-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:695;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kiwi Maru\";s:10:\"fontFamily\";s:18:\"\"Kiwi Maru\", serif\";s:4:\"slug\";s:9:\"kiwi-maru\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kiwimaru/v15/R70djykGkuuDep-hRg6gNCi0Uhn9R5ShnA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kiwi Maru\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kiwi-maru/kiwi-maru-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kiwimaru/v15/R70YjykGkuuDep-hRg6YnQCQXzLhTg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kiwi Maru\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kiwi-maru/kiwi-maru-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kiwimaru/v15/R70djykGkuuDep-hRg6gbCm0Uhn9R5ShnA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kiwi Maru\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kiwi-maru/kiwi-maru-500-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kiwi-maru/kiwi-maru.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:696;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Klee One\";s:10:\"fontFamily\";s:19:\"\"Klee One\", cursive\";s:4:\"slug\";s:8:\"klee-one\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/kleeone/v8/LDIxapCLNRc6A8oT4q4FOeekWPrP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Klee One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/klee-one/klee-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kleeone/v8/LDI2apCLNRc6A8oT4pbYF8Opc-bGkqIw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Klee One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/klee-one/klee-one-600-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/klee-one/klee-one.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:697;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Knewave\";s:10:\"fontFamily\";s:18:\"Knewave, system-ui\";s:4:\"slug\";s:7:\"knewave\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Knewave\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/knewave/knewave-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/knewave/knewave.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:698;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"KoHo\";s:10:\"fontFamily\";s:16:\"KoHo, sans-serif\";s:4:\"slug\";s:4:\"koho\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPuE1WJv5JoKhHys.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNisssJ_zJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPoU2WJv5JoKhHys.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNiss1JzzJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNBiwefJbSOos.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/koho/v16/K2FwfZ5fmddNNisUfbTXKou4Bg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPt03WJv5JoKhHys.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissjJ3zJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPvEwWJv5JoKhHys.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissoJrzJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPpUxWJv5JoKhHys.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissxJvzJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"KoHo\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/koho/koho.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:699;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kodchasan\";s:10:\"fontFamily\";s:21:\"Kodchasan, sans-serif\";s:4:\"slug\";s:9:\"kodchasan\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeR1CghOqo3eMeoA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlIgOCp_-YOoIgN.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeI1OghOqo3eMeoA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUksg-Cp_-YOoIgN.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXxaUPOAJv9sG4I-DJminuEicG01A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX3aUPOAJv9sG4I-DJWjXGFq8Sk1PoH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJee1KghOqo3eMeoA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUl0guCp_-YOoIgN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeV1WghOqo3eMeoA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlYheCp_-YOoIgN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeM1SghOqo3eMeoA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUk8hOCp_-YOoIgN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Kodchasan\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kodchasan/kodchasan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:700;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kode Mono\";s:10:\"fontFamily\";s:22:\"\"Kode Mono\", monospace\";s:4:\"slug\";s:9:\"kode-mono\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/kodemono/v2/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5my9D-TaOW2A3k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kode Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kode-mono/kode-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/kodemono/v2/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq6uy9D-TaOW2A3k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kode Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kode-mono/kode-mono-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/kodemono/v2/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq0e19D-TaOW2A3k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kode Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kode-mono/kode-mono-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/kodemono/v2/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq3619D-TaOW2A3k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kode Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kode-mono/kode-mono-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kode-mono/kode-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:701;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Koh Santepheap\";s:10:\"fontFamily\";s:23:\"\"Koh Santepheap\", serif\";s:4:\"slug\";s:14:\"koh-santepheap\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/kohsantepheap/v11/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVmTtjNJUWU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Koh Santepheap\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y8mD9ASHz5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Koh Santepheap\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kohsantepheap/v11/gNMdW3p6SJbwyGj2rBZyeOrTjOPkF1ixsyNJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Koh Santepheap\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy8mD9ASHz5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Koh Santepheap\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny8mD9ASHz5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Koh Santepheap\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/koh-santepheap/koh-santepheap.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:702;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Kolker Brush\";s:10:\"fontFamily\";s:23:\"\"Kolker Brush\", cursive\";s:4:\"slug\";s:12:\"kolker-brush\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kolkerbrush/v6/iJWDBXWRZjfKWdvmzwvvog3-6aJ6x8qNUQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Kolker Brush\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/kolker-brush/kolker-brush-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/kolker-brush/kolker-brush.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:703;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Konkhmer Sleokchher\";s:10:\"fontFamily\";s:32:\"\"Konkhmer Sleokchher\", system-ui\";s:4:\"slug\";s:19:\"konkhmer-sleokchher\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/konkhmersleokchher/v2/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFI3t07E0d-W0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Konkhmer Sleokchher\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/konkhmer-sleokchher/konkhmer-sleokchher-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/konkhmer-sleokchher/konkhmer-sleokchher.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:704;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kosugi\";s:10:\"fontFamily\";s:18:\"Kosugi, sans-serif\";s:4:\"slug\";s:6:\"kosugi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kosugi/v15/pxiFyp4_v8FCjlI4Mbr6f1pdEQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kosugi\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kosugi/kosugi-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kosugi/kosugi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:705;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Kosugi Maru\";s:10:\"fontFamily\";s:25:\"\"Kosugi Maru\", sans-serif\";s:4:\"slug\";s:11:\"kosugi-maru\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTvivr9iBq_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Kosugi Maru\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/kosugi-maru/kosugi-maru-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/kosugi-maru/kosugi-maru.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:706;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kotta One\";s:10:\"fontFamily\";s:18:\"\"Kotta One\", serif\";s:4:\"slug\";s:9:\"kotta-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPGQ3s5dwt7w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kotta One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kotta-one/kotta-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kotta-one/kotta-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:707;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Koulen\";s:10:\"fontFamily\";s:17:\"Koulen, system-ui\";s:4:\"slug\";s:6:\"koulen\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/koulen/v28/AMOQz46as3KIBPeWh3A9kuYMUg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Koulen\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/koulen/koulen-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/koulen/koulen.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:708;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kranky\";s:10:\"fontFamily\";s:17:\"Kranky, system-ui\";s:4:\"slug\";s:6:\"kranky\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kranky/v28/hESw6XVgJzlPsFnMoxeEZo_H_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kranky\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kranky/kranky-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kranky/kranky.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:709;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kreon\";s:10:\"fontFamily\";s:12:\"Kreon, serif\";s:4:\"slug\";s:5:\"kreon\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimfzUfp2dWNg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kreon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimfzUfp2dWNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kreon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimfzUfp2dWNg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kreon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mfzUfp2dWNg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kreon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mfzUfp2dWNg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kreon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kreon/kreon.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:710;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kristi\";s:10:\"fontFamily\";s:15:\"Kristi, cursive\";s:4:\"slug\";s:6:\"kristi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kristi/v21/uK_y4ricdeU6zwdRDx0TMv6EXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kristi\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kristi/kristi-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kristi/kristi.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:711;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Krona One\";s:10:\"fontFamily\";s:23:\"\"Krona One\", sans-serif\";s:4:\"slug\";s:9:\"krona-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCNI-h3cWkWg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Krona One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/krona-one/krona-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/krona-one/krona-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:712;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Krub\";s:10:\"fontFamily\";s:16:\"Krub, sans-serif\";s:4:\"slug\";s:4:\"krub\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZo47KLR4R6gWaf8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQiwLByRooTef_6gQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZuo4KLR4R6gWaf8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQipLNyRooTef_6gQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:65:\"https://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYXkMQDLlTW6E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/krub/v9/sZlFdRyC6CRYbkQaDZtWS6EPcA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZrI5KLR4R6gWaf8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi_LJyRooTef_6gQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZp4-KLR4R6gWaf8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi0LVyRooTef_6gQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZvo_KLR4R6gWaf8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQitLRyRooTef_6gQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Krub\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/krub/krub.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:713;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Kufam\";s:10:\"fontFamily\";s:17:\"Kufam, sans-serif\";s:4:\"slug\";s:5:\"kufam\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647rACJHvIwYg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqIPPcgYp0i.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Kufam\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/kufam/kufam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:714;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Kulim Park\";s:10:\"fontFamily\";s:24:\"\"Kulim Park\", sans-serif\";s:4:\"slug\";s:10:\"kulim-park\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwataZbUvGjU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QZJcqCjVVUA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwataZbUvGjU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQZJcqCjVVUA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtFsm5aZxebw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws5IR0abw2Aw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwataZbUvGjU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQZJcqCjVVUA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwataZbUvGjU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQZJcqCjVVUA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Kulim Park\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/kulim-park/kulim-park.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:715;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Kumar One\";s:10:\"fontFamily\";s:22:\"\"Kumar One\", system-ui\";s:4:\"slug\";s:9:\"kumar-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/kumarone/v21/bMr1mS-P958wYi6YaGeGMe6WU3oT0g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Kumar One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/kumar-one/kumar-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/kumar-one/kumar-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:716;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Kumar One Outline\";s:10:\"fontFamily\";s:30:\"\"Kumar One Outline\", system-ui\";s:4:\"slug\";s:17:\"kumar-one-outline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9zD1RQu8EGKF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Kumar One Outline\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/kumar-one-outline/kumar-one-outline-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/kumar-one-outline/kumar-one-outline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:717;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Kumbh Sans\";s:10:\"fontFamily\";s:24:\"\"Kumbh Sans\", sans-serif\";s:4:\"slug\";s:10:\"kumbh-sans\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZcA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZYA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQz5YA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQo5YA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQT5EA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQdpEA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZEA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQOJEA9LTuUkqaLg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Kumbh Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/kumbh-sans/kumbh-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:718;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Kurale\";s:10:\"fontFamily\";s:13:\"Kurale, serif\";s:4:\"slug\";s:6:\"kurale\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/kurale/v12/4iCs6KV9e9dXjho6fQT3v02QFg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Kurale\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/kurale/kurale-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/kurale/kurale.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:719;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"LXGW WenKai Mono TC\";s:10:\"fontFamily\";s:32:\"\"LXGW WenKai Mono TC\", monospace\";s:4:\"slug\";s:19:\"lxgw-wenkai-mono-tc\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v5/pxiVyos4iPVgyWx9WtufHnsIf5nkaB0HssKqhvdljXmo2SA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"LXGW WenKai Mono TC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-mono-tc/lxgw-wenkai-mono-tc-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v5/pxiYyos4iPVgyWx9WtufHnsIf5nkaB0HimuCovpOkXA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"LXGW WenKai Mono TC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-mono-tc/lxgw-wenkai-mono-tc-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v5/pxiVyos4iPVgyWx9WtufHnsIf5nkaB0HstKthvdljXmo2SA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"LXGW WenKai Mono TC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-mono-tc/lxgw-wenkai-mono-tc-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-mono-tc/lxgw-wenkai-mono-tc.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:720;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"LXGW WenKai TC\";s:10:\"fontFamily\";s:25:\"\"LXGW WenKai TC\", cursive\";s:4:\"slug\";s:14:\"lxgw-wenkai-tc\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v5/w8gAH20td8wNsI3f40DmtXZb4_MmBfksTClICyan.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"LXGW WenKai TC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-tc/lxgw-wenkai-tc-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v5/w8gDH20td8wNsI3f40DmtXZb48uPLd0hZzVB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"LXGW WenKai TC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-tc/lxgw-wenkai-tc-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v5/w8gAH20td8wNsI3f40DmtXZb4_M2AvksTClICyan.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"LXGW WenKai TC\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-tc/lxgw-wenkai-tc-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/lxgw-wenkai-tc/lxgw-wenkai-tc.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:721;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"La Belle Aurore\";s:10:\"fontFamily\";s:26:\"\"La Belle Aurore\", cursive\";s:4:\"slug\";s:15:\"la-belle-aurore\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/labelleaurore/v20/RrQIbot8-mNYKnGNDkWlocovHeIIHueFNVmULg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"La Belle Aurore\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/la-belle-aurore/la-belle-aurore-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/la-belle-aurore/la-belle-aurore.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:722;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Labrada\";s:10:\"fontFamily\";s:14:\"Labrada, serif\";s:4:\"slug\";s:7:\"labrada\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSgM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTSwM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9UNSwM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSwM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VhSwM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9WNTAM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9W0TAM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTTAM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9X6TAM9QPdUej17.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt6SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt7SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCLV7SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt7SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCNl7SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCDV8SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCAx8SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt8SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCEJ8SvZ2fy17-dE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Labrada\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/labrada/labrada.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:723;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Lacquer\";s:10:\"fontFamily\";s:18:\"Lacquer, system-ui\";s:4:\"slug\";s:7:\"lacquer\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7qAXhttQ5I.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Lacquer\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/lacquer/lacquer-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/lacquer/lacquer.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:724;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Laila\";s:10:\"fontFamily\";s:17:\"Laila, sans-serif\";s:4:\"slug\";s:5:\"laila\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzxogNFh14nVcfe.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Laila\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/laila/v15/LYjMdG_8nE8jDIRYiidIrEIu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Laila\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLypowNFh14nVcfe.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Laila\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLyFpANFh14nVcfe.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Laila\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzhpQNFh14nVcfe.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Laila\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/laila/laila.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:725;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lakki Reddy\";s:10:\"fontFamily\";s:22:\"\"Lakki Reddy\", cursive\";s:4:\"slug\";s:11:\"lakki-reddy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/lakkireddy/v21/S6u5w49MUSzD9jlCPmvLZQftx9k97-xZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lakki Reddy\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lakki-reddy/lakki-reddy-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lakki-reddy/lakki-reddy.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:726;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Lalezar\";s:10:\"fontFamily\";s:18:\"Lalezar, system-ui\";s:4:\"slug\";s:7:\"lalezar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82UaXyIiL0RCg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Lalezar\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/lalezar/lalezar-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/lalezar/lalezar.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:727;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Lancelot\";s:10:\"fontFamily\";s:19:\"Lancelot, system-ui\";s:4:\"slug\";s:8:\"lancelot\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lancelot/v26/J7acnppxBGtQEulG4JY9xJ9CGyAa.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lancelot\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lancelot/lancelot-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/lancelot/lancelot.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:728;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Langar\";s:10:\"fontFamily\";s:17:\"Langar, system-ui\";s:4:\"slug\";s:6:\"langar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/langar/v27/kJEyBukW7AIlgjGVqDVZ99sqrQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Langar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/langar/langar-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/langar/langar.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:729;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Lateef\";s:10:\"fontFamily\";s:13:\"Lateef, serif\";s:4:\"slug\";s:6:\"lateef\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0bjyga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Cj-ga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/lateef/v30/hESw6XVnNCxEvkbMoxeEZo_H_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Uj6ga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0fjmga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Gjiga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Bjuga6Tb9nQ-RA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lateef\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef-800-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/lateef/lateef.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:730;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Lato\";s:10:\"fontFamily\";s:16:\"Lato, sans-serif\";s:4:\"slug\";s:4:\"lato\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wXiWrFCbw7A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-qNiPg7MU0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USewqFGC_p9dw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PGQ3s5dwt7w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswXiWrFCbw7A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVewqFGC_p9dw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPGQ3s5dwt7w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-700-italic.svg\";}i:8;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XewqFGC_p9dw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPGQ3s5dwt7w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lato\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato-900-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/lato/lato.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:731;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Lavishly Yours\";s:10:\"fontFamily\";s:25:\"\"Lavishly Yours\", cursive\";s:4:\"slug\";s:14:\"lavishly-yours\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/lavishlyyours/v5/jizDREVIvGwH5OjiZmX9r5z_WxUd0TY7ikbI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Lavishly Yours\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/lavishly-yours/lavishly-yours-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/lavishly-yours/lavishly-yours.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:732;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"League Gothic\";s:10:\"fontFamily\";s:27:\"\"League Gothic\", sans-serif\";s:4:\"slug\";s:13:\"league-gothic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/leaguegothic/v11/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-ajidQ6Q9hn.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"League Gothic\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/league-gothic/league-gothic-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/league-gothic/league-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:733;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"League Script\";s:10:\"fontFamily\";s:24:\"\"League Script\", cursive\";s:4:\"slug\";s:13:\"league-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/leaguescript/v28/CSR54zpSlumSWj9CGVsoBZdeaNZUuOwkC2s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"League Script\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/league-script/league-script-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/league-script/league-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:734;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"League Spartan\";s:10:\"fontFamily\";s:28:\"\"League Spartan\", sans-serif\";s:4:\"slug\";s:14:\"league-spartan\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpAcdcFguczA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"League Spartan\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/league-spartan/league-spartan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:735;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Leckerli One\";s:10:\"fontFamily\";s:23:\"\"Leckerli One\", cursive\";s:4:\"slug\";s:12:\"leckerli-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/leckerlione/v20/V8mCoQH8VCsNttEnxnGQ-1itKJxcBtItFw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Leckerli One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/leckerli-one/leckerli-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/leckerli-one/leckerli-one.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:736;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ledger\";s:10:\"fontFamily\";s:13:\"Ledger, serif\";s:4:\"slug\";s:6:\"ledger\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxnsDwHTBhHw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ledger\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ledger/ledger-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ledger/ledger.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:737;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Lekton\";s:10:\"fontFamily\";s:17:\"Lekton, monospace\";s:4:\"slug\";s:6:\"lekton\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/lekton/v20/SZc43FDmLaWmWpBeWhfonUPL6Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lekton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lekton/lekton-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lekton/v20/SZc63FDmLaWmWpBuXR3pv0bb6StO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Lekton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lekton/lekton-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lekton/v20/SZc73FDmLaWmWpBm4zjMkGjX4DJXgQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lekton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lekton/lekton-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/lekton/lekton.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:738;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Lemon\";s:10:\"fontFamily\";s:16:\"Lemon, system-ui\";s:4:\"slug\";s:5:\"lemon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq0jESZXAQ4-d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Lemon\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/lemon/lemon-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/lemon/lemon.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:739;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Lemonada\";s:10:\"fontFamily\";s:19:\"Lemonada, system-ui\";s:4:\"slug\";s:8:\"lemonada\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2nPWc3Z2pTg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lemonada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2nPWc3Z2pTg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lemonada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2nPWc3Z2pTg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lemonada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2nPWc3Z2pTg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lemonada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2nPWc3Z2pTg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lemonada\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/lemonada/lemonada.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:740;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Lexend\";s:10:\"fontFamily\";s:18:\"Lexend, sans-serif\";s:4:\"slug\";s:6:\"lexend\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Lexend\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend/lexend.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:741;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lexend Deca\";s:10:\"fontFamily\";s:25:\"\"Lexend Deca\", sans-serif\";s:4:\"slug\";s:11:\"lexend-deca\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxAqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1AqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1AqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1AqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1AqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspAqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pAqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpAqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpAqRPCqLNflg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Deca\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-deca/lexend-deca.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:742;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Lexend Exa\";s:10:\"fontFamily\";s:24:\"\"Lexend Exa\", sans-serif\";s:4:\"slug\";s:10:\"lexend-exa\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabCHJ8BRq0b.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lexend Exa\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-exa/lexend-exa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:743;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lexend Giga\";s:10:\"fontFamily\";s:25:\"\"Lexend Giga\", sans-serif\";s:4:\"slug\";s:11:\"lexend-giga\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Giga\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-giga/lexend-giga.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:744;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lexend Mega\";s:10:\"fontFamily\";s:25:\"\"Lexend Mega\", sans-serif\";s:4:\"slug\";s:11:\"lexend-mega\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vuOyiq9EqQw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Mega\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-mega/lexend-mega.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:745;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lexend Peta\";s:10:\"fontFamily\";s:25:\"\"Lexend Peta\", sans-serif\";s:4:\"slug\";s:11:\"lexend-peta\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyXlYuRTsnfw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Peta\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-peta/lexend-peta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:746;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lexend Tera\";s:10:\"fontFamily\";s:25:\"\"Lexend Tera\", sans-serif\";s:4:\"slug\";s:11:\"lexend-tera\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTc5z0fYxcrQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lexend Tera\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-tera/lexend-tera.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:747;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Lexend Zetta\";s:10:\"fontFamily\";s:26:\"\"Lexend Zetta\", sans-serif\";s:4:\"slug\";s:12:\"lexend-zetta\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0ztjbs8qbts.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Lexend Zetta\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/lexend-zetta/lexend-zetta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:748;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Libre Barcode 128\";s:10:\"fontFamily\";s:30:\"\"Libre Barcode 128\", system-ui\";s:4:\"slug\";s:17:\"libre-barcode-128\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/librebarcode128/v28/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Libre Barcode 128\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-128/libre-barcode-128-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-128/libre-barcode-128.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:749;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Libre Barcode 128 Text\";s:10:\"fontFamily\";s:35:\"\"Libre Barcode 128 Text\", system-ui\";s:4:\"slug\";s:22:\"libre-barcode-128-text\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/librebarcode128text/v28/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cVjY6M90w4k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Libre Barcode 128 Text\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-128-text/libre-barcode-128-text-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-128-text/libre-barcode-128-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:750;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Libre Barcode 39\";s:10:\"fontFamily\";s:29:\"\"Libre Barcode 39\", system-ui\";s:4:\"slug\";s:16:\"libre-barcode-39\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/librebarcode39/v21/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_J709jy92k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Libre Barcode 39\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39/libre-barcode-39-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39/libre-barcode-39.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:751;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Libre Barcode 39 Extended\";s:10:\"fontFamily\";s:38:\"\"Libre Barcode 39 Extended\", system-ui\";s:4:\"slug\";s:25:\"libre-barcode-39-extended\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/librebarcode39extended/v27/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNFCOZ1GOBw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Libre Barcode 39 Extended\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-extended/libre-barcode-39-extended-400-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-extended/libre-barcode-39-extended.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:752;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:30:\"Libre Barcode 39 Extended Text\";s:10:\"fontFamily\";s:43:\"\"Libre Barcode 39 Extended Text\", system-ui\";s:4:\"slug\";s:30:\"libre-barcode-39-extended-text\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68ebIiPopNNA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:30:\"Libre Barcode 39 Extended Text\";s:7:\"preview\";s:121:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-extended-text/libre-barcode-39-extended-text-400-normal.svg\";}}s:7:\"preview\";s:110:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-extended-text/libre-barcode-39-extended-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:753;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Libre Barcode 39 Text\";s:10:\"fontFamily\";s:34:\"\"Libre Barcode 39 Text\", system-ui\";s:4:\"slug\";s:21:\"libre-barcode-39-text\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/librebarcode39text/v28/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-030BRL-9rYaw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Libre Barcode 39 Text\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-text/libre-barcode-39-text-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-39-text/libre-barcode-39-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:754;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Libre Barcode EAN13 Text\";s:10:\"fontFamily\";s:37:\"\"Libre Barcode EAN13 Text\", system-ui\";s:4:\"slug\";s:25:\"libre-barcode-ean-13-text\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/librebarcodeean13text/v21/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PBWEki52WfA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Libre Barcode EAN13 Text\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-ean13-text/libre-barcode-ean13-text-400-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-barcode-ean13-text/libre-barcode-ean13-text.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:755;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Libre Baskerville\";s:10:\"fontFamily\";s:26:\"\"Libre Baskerville\", serif\";s:4:\"slug\";s:17:\"libre-baskerville\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNbYRI4CN2V.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Libre Baskerville\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-baskerville/libre-baskerville-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxMaDc2V2ro.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Libre Baskerville\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-baskerville/libre-baskerville-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Libre Baskerville\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-baskerville/libre-baskerville-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-baskerville/libre-baskerville.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:756;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Libre Bodoni\";s:10:\"fontFamily\";s:21:\"\"Libre Bodoni\", serif\";s:4:\"slug\";s:12:\"libre-bodoni\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWnZcOb3U3s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWnZcOb3U3s.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWnZcOb3U3s.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWnZcOb3U3s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TccTyQ3syLg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TccTyQ3syLg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTccTyQ3syLg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTccTyQ3syLg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Libre Bodoni\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-bodoni/libre-bodoni.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:757;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Libre Caslon Display\";s:10:\"fontFamily\";s:29:\"\"Libre Caslon Display\", serif\";s:4:\"slug\";s:20:\"libre-caslon-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/librecaslondisplay/v16/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lUdRhtCC4d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Libre Caslon Display\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-display/libre-caslon-display-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-display/libre-caslon-display.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:758;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Libre Caslon Text\";s:10:\"fontFamily\";s:26:\"\"Libre Caslon Text\", serif\";s:4:\"slug\";s:17:\"libre-caslon-text\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMcq63eNrHgO1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Libre Caslon Text\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-text/libre-caslon-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-JJGxO1q9o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Libre Caslon Text\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-text/libre-caslon-text-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdmNR-8ssPt.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Libre Caslon Text\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-text/libre-caslon-text-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-caslon-text/libre-caslon-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:759;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Libre Franklin\";s:10:\"fontFamily\";s:28:\"\"Libre Franklin\", sans-serif\";s:4:\"slug\";s:14:\"libre-franklin\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v18/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUAtrIb-JH1g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/librefranklin/v18/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DJTedX1sGE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Libre Franklin\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/libre-franklin/libre-franklin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:760;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Licorice\";s:10:\"fontFamily\";s:17:\"Licorice, cursive\";s:4:\"slug\";s:8:\"licorice\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/licorice/v6/t5tjIR8TMomTCAyjNk2yhqLgzCHu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Licorice\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/licorice/licorice-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/licorice/licorice.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:761;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Life Savers\";s:10:\"fontFamily\";s:24:\"\"Life Savers\", system-ui\";s:4:\"slug\";s:11:\"life-savers\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/lifesavers/v21/ZXuie1UftKKabUQMgxAal_luFgpbuNvB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Life Savers\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/life-savers/life-savers-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/lifesavers/v21/ZXu_e1UftKKabUQMgxAal8HXOS5Wk8fIpPRW.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Life Savers\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/life-savers/life-savers-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/lifesavers/v21/ZXu_e1UftKKabUQMgxAal8HLOi5Wk8fIpPRW.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Life Savers\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/life-savers/life-savers-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/life-savers/life-savers.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:762;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Lilita One\";s:10:\"fontFamily\";s:23:\"\"Lilita One\", system-ui\";s:4:\"slug\";s:10:\"lilita-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/lilitaone/v15/i7dPIFZ9Zz-WBtRtedDbUEN2RFq7AwU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lilita One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lilita-one/lilita-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/lilita-one/lilita-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:763;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Lily Script One\";s:10:\"fontFamily\";s:28:\"\"Lily Script One\", system-ui\";s:4:\"slug\";s:15:\"lily-script-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4h8SjQNsRMg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Lily Script One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/lily-script-one/lily-script-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/lily-script-one/lily-script-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:764;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Limelight\";s:10:\"fontFamily\";s:20:\"Limelight, system-ui\";s:4:\"slug\";s:9:\"limelight\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/limelight/v19/XLYkIZL7aopJVbZJHDuYOONGrnY2TA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Limelight\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/limelight/limelight-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/limelight/limelight.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:765;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Linden Hill\";s:10:\"fontFamily\";s:20:\"\"Linden Hill\", serif\";s:4:\"slug\";s:11:\"linden-hill\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/lindenhill/v24/-F61fjxoKSg9Yc3hZgO8ygFN7CwC009k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Linden Hill\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/linden-hill/linden-hill-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/lindenhill/v24/-F63fjxoKSg9Yc3hZgO8yjFK5i0g1l9kn-s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Linden Hill\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/linden-hill/linden-hill-400-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/linden-hill/linden-hill.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:766;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Linefont\";s:10:\"fontFamily\";s:19:\"Linefont, system-ui\";s:4:\"slug\";s:8:\"linefont\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UNbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwUMbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY9sMbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY7cMbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY1sLbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY2ILbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwULbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYywLbuvtmdXux3U.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Linefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/linefont/linefont.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:767;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Lisu Bosa\";s:10:\"fontFamily\";s:18:\"\"Lisu Bosa\", serif\";s:4:\"slug\";s:9:\"lisu-bosa\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXX2DGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkuRNzZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXO2PGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlKR9zZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQvkkviTf3E3Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFuErkv240fsdmJRJQflUHjb_jU3eRL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXY2LGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkSRtzZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXT2XGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXk-QdzZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXK2TGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlaQNzZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXN2fGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-800-normal.svg\";}i:13;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlGQ9zZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-800-italic.svg\";}i:14;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXE2bGQNbY1P1Sbg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-900-normal.svg\";}i:15;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXliQtzZ9vhCblye.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Lisu Bosa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/lisu-bosa/lisu-bosa.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:768;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Literata\";s:10:\"fontFamily\";s:15:\"Literata, serif\";s:4:\"slug\";s:8:\"literata\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_PcTWCWp8g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWTEKTt8iVow.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Literata\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/literata/literata.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:769;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:16:\"Liu Jian Mao Cao\";s:10:\"fontFamily\";s:27:\"\"Liu Jian Mao Cao\", cursive\";s:4:\"slug\";s:16:\"liu-jian-mao-cao\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/liujianmaocao/v20/845DNN84HJrccNonurqXILGpvCOofe_VKGWsUo8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Liu Jian Mao Cao\";}}}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:770;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Livvic\";s:10:\"fontFamily\";s:18:\"Livvic, sans-serif\";s:4:\"slug\";s:6:\"livvic\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlffC-M7mHnOSOuk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/livvic/v14/rnCt-x1S2hzjrlfXbdtaknjsTfukQHs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffp8Iet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdv2s13DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffw8Eet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduSsF3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfnauk6unzeSA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbeM7mHnOSOuk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffm8Aet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvKsV3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlfft8cet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvmtl3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff08Yet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduCt13DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff68Qet1fCQfK9WQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-900-normal.svg\";}i:15;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdu6tV3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Livvic\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/livvic/livvic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:771;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Lobster\";s:10:\"fontFamily\";s:18:\"Lobster, system-ui\";s:4:\"slug\";s:7:\"lobster\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lobster/v30/neILzCirqoswsqX9_oCsMqEzSJQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Lobster\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster/lobster-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster/lobster.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:772;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Lobster Two\";s:10:\"fontFamily\";s:24:\"\"Lobster Two\", system-ui\";s:4:\"slug\";s:11:\"lobster-two\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/lobstertwo/v20/BngMUXZGTXPUvIoyV6yN59fP7KSJ4ACD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lobster Two\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster-two/lobster-two-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/lobstertwo/v20/BngOUXZGTXPUvIoyV6yN5-fI5qWr5RCDY_k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Lobster Two\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster-two/lobster-two-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/lobstertwo/v20/BngRUXZGTXPUvIoyV6yN5-92w4CEyxyKeuDp.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Lobster Two\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster-two/lobster-two-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/lobstertwo/v20/BngTUXZGTXPUvIoyV6yN5-fI3hyEwR2of_DpXMY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Lobster Two\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster-two/lobster-two-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/lobster-two/lobster-two.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:773;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Londrina Outline\";s:10:\"fontFamily\";s:29:\"\"Londrina Outline\", system-ui\";s:4:\"slug\";s:16:\"londrina-outline\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/londrinaoutline/v27/C8c44dM8vmb14dfsZxhetg3pDH-Sfu8xrSKMDvI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Londrina Outline\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-outline/londrina-outline-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-outline/londrina-outline.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:774;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Londrina Shadow\";s:10:\"fontFamily\";s:28:\"\"Londrina Shadow\", system-ui\";s:4:\"slug\";s:15:\"londrina-shadow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/londrinashadow/v26/oPWX_kB4kOQoWNJmjxLV5JuoCUlXQ1aSxkrMCQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Londrina Shadow\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-shadow/londrina-shadow-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-shadow/londrina-shadow.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:775;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Londrina Sketch\";s:10:\"fontFamily\";s:28:\"\"Londrina Sketch\", system-ui\";s:4:\"slug\";s:15:\"londrina-sketch\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/londrinasketch/v25/c4m41npxGMTnomOHtRU68eIJn8qfXGn5Pos6CA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Londrina Sketch\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-sketch/londrina-sketch-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-sketch/londrina-sketch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:776;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Londrina Solid\";s:10:\"fontFamily\";s:27:\"\"Londrina Solid\", system-ui\";s:4:\"slug\";s:14:\"londrina-solid\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/londrinasolid/v17/flUjRq6sw40kQEJxWNgkLuudGfs9KBMesZHhV64.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Londrina Solid\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-solid/londrina-solid-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfv1CjYxn53oTrcL.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Londrina Solid\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-solid/londrina-solid-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/londrinasolid/v17/flUhRq6sw40kQEJxWNgkLuudGcNcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Londrina Solid\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-solid/londrina-solid-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfvdDzYxn53oTrcL.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Londrina Solid\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-solid/londrina-solid-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/londrina-solid/londrina-solid.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:777;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Long Cang\";s:10:\"fontFamily\";s:20:\"\"Long Cang\", cursive\";s:4:\"slug\";s:9:\"long-cang\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgqHArXN7HWQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Long Cang\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/long-cang/long-cang-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/long-cang/long-cang.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:778;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Lora\";s:10:\"fontFamily\";s:11:\"Lora, serif\";s:4:\"slug\";s:4:\"lora\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787weuyJDmKxemMeZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJDmKxemMeZ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJDmKxemMeZ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJDmKxemMeZ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkq18ndeZzZ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkq18ndeZzZ0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkq18ndeZzZ0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckq18ndeZzZ0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Lora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:779;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Love Light\";s:10:\"fontFamily\";s:21:\"\"Love Light\", cursive\";s:4:\"slug\";s:10:\"love-light\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/lovelight/v6/t5tlIR0TNJyZWimpNAXDjKPCyTHuspo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Love Light\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/love-light/love-light-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/love-light/love-light.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:780;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Love Ya Like A Sister\";s:10:\"fontFamily\";s:34:\"\"Love Ya Like A Sister\", system-ui\";s:4:\"slug\";s:21:\"love-ya-like-a-sister\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/loveyalikeasister/v22/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Love Ya Like A Sister\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/love-ya-like-a-sister/love-ya-like-a-sister-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/love-ya-like-a-sister/love-ya-like-a-sister.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:781;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Loved by the King\";s:10:\"fontFamily\";s:28:\"\"Loved by the King\", cursive\";s:4:\"slug\";s:17:\"loved-by-the-king\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/lovedbytheking/v21/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiIlXFu2R64.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Loved by the King\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/loved-by-the-king/loved-by-the-king-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/loved-by-the-king/loved-by-the-king.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:782;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Lovers Quarrel\";s:10:\"fontFamily\";s:25:\"\"Lovers Quarrel\", cursive\";s:4:\"slug\";s:14:\"lovers-quarrel\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/loversquarrel/v23/Yq6N-LSKXTL-5bCy8ksBzpQ_-zApY7pO6siz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Lovers Quarrel\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/lovers-quarrel/lovers-quarrel-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/lovers-quarrel/lovers-quarrel.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:783;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Luckiest Guy\";s:10:\"fontFamily\";s:25:\"\"Luckiest Guy\", system-ui\";s:4:\"slug\";s:12:\"luckiest-guy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/luckiestguy/v22/_gP_1RrxsjcxVyin9l9n_j2RT9R3qDpraA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Luckiest Guy\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/luckiest-guy/luckiest-guy-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/luckiest-guy/luckiest-guy.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:784;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Lugrasimo\";s:10:\"fontFamily\";s:18:\"Lugrasimo, cursive\";s:4:\"slug\";s:9:\"lugrasimo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/lugrasimo/v4/qkBXXvoF_s_eT9c7Y7ae4ZRLkAXbMQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Lugrasimo\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/lugrasimo/lugrasimo-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/lugrasimo/lugrasimo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:785;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Lumanosimo\";s:10:\"fontFamily\";s:19:\"Lumanosimo, cursive\";s:4:\"slug\";s:10:\"lumanosimo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/lumanosimo/v4/K2F0fZBYg_JDSEZHEfO8Ao-KAyLzfWo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Lumanosimo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/lumanosimo/lumanosimo-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/lumanosimo/lumanosimo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:786;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Lunasima\";s:10:\"fontFamily\";s:20:\"Lunasima, sans-serif\";s:4:\"slug\";s:8:\"lunasima\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFAwge94H1VIe.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lunasima\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lunasima/lunasima-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/lunasima/v1/wEO5EBvPh9RSOj7JFDSZVPoK_k4XiKvO.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lunasima\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lunasima/lunasima-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/lunasima/lunasima.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:787;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Lusitana\";s:10:\"fontFamily\";s:15:\"Lusitana, serif\";s:4:\"slug\";s:8:\"lusitana\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhfRuMiSct_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lusitana\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lusitana/lusitana-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccvYtd2vfwk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Lusitana\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/lusitana/lusitana-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/lusitana/lusitana.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:788;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Lustria\";s:10:\"fontFamily\";s:14:\"Lustria, serif\";s:4:\"slug\";s:7:\"lustria\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrC05MtPyAcg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Lustria\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/lustria/lustria-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/lustria/lustria.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:789;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Luxurious Roman\";s:10:\"fontFamily\";s:28:\"\"Luxurious Roman\", system-ui\";s:4:\"slug\";s:15:\"luxurious-roman\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/luxuriousroman/v8/buEupou_ZcP1w0yTKxJJokVSmbpqZwckeo9RMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Luxurious Roman\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/luxurious-roman/luxurious-roman-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/luxurious-roman/luxurious-roman.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:790;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Luxurious Script\";s:10:\"fontFamily\";s:27:\"\"Luxurious Script\", cursive\";s:4:\"slug\";s:16:\"luxurious-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/luxuriousscript/v7/ahcCv9e7yydulT32KZ0rBIoD7DzMg0_Oby1JtYk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Luxurious Script\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/luxurious-script/luxurious-script-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/luxurious-script/luxurious-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:791;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"M PLUS 1\";s:10:\"fontFamily\";s:22:\"\"M PLUS 1\", sans-serif\";s:4:\"slug\";s:8:\"m-plus-1\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus1/v11/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG793ZcsGGycA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 1\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1/m-plus-1.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:792;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"M PLUS 1 Code\";s:10:\"fontFamily\";s:26:\"\"M PLUS 1 Code\", monospace\";s:4:\"slug\";s:13:\"m-plus-1-code\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/mplus1code/v13/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HsapwmdZhY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"M PLUS 1 Code\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1-code/m-plus-1-code.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:793;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"M PLUS 1p\";s:10:\"fontFamily\";s:23:\"\"M PLUS 1p\", sans-serif\";s:4:\"slug\";s:10:\"m-plus-1-p\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tleuShHdiFyPFzBRrQnDQFUW3aq-5N.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tmeuShHdiFyPFzBRrQVBYgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tjeuShHdiFyPFzBRro_T4Ec2jKqw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tmeuShHdiFyPFzBRrQDBcgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tmeuShHdiFyPFzBRrQRBEgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tmeuShHdiFyPFzBRrQWBIgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/mplus1p/v30/e3tmeuShHdiFyPFzBRrQfBMgfkPWovdU4w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"M PLUS 1p\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-1p/m-plus-1p.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:794;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"M PLUS 2\";s:10:\"fontFamily\";s:22:\"\"M PLUS 2\", sans-serif\";s:4:\"slug\";s:8:\"m-plus-2\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-Vw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6Vw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66Vw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6Vw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66Vw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mplus2/v10/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVw1qHrzNgAw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"M PLUS 2\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-2/m-plus-2.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:795;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"M PLUS Code Latin\";s:10:\"fontFamily\";s:31:\"\"M PLUS Code Latin\", sans-serif\";s:4:\"slug\";s:17:\"m-plus-code-latin\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6itMqF9TRwg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Code Latin\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-code-latin/m-plus-code-latin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:796;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"M PLUS Rounded 1c\";s:10:\"fontFamily\";s:31:\"\"M PLUS Rounded 1c\", sans-serif\";s:4:\"slug\";s:18:\"m-plus-rounded-1-c\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixL4g6-av1x0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psPxeqmzgRK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWDzr8C7vav.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sPxeqmzgRK.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsPxeqmzgRK.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psPxeqmzgRK.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sPxeqmzgRK.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"M PLUS Rounded 1c\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/m-plus-rounded-1c/m-plus-rounded-1c.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:797;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Ma Shan Zheng\";s:10:\"fontFamily\";s:24:\"\"Ma Shan Zheng\", cursive\";s:4:\"slug\";s:13:\"ma-shan-zheng\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMHsDIRSfr0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Ma Shan Zheng\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ma-shan-zheng/ma-shan-zheng-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/ma-shan-zheng/ma-shan-zheng.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:798;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Macondo\";s:10:\"fontFamily\";s:18:\"Macondo, system-ui\";s:4:\"slug\";s:7:\"macondo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/macondo/v25/RrQQboN9-iB1IXmOS2DO0LBBd4Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Macondo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/macondo/macondo-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/macondo/macondo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:799;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Macondo Swash Caps\";s:10:\"fontFamily\";s:31:\"\"Macondo Swash Caps\", system-ui\";s:4:\"slug\";s:18:\"macondo-swash-caps\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/macondoswashcaps/v24/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Of0oa_mm5bA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Macondo Swash Caps\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/macondo-swash-caps/macondo-swash-caps-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/macondo-swash-caps/macondo-swash-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:800;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mada\";s:10:\"fontFamily\";s:16:\"Mada, sans-serif\";s:4:\"slug\";s:4:\"mada\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOkHk12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFmQkHk12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkHk12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFn8kHk12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkQl3k12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkpl3k12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOl3k12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlnl3k12-m9x2iC.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mada\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada-900-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mada/mada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:801;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Madimi One\";s:10:\"fontFamily\";s:24:\"\"Madimi One\", sans-serif\";s:4:\"slug\";s:10:\"madimi-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZZFEoBoHMd2U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Madimi One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/madimi-one/madimi-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/madimi-one/madimi-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:802;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Magra\";s:10:\"fontFamily\";s:17:\"Magra, sans-serif\";s:4:\"slug\";s:5:\"magra\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k50IDMfO-ed.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Magra\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/magra/magra-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcSEPuUX1ow.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Magra\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/magra/magra-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/magra/magra.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:803;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Maiden Orange\";s:10:\"fontFamily\";s:22:\"\"Maiden Orange\", serif\";s:4:\"slug\";s:13:\"maiden-orange\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/maidenorange/v29/kJE1BuIX7AUmhi2V4m08kb1XjONdCZS8FY8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Maiden Orange\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/maiden-orange/maiden-orange-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/maiden-orange/maiden-orange.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:804;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Maitree\";s:10:\"fontFamily\";s:14:\"Maitree, serif\";s:4:\"slug\";s:7:\"maitree\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtymfJmDoL4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJSovLdh6OE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Maitree\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/maitree/maitree.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:805;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Major Mono Display\";s:10:\"fontFamily\";s:31:\"\"Major Mono Display\", monospace\";s:4:\"slug\";s:18:\"major-mono-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/majormonodisplay/v16/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLD32QIndPww.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Major Mono Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/major-mono-display/major-mono-display-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/major-mono-display/major-mono-display.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:806;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mako\";s:10:\"fontFamily\";s:16:\"Mako, sans-serif\";s:4:\"slug\";s:4:\"mako\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z0SH09g478Lo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mako\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mako/mako-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mako/mako.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:807;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mali\";s:10:\"fontFamily\";s:13:\"Mali, cursive\";s:4:\"slug\";s:4:\"mali\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QOLlKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8wlVQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QIbmKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8plZQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/mali/v10/N0ba2SRONuN4eC_ODlxxOd8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/mali/v10/N0bU2SRONuN4SCjED350Kd_PmA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QN7nKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8_ldQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QPLgKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj80lBQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QJbhKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8tlFQJPTTkdbJYA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mali\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mali/mali.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:808;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Mallanna\";s:10:\"fontFamily\";s:20:\"Mallanna, sans-serif\";s:4:\"slug\";s:8:\"mallanna\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/mallanna/v14/hv-Vlzx-KEQb84YaDGw2EzRwVvJ-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Mallanna\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/mallanna/mallanna-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/mallanna/mallanna.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:809;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Maname\";s:10:\"fontFamily\";s:13:\"Maname, serif\";s:4:\"slug\";s:6:\"maname\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/maname/v1/gNMFW3J8RpCx9my43VkGGI6q_Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Maname\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/maname/maname-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/maname/maname.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:810;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Mandali\";s:10:\"fontFamily\";s:19:\"Mandali, sans-serif\";s:4:\"slug\";s:7:\"mandali\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mandali/v15/LhWlMVbYOfASNfNUVFw1ZPdcKtA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Mandali\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/mandali/mandali-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/mandali/mandali.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:811;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Manjari\";s:10:\"fontFamily\";s:19:\"Manjari, sans-serif\";s:4:\"slug\";s:7:\"manjari\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/manjari/v12/k3kSo8UPMOBO2w1UdbroLmvFIaOV8A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manjari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manjari/manjari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/manjari/v12/k3kQo8UPMOBO2w1UTdviL0nAMaM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manjari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manjari/manjari-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/manjari/v12/k3kVo8UPMOBO2w1UdWLNC0TrLaqM6Q4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manjari\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manjari/manjari-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/manjari/manjari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:812;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Manrope\";s:10:\"fontFamily\";s:19:\"Manrope, sans-serif\";s:4:\"slug\";s:7:\"manrope\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_A87jxeN7B.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manrope\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/manrope/manrope.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:813;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Mansalva\";s:10:\"fontFamily\";s:17:\"Mansalva, cursive\";s:4:\"slug\";s:8:\"mansalva\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/mansalva/v14/aWB4m0aacbtDfvq5NJlgI47vdyBg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Mansalva\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/mansalva/mansalva-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/mansalva/mansalva.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:814;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Manuale\";s:10:\"fontFamily\";s:14:\"Manuale, serif\";s:4:\"slug\";s:7:\"manuale\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwG1TB_JHHY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zFdIWHYr8M.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Manuale\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale-800-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/manuale/manuale.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:815;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Marcellus\";s:10:\"fontFamily\";s:16:\"Marcellus, serif\";s:4:\"slug\";s:9:\"marcellus\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FVPAL3EsHiA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Marcellus\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/marcellus/marcellus-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/marcellus/marcellus.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:816;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Marcellus SC\";s:10:\"fontFamily\";s:21:\"\"Marcellus SC\", serif\";s:4:\"slug\";s:12:\"marcellus-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLEPhNydGKikhA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Marcellus SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/marcellus-sc/marcellus-sc-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/marcellus-sc/marcellus-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:817;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Marck Script\";s:10:\"fontFamily\";s:23:\"\"Marck Script\", cursive\";s:4:\"slug\";s:12:\"marck-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/marckscript/v20/nwpTtK2oNgBA3Or78gapdwuCyiI-aMPF7Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Marck Script\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/marck-script/marck-script-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/marck-script/marck-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:818;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Margarine\";s:10:\"fontFamily\";s:20:\"Margarine, system-ui\";s:4:\"slug\";s:9:\"margarine\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/margarine/v25/qkBXXvoE6trLT9Y7YLye4ZRLkAXbMQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Margarine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/margarine/margarine-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/margarine/margarine.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:819;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Marhey\";s:10:\"fontFamily\";s:17:\"Marhey, system-ui\";s:4:\"slug\";s:6:\"marhey\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBZVwO2IXiGevOMw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marhey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwO2IXiGevOMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marhey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBflwO2IXiGevOMw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marhey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBRV3O2IXiGevOMw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marhey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBSx3O2IXiGevOMw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marhey\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/marhey/marhey.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:820;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Markazi Text\";s:10:\"fontFamily\";s:21:\"\"Markazi Text\", serif\";s:4:\"slug\";s:12:\"markazi-text\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4YlBekmJLo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Markazi Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/markazi-text/markazi-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4YlBekmJLo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Markazi Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/markazi-text/markazi-text-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4YlBekmJLo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Markazi Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/markazi-text/markazi-text-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4YlBekmJLo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Markazi Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/markazi-text/markazi-text-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/markazi-text/markazi-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:821;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Marko One\";s:10:\"fontFamily\";s:18:\"\"Marko One\", serif\";s:4:\"slug\";s:9:\"marko-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/markoone/v23/9Btq3DFG0cnVM5lw1haaL5UfrHPzUw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Marko One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/marko-one/marko-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/marko-one/marko-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:822;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Marmelad\";s:10:\"fontFamily\";s:20:\"Marmelad, sans-serif\";s:4:\"slug\";s:8:\"marmelad\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8tFOG-YMC0R8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Marmelad\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/marmelad/marmelad-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/marmelad/marmelad.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:823;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Martel\";s:10:\"fontFamily\";s:13:\"Martel, serif\";s:4:\"slug\";s:6:\"martel\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVqekagBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVzeoagBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/martel/v11/PN_xRfK9oXHga0XtZMI-jT3L_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVuewagBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XV3e0agBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVwe4agBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XV5e8agBbX9vnDzw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Martel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/martel/martel.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:824;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Martel Sans\";s:10:\"fontFamily\";s:25:\"\"Martel Sans\", sans-serif\";s:4:\"slug\";s:11:\"martel-sans\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hAX5suCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBz5cuCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/martelsans/v13/h0GsssGi7VdzDgKjM-4d8ijaze-PPlUu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hAH48uCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBj4suCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hB_4cuCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBb4MuCFUknqMxQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Martel Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/martel-sans/martel-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:825;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Martian Mono\";s:10:\"fontFamily\";s:25:\"\"Martian Mono\", monospace\";s:4:\"slug\";s:12:\"martian-mono\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qus6TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qu86TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY00u86TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu86TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1Yu86TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY20vM6TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY2NvM6TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qvM6TD75kdpF2.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Martian Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/martian-mono/martian-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:826;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Marvel\";s:10:\"fontFamily\";s:18:\"Marvel, sans-serif\";s:4:\"slug\";s:6:\"marvel\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/marvel/v16/nwpVtKeoNgBV0qaIlF7ED366zg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marvel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marvel/marvel-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/marvel/v16/nwpXtKeoNgBV0qa4k1TFLXuqzhA7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Marvel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marvel/marvel-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/marvel/v16/nwpWtKeoNgBV0qawLXHgAlWmxwkiYQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Marvel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marvel/marvel-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/marvel/v16/nwpQtKeoNgBV0qa4k2x8Al-n5QwyYdrc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Marvel\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/marvel/marvel-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/marvel/marvel.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:827;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mate\";s:10:\"fontFamily\";s:11:\"Mate, serif\";s:4:\"slug\";s:4:\"mate\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/mate/v17/m8JdjftRd7WZ2zi8WoXSaLU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mate\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mate/mate-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/mate/v17/m8JTjftRd7WZ6z-2W6fXeLVdbw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Mate\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mate/mate-400-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mate/mate.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:828;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Mate SC\";s:10:\"fontFamily\";s:16:\"\"Mate SC\", serif\";s:4:\"slug\";s:7:\"mate-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wKyiDZ95OkJwA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Mate SC\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/mate-sc/mate-sc-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/mate-sc/mate-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:829;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Matemasie\";s:10:\"fontFamily\";s:21:\"Matemasie, sans-serif\";s:4:\"slug\";s:9:\"matemasie\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/matemasie/v2/OD5BuMCN3ne3Gmr7dlL3qUq4DL6w2w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Matemasie\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/matemasie/matemasie-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/matemasie/matemasie.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:830;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:14:\"Material Icons\";s:10:\"fontFamily\";s:27:\"\"Material Icons\", monospace\";s:4:\"slug\";s:14:\"material-icons\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Material Icons\";}}}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:831;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:23:\"Material Icons Outlined\";s:10:\"fontFamily\";s:36:\"\"Material Icons Outlined\", monospace\";s:4:\"slug\";s:23:\"material-icons-outlined\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5GuI2Ze.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Material Icons Outlined\";}}}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:832;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:20:\"Material Icons Round\";s:10:\"fontFamily\";s:33:\"\"Material Icons Round\", monospace\";s:4:\"slug\";s:20:\"material-icons-round\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_fTTvg-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Material Icons Round\";}}}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:833;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:20:\"Material Icons Sharp\";s:10:\"fontFamily\";s:33:\"\"Material Icons Sharp\", monospace\";s:4:\"slug\";s:20:\"material-icons-sharp\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImEyc0vd.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Material Icons Sharp\";}}}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:834;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:23:\"Material Icons Two Tone\";s:10:\"fontFamily\";s:36:\"\"Material Icons Two Tone\", monospace\";s:4:\"slug\";s:23:\"material-icons-two-tone\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjDrH_77.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Material Icons Two Tone\";}}}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:835;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Material Symbols Outlined\";s:10:\"fontFamily\";s:38:\"\"Material Symbols Outlined\", monospace\";s:4:\"slug\";s:25:\"material-symbols-outlined\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-ejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:183:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-ejbd5zrTgt.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Material Symbols Outlined\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined-700-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-outlined/material-symbols-outlined.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:836;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Material Symbols Rounded\";s:10:\"fontFamily\";s:37:\"\"Material Symbols Rounded\", monospace\";s:4:\"slug\";s:24:\"material-symbols-rounded\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v212/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxeJKJBjAa8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Material Symbols Rounded\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded-700-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-rounded/material-symbols-rounded.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:837;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Material Symbols Sharp\";s:10:\"fontFamily\";s:35:\"\"Material Symbols Sharp\", monospace\";s:4:\"slug\";s:22:\"material-symbols-sharp\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:176:\"https://fonts.gstatic.com/s/materialsymbolssharp/v209/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCLJ1H7-knk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Material Symbols Sharp\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/material-symbols-sharp/material-symbols-sharp.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:838;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Maven Pro\";s:10:\"fontFamily\";s:23:\"\"Maven Pro\", sans-serif\";s:4:\"slug\";s:9:\"maven-pro\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/mavenpro/v36/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nWpozp5GvU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Maven Pro\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/maven-pro/maven-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:839;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"McLaren\";s:10:\"fontFamily\";s:18:\"McLaren, system-ui\";s:4:\"slug\";s:7:\"mclaren\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/mclaren/v17/2EbnL-ZuAXFqZFXISYMf8z2Yt_c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"McLaren\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/mclaren/mclaren-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/mclaren/mclaren.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:840;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Mea Culpa\";s:10:\"fontFamily\";s:20:\"\"Mea Culpa\", cursive\";s:4:\"slug\";s:9:\"mea-culpa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/meaculpa/v6/AMOTz4GcuWbEIuza8jsZn80QW3mqyg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Mea Culpa\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/mea-culpa/mea-culpa-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/mea-culpa/mea-culpa.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:841;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Meddon\";s:10:\"fontFamily\";s:15:\"Meddon, cursive\";s:4:\"slug\";s:6:\"meddon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/meddon/v24/kmK8ZqA2EgDNeHTZgRdB3y_Aow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Meddon\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/meddon/meddon-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/meddon/meddon.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:842;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"MedievalSharp\";s:10:\"fontFamily\";s:24:\"MedievalSharp, system-ui\";s:4:\"slug\";s:13:\"medievalsharp\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptAqp6MwvXLDk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"MedievalSharp\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/medievalsharp/medievalsharp-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/medievalsharp/medievalsharp.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:843;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Medula One\";s:10:\"fontFamily\";s:23:\"\"Medula One\", system-ui\";s:4:\"slug\";s:10:\"medula-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiQqs7GtlvY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Medula One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/medula-one/medula-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/medula-one/medula-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:844;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Meera Inimai\";s:10:\"fontFamily\";s:26:\"\"Meera Inimai\", sans-serif\";s:4:\"slug\";s:12:\"meera-inimai\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILep-mjDVevnLQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Meera Inimai\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/meera-inimai/meera-inimai-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/meera-inimai/meera-inimai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:845;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Megrim\";s:10:\"fontFamily\";s:17:\"Megrim, system-ui\";s:4:\"slug\";s:6:\"megrim\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZlaGXgd0RY1g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Megrim\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/megrim/megrim-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/megrim/megrim.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:846;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Meie Script\";s:10:\"fontFamily\";s:22:\"\"Meie Script\", cursive\";s:4:\"slug\";s:11:\"meie-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxi5IXg0WDz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Meie Script\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/meie-script/meie-script-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/meie-script/meie-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:847;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Meow Script\";s:10:\"fontFamily\";s:22:\"\"Meow Script\", cursive\";s:4:\"slug\";s:11:\"meow-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESck0_0CfDf1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Meow Script\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/meow-script/meow-script-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/meow-script/meow-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:848;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Merienda\";s:10:\"fontFamily\";s:17:\"Merienda, cursive\";s:4:\"slug\";s:8:\"merienda\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5JHhoTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhoTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5SHhoTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5pH9oTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5nX9oTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5-n9oTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5039oTE78QGBV0A.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Merienda\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/merienda/merienda.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:849;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Merriweather\";s:10:\"fontFamily\";s:19:\"Merriweather, serif\";s:4:\"slug\";s:12:\"merriweather\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpWs37pvjxPA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf6hP3hPGWH.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5OfixNV-bnrw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZMdeP3r-Ho.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpWs37pvjxPA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf6hP3hPGWH.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-700-italic.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpWs37pvjxPA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf6hP3hPGWH.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Merriweather\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather-900-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather/merriweather.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:850;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Merriweather Sans\";s:10:\"fontFamily\";s:31:\"\"Merriweather Sans\", sans-serif\";s:4:\"slug\";s:17:\"merriweather-sans\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4li-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4li-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4li-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkli-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekli-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukli-EG7xFHnQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusHzRRXnaur.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Merriweather Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans-800-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/merriweather-sans/merriweather-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:851;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Metal\";s:10:\"fontFamily\";s:16:\"Metal, system-ui\";s:4:\"slug\";s:5:\"metal\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/metal/v30/lW-wwjUJIXTo7i3inoQAUdN2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Metal\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/metal/metal-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/metal/metal.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:852;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Metal Mania\";s:10:\"fontFamily\";s:24:\"\"Metal Mania\", system-ui\";s:4:\"slug\";s:11:\"metal-mania\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXHg6UKDXlq.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Metal Mania\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/metal-mania/metal-mania-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/metal-mania/metal-mania.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:853;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Metamorphous\";s:10:\"fontFamily\";s:23:\"Metamorphous, system-ui\";s:4:\"slug\";s:12:\"metamorphous\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y1330OSCthTsmaQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Metamorphous\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/metamorphous/metamorphous-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/metamorphous/metamorphous.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:854;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Metrophobic\";s:10:\"fontFamily\";s:23:\"Metrophobic, sans-serif\";s:4:\"slug\";s:11:\"metrophobic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAT-M737FPEEL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Metrophobic\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/metrophobic/metrophobic-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/metrophobic/metrophobic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:855;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Michroma\";s:10:\"fontFamily\";s:20:\"Michroma, sans-serif\";s:4:\"slug\";s:8:\"michroma\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/michroma/v19/PN_zRfy9qWD8fEagAMg_rzjb_-Da.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Michroma\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/michroma/michroma-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/michroma/michroma.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:856;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Micro 5\";s:10:\"fontFamily\";s:20:\"\"Micro 5\", system-ui\";s:4:\"slug\";s:7:\"micro-5\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/micro5/v1/H4cnBX2MkcfEngTr0gMQ7LO5mqc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Micro 5\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/micro-5/micro-5-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/micro-5/micro-5.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:857;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Micro 5 Charted\";s:10:\"fontFamily\";s:28:\"\"Micro 5 Charted\", system-ui\";s:4:\"slug\";s:15:\"micro-5-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/micro5charted/v1/hESp6XxmPDtTtADZhn7oD_yrmxEGQEsJQAlbUA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Micro 5 Charted\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/micro-5-charted/micro-5-charted-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/micro-5-charted/micro-5-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:858;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Milonga\";s:10:\"fontFamily\";s:18:\"Milonga, system-ui\";s:4:\"slug\";s:7:\"milonga\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/milonga/v22/SZc53FHnIaK9W5kffzjGkUrS8DI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Milonga\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/milonga/milonga-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/milonga/milonga.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:859;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Miltonian\";s:10:\"fontFamily\";s:20:\"Miltonian, system-ui\";s:4:\"slug\";s:9:\"miltonian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/miltonian/v30/zOL-4pbPn6Ne9JqTg9mr7O5As-FeiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Miltonian\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/miltonian/miltonian-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/miltonian/miltonian.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:860;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Miltonian Tattoo\";s:10:\"fontFamily\";s:29:\"\"Miltonian Tattoo\", system-ui\";s:4:\"slug\";s:16:\"miltonian-tattoo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/miltoniantattoo/v32/EvOUzBRL0o0kCxF-lcMCQxlpVsA_Fwb8MDBku-s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Miltonian Tattoo\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/miltonian-tattoo/miltonian-tattoo-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/miltonian-tattoo/miltonian-tattoo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:861;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mina\";s:10:\"fontFamily\";s:16:\"Mina, sans-serif\";s:4:\"slug\";s:4:\"mina\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARrzpj7i3y65o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mina\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mina/mina-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mina/v11/-nF8OGc18vARl4NMyiDZ95OkJwA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mina\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mina/mina-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mina/mina.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:862;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Mingzat\";s:10:\"fontFamily\";s:19:\"Mingzat, sans-serif\";s:4:\"slug\";s:7:\"mingzat\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mingzat/v8/0QIgMX5C-o-oWWyvBt5km_mv670.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Mingzat\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/mingzat/mingzat-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/mingzat/mingzat.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:863;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Miniver\";s:10:\"fontFamily\";s:18:\"Miniver, system-ui\";s:4:\"slug\";s:7:\"miniver\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/miniver/v25/eLGcP-PxIg-5H0vC77gCy8r8fWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Miniver\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/miniver/miniver-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/miniver/miniver.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:864;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Miriam Libre\";s:10:\"fontFamily\";s:26:\"\"Miriam Libre\", sans-serif\";s:4:\"slug\";s:12:\"miriam-libre\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/miriamlibre/v14/DdTh798HsHwubBAqfkcBTL_vZZn_Teun9g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Miriam Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/miriam-libre/miriam-libre-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/miriamlibre/v14/DdT-798HsHwubBAqfkcBTL_X3LbbQMC7_-Z7Hg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Miriam Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/miriam-libre/miriam-libre-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/miriam-libre/miriam-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:865;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Mirza\";s:10:\"fontFamily\";s:12:\"Mirza, serif\";s:4:\"slug\";s:5:\"mirza\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/mirza/v17/co3ImWlikiN5EurYKMewsrvI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mirza\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mirza/mirza-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIpAeO9mafBomDi.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mirza\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mirza/mirza-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIFBuO9mafBomDi.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mirza\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mirza/mirza-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtJhB-O9mafBomDi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mirza\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mirza/mirza-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/mirza/mirza.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:866;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Miss Fajardose\";s:10:\"fontFamily\";s:25:\"\"Miss Fajardose\", cursive\";s:4:\"slug\";s:14:\"miss-fajardose\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qqWPaJq4no.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Miss Fajardose\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/miss-fajardose/miss-fajardose-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/miss-fajardose/miss-fajardose.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:867;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Mitr\";s:10:\"fontFamily\";s:16:\"Mitr, sans-serif\";s:4:\"slug\";s:4:\"mitr\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8fMZFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8ZcaFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZFyT4yMJj_b1o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8c8bFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8eMcFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8YcdFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Mitr\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/mitr/mitr.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:868;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Mochiy Pop One\";s:10:\"fontFamily\";s:28:\"\"Mochiy Pop One\", sans-serif\";s:4:\"slug\";s:14:\"mochiy-pop-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mochiypopone/v10/QdVPSTA9Jh-gg-5XZP2UmU4O9kw1D3s6ZKAi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Mochiy Pop One\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/mochiy-pop-one/mochiy-pop-one-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/mochiy-pop-one/mochiy-pop-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:869;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Mochiy Pop P One\";s:10:\"fontFamily\";s:30:\"\"Mochiy Pop P One\", sans-serif\";s:4:\"slug\";s:16:\"mochiy-pop-p-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mochiypoppone/v10/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Mochiy Pop P One\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/mochiy-pop-p-one/mochiy-pop-p-one-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/mochiy-pop-p-one/mochiy-pop-p-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:870;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Modak\";s:10:\"fontFamily\";s:16:\"Modak, system-ui\";s:4:\"slug\";s:5:\"modak\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEsnMC8BVZ76KU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Modak\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/modak/modak-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/modak/modak.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:871;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Modern Antiqua\";s:10:\"fontFamily\";s:27:\"\"Modern Antiqua\", system-ui\";s:4:\"slug\";s:14:\"modern-antiqua\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/modernantiqua/v24/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ba2u0c3Gi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Modern Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/modern-antiqua/modern-antiqua-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/modern-antiqua/modern-antiqua.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:872;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Moderustic\";s:10:\"fontFamily\";s:22:\"Moderustic, sans-serif\";s:4:\"slug\";s:10:\"moderustic\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjBVsTNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjALsTNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjA5sTNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjDVtjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjDstjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/moderustic/v1/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjCLtjNb55aRa7UE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moderustic\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic-800-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/moderustic/moderustic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:873;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Mogra\";s:10:\"fontFamily\";s:16:\"Mogra, system-ui\";s:4:\"slug\";s:5:\"mogra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo9DvLmxtnG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mogra\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mogra/mogra-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/mogra/mogra.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:874;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Mohave\";s:10:\"fontFamily\";s:18:\"Mohave, sans-serif\";s:4:\"slug\";s:6:\"mohave\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvWQopLSvBk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvWQopLSvBk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvWQopLSvBk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvWQopLSvBk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvWQopLSvBk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOao7DXrBlSVw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOao7DXrBlSVw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOao7DXrBlSVw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSao7DXrBlSVw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSao7DXrBlSVw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mohave\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/mohave/mohave.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:875;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Moirai One\";s:10:\"fontFamily\";s:23:\"\"Moirai One\", system-ui\";s:4:\"slug\";s:10:\"moirai-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGT0CWB7UcfCg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moirai One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moirai-one/moirai-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/moirai-one/moirai-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:876;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Molengo\";s:10:\"fontFamily\";s:19:\"Molengo, sans-serif\";s:4:\"slug\";s:7:\"molengo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbFQkiCvs5Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Molengo\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/molengo/molengo-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/molengo/molengo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:877;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Molle\";s:10:\"fontFamily\";s:14:\"Molle, cursive\";s:4:\"slug\";s:5:\"molle\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/molle/v23/E21n_dL5hOXFhWEsXz0mVydREus.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Molle\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/molle/molle-400-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/molle/molle.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:878;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Monda\";s:10:\"fontFamily\";s:17:\"Monda, sans-serif\";s:4:\"slug\";s:5:\"monda\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/monda/v17/TK3-WkYFABsmjuBtFuvTIFRAPpWsH3oMpGtGaA-Ijw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Monda\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/monda/monda-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/monda/v17/TK3-WkYFABsmjuBtFuvTIFRAPpWsLXoMpGtGaA-Ijw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Monda\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/monda/monda-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/monda/v17/TK3-WkYFABsmjuBtFuvTIFRAPpWswX0MpGtGaA-Ijw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Monda\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/monda/monda-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/monda/v17/TK3-WkYFABsmjuBtFuvTIFRAPpWs-H0MpGtGaA-Ijw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Monda\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/monda/monda-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/monda/monda.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:879;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Monofett\";s:10:\"fontFamily\";s:19:\"Monofett, monospace\";s:4:\"slug\";s:8:\"monofett\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW43XuRwr0VJ7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Monofett\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/monofett/monofett-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/monofett/monofett.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:880;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Monomaniac One\";s:10:\"fontFamily\";s:28:\"\"Monomaniac One\", sans-serif\";s:4:\"slug\";s:14:\"monomaniac-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/monomaniacone/v12/4iC06K17YctZjx50EU-QlwPmcqRiqYkB5kwI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Monomaniac One\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/monomaniac-one/monomaniac-one-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/monomaniac-one/monomaniac-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:881;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Monoton\";s:10:\"fontFamily\";s:18:\"Monoton, system-ui\";s:4:\"slug\";s:7:\"monoton\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4fkPBQ2S7FU8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Monoton\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/monoton/monoton-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/monoton/monoton.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:882;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Monsieur La Doulaise\";s:10:\"fontFamily\";s:31:\"\"Monsieur La Doulaise\", cursive\";s:4:\"slug\";s:20:\"monsieur-la-doulaise\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/monsieurladoulaise/v18/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5bwkEU4HTy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Monsieur La Doulaise\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/monsieur-la-doulaise/monsieur-la-doulaise-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/monsieur-la-doulaise/monsieur-la-doulaise.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:883;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Montaga\";s:10:\"fontFamily\";s:14:\"Montaga, serif\";s:4:\"slug\";s:7:\"montaga\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gMQ7LO5mqc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Montaga\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/montaga/montaga-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/montaga/montaga.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:884;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Montagu Slab\";s:10:\"fontFamily\";s:21:\"\"Montagu Slab\", serif\";s:4:\"slug\";s:12:\"montagu-slab\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP4Fs7bOSO7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Montagu Slab\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/montagu-slab/montagu-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:885;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"MonteCarlo\";s:10:\"fontFamily\";s:19:\"MonteCarlo, cursive\";s:4:\"slug\";s:10:\"montecarlo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/montecarlo/v11/buEzpo6-f9X01GadLA0G0C8V_NxLeiw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"MonteCarlo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montecarlo/montecarlo-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/montecarlo/montecarlo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:886;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Montez\";s:10:\"fontFamily\";s:15:\"Montez, cursive\";s:4:\"slug\";s:6:\"montez\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/montez/v22/845ZNMk5GoGIX8lm0bDeSd-R_g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Montez\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/montez/montez-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/montez/montez.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:887;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Montserrat\";s:10:\"fontFamily\";s:22:\"Montserrat, sans-serif\";s:4:\"slug\";s:10:\"montserrat\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w7Y3tcoqK5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Montserrat\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-900-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:888;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Montserrat Alternates\";s:10:\"fontFamily\";s:35:\"\"Montserrat Alternates\", sans-serif\";s:4:\"slug\";s:21:\"montserrat-alternates\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJlp1ml4imo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J6a3RCJ1b0w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfQKphL03l4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1BbZH2mBhkw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xG-GVxk3Nd.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Montserrat Alternates\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates-900-italic.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-alternates/montserrat-alternates.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:889;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Montserrat Subrayada\";s:10:\"fontFamily\";s:34:\"\"Montserrat Subrayada\", sans-serif\";s:4:\"slug\";s:20:\"montserrat-subrayada\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8OYuceqGT-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Montserrat Subrayada\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-subrayada/montserrat-subrayada-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Montserrat Subrayada\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-subrayada/montserrat-subrayada-700-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat-subrayada/montserrat-subrayada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:890;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Moo Lah Lah\";s:10:\"fontFamily\";s:24:\"\"Moo Lah Lah\", system-ui\";s:4:\"slug\";s:11:\"moo-lah-lah\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/moolahlah/v6/dg4h_p_opKZOA0w1AYcm55woYQYugjW4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Moo Lah Lah\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/moo-lah-lah/moo-lah-lah-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/moo-lah-lah/moo-lah-lah.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:891;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Mooli\";s:10:\"fontFamily\";s:17:\"Mooli, sans-serif\";s:4:\"slug\";s:5:\"mooli\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bYPEBG7YpzlJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mooli\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mooli/mooli-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/mooli/mooli.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:892;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Moon Dance\";s:10:\"fontFamily\";s:21:\"\"Moon Dance\", cursive\";s:4:\"slug\";s:10:\"moon-dance\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/moondance/v6/WBLgrEbUbFlYW9ekmGawe2DiKMiokE4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Moon Dance\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/moon-dance/moon-dance-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/moon-dance/moon-dance.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:893;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Moul\";s:10:\"fontFamily\";s:15:\"Moul, system-ui\";s:4:\"slug\";s:4:\"moul\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/moul/v27/nuF2D__FSo_3E-FYiJCy-00.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Moul\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/moul/moul-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/moul/moul.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:894;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Moulpali\";s:10:\"fontFamily\";s:20:\"Moulpali, sans-serif\";s:4:\"slug\";s:8:\"moulpali\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/moulpali/v30/H4ckBXKMl9HagUWymyY_wr-wg763.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Moulpali\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/moulpali/moulpali-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/moulpali/moulpali.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:895;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Mountains of Christmas\";s:10:\"fontFamily\";s:35:\"\"Mountains of Christmas\", system-ui\";s:4:\"slug\";s:22:\"mountains-of-christmas\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNOmMPNpJpc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Mountains of Christmas\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/mountains-of-christmas/mountains-of-christmas-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFP5COp6IaEA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Mountains of Christmas\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/mountains-of-christmas/mountains-of-christmas-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/mountains-of-christmas/mountains-of-christmas.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:896;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Mouse Memoirs\";s:10:\"fontFamily\";s:27:\"\"Mouse Memoirs\", sans-serif\";s:4:\"slug\";s:13:\"mouse-memoirs\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/mousememoirs/v17/t5tmIRoSNJ-PH0WNNgDYxdSb7TzFrpOHYh4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Mouse Memoirs\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/mouse-memoirs/mouse-memoirs-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/mouse-memoirs/mouse-memoirs.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:897;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Mr Bedfort\";s:10:\"fontFamily\";s:21:\"\"Mr Bedfort\", cursive\";s:4:\"slug\";s:10:\"mr-bedfort\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicli-0XZe_Iy8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Mr Bedfort\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-bedfort/mr-bedfort-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-bedfort/mr-bedfort.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:898;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Mr Dafoe\";s:10:\"fontFamily\";s:19:\"\"Mr Dafoe\", cursive\";s:4:\"slug\";s:8:\"mr-dafoe\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrGivg7MCxz_C.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Mr Dafoe\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-dafoe/mr-dafoe-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-dafoe/mr-dafoe.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:899;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Mr De Haviland\";s:10:\"fontFamily\";s:25:\"\"Mr De Haviland\", cursive\";s:4:\"slug\";s:14:\"mr-de-haviland\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3H4ULVNTlB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Mr De Haviland\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-de-haviland/mr-de-haviland-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/mr-de-haviland/mr-de-haviland.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:900;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Mrs Saint Delafield\";s:10:\"fontFamily\";s:30:\"\"Mrs Saint Delafield\", cursive\";s:4:\"slug\";s:19:\"mrs-saint-delafield\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cKstLsubB2w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Mrs Saint Delafield\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/mrs-saint-delafield/mrs-saint-delafield-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/mrs-saint-delafield/mrs-saint-delafield.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:901;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Mrs Sheppards\";s:10:\"fontFamily\";s:24:\"\"Mrs Sheppards\", cursive\";s:4:\"slug\";s:13:\"mrs-sheppards\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/mrssheppards/v23/PN_2Rfm9snC0XUGoEZhb91ig3v3xynMix4Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Mrs Sheppards\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/mrs-sheppards/mrs-sheppards-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/mrs-sheppards/mrs-sheppards.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:902;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Ms Madi\";s:10:\"fontFamily\";s:18:\"\"Ms Madi\", cursive\";s:4:\"slug\";s:7:\"ms-madi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-XPiI7QAYo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ms Madi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ms-madi/ms-madi-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/ms-madi/ms-madi.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:903;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Mukta\";s:10:\"fontFamily\";s:17:\"Mukta, sans-serif\";s:4:\"slug\";s:5:\"mukta\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEOjFmf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFqj1mf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/mukta/v14/iJWKBXyXfDDVXYnDp32S0H3f.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEyjlmf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEeiVmf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbF6iFmf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFmi1mf-2HW7ZB_.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Mukta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta-800-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta/mukta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:904;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Mukta Mahee\";s:10:\"fontFamily\";s:25:\"\"Mukta Mahee\", sans-serif\";s:4:\"slug\";s:11:\"mukta-mahee\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MFcBoCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NhcxoCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXQ3IOIi0hcP8iVU67hA-vIWz4PDWtj.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9M5choCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MVdRoCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NxdBoCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NtdxoCJndqZCsW.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Mahee\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-mahee/mukta-mahee.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:905;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Mukta Malar\";s:10:\"fontFamily\";s:25:\"\"Mukta Malar\", sans-serif\";s:4:\"slug\";s:11:\"mukta-malar\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMwBtAE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINUBdAE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqLv9LfQJwHbn.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMMBNAE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMgA9AE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINEAtAE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINYAdAE62ruoAZW.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Malar\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-malar/mukta-malar.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:906;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Mukta Vaani\";s:10:\"fontFamily\";s:25:\"\"Mukta Vaani\", sans-serif\";s:4:\"slug\";s:11:\"mukta-vaani\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXNV8BG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWpVMBG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIF0AfORL0fNy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXxVcBG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXdUsBG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGW5U8BG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWlUMBG-u97MW1a.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Mukta Vaani\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/mukta-vaani/mukta-vaani.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:907;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Mulish\";s:10:\"fontFamily\";s:18:\"Mulish, sans-serif\";s:4:\"slug\";s:6:\"mulish\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaWlGrw-PTY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvG547LTZFwA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Mulish\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/mulish/mulish.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:908;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Murecho\";s:10:\"fontFamily\";s:19:\"Murecho, sans-serif\";s:4:\"slug\";s:7:\"murecho\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/murecho/v12/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWcLCpUOaM6.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Murecho\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/murecho/murecho.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:909;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"MuseoModerno\";s:10:\"fontFamily\";s:23:\"MuseoModerno, system-ui\";s:4:\"slug\";s:12:\"museomoderno\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuekajeKlCdo.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQjMCgGdrS3g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"MuseoModerno\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno-900-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/museomoderno/museomoderno.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:910;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"My Soul\";s:10:\"fontFamily\";s:18:\"\"My Soul\", cursive\";s:4:\"slug\";s:7:\"my-soul\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/mysoul/v5/3XFqErcuy945_u6KF_Alk2nnXf0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"My Soul\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/my-soul/my-soul-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/my-soul/my-soul.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:911;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Mynerve\";s:10:\"fontFamily\";s:16:\"Mynerve, cursive\";s:4:\"slug\";s:7:\"mynerve\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt7xCFuiZ-uydg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Mynerve\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/mynerve/mynerve-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/mynerve/mynerve.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:912;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Mystery Quest\";s:10:\"fontFamily\";s:26:\"\"Mystery Quest\", system-ui\";s:4:\"slug\";s:13:\"mystery-quest\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwQlD_9Qz9E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Mystery Quest\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/mystery-quest/mystery-quest-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/mystery-quest/mystery-quest.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:913;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"NTR\";s:10:\"fontFamily\";s:15:\"NTR, sans-serif\";s:4:\"slug\";s:3:\"ntr\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjiHWhs5TA4bg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"NTR\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/ntr/ntr-400-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/ntr/ntr.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:914;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Nabla\";s:10:\"fontFamily\";s:16:\"Nabla, system-ui\";s:4:\"slug\";s:5:\"nabla\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/nabla/v10/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRVUFFR_198.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Nabla\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/nabla/nabla-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/nabla/nabla.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:915;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Namdhinggo\";s:10:\"fontFamily\";s:17:\"Namdhinggo, serif\";s:4:\"slug\";s:10:\"namdhinggo\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TDnCj4yxx7o8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Namdhinggo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNoGKxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Namdhinggo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNq2NxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Namdhinggo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNsmMxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Namdhinggo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNtWPxyFa8oZK9I0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Namdhinggo\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo-800-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/namdhinggo/namdhinggo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:916;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Nanum Brush Script\";s:10:\"fontFamily\";s:29:\"\"Nanum Brush Script\", cursive\";s:4:\"slug\";s:18:\"nanum-brush-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyi6Br1lO97Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Nanum Brush Script\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-brush-script/nanum-brush-script-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-brush-script/nanum-brush-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:917;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Nanum Gothic\";s:10:\"fontFamily\";s:26:\"\"Nanum Gothic\", sans-serif\";s:4:\"slug\";s:12:\"nanum-gothic\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/nanumgothic/v23/PN_3Rfi-oW3hYwmKDpxS7F_z-9Lfxno73g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Nanum Gothic\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic/nanum-gothic-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1En14YEUQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Nanum Gothic\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic/nanum-gothic-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LXv77y1En14YEUQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Nanum Gothic\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic/nanum-gothic-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic/nanum-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:918;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Nanum Gothic Coding\";s:10:\"fontFamily\";s:30:\"\"Nanum Gothic Coding\", cursive\";s:4:\"slug\";s:19:\"nanum-gothic-coding\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6ExVs1X7tc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Nanum Gothic Coding\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic-coding/nanum-gothic-coding-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsB88t5V9r4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Nanum Gothic Coding\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic-coding/nanum-gothic-coding-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-gothic-coding/nanum-gothic-coding.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:919;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Nanum Myeongjo\";s:10:\"fontFamily\";s:23:\"\"Nanum Myeongjo\", serif\";s:4:\"slug\";s:14:\"nanum-myeongjo\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nanummyeongjo/v22/9Btx3DZF0dXLMZlywRbVRNhxy1LueHQ8juyl.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Nanum Myeongjo\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-myeongjo/nanum-myeongjo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1AxpfCs5Kos.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Nanum Myeongjo\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-myeongjo/nanum-myeongjo-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFAxpfCs5Kos.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Nanum Myeongjo\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-myeongjo/nanum-myeongjo-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-myeongjo/nanum-myeongjo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:920;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Nanum Pen Script\";s:10:\"fontFamily\";s:27:\"\"Nanum Pen Script\", cursive\";s:4:\"slug\";s:16:\"nanum-pen-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2zv-aMFCcTU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Nanum Pen Script\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-pen-script/nanum-pen-script-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/nanum-pen-script/nanum-pen-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:921;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Narnoor\";s:10:\"fontFamily\";s:14:\"Narnoor, serif\";s:4:\"slug\";s:7:\"narnoor\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/narnoor/v7/cIf9MaFWuVo-UTyPxCyrYGkHgIs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Narnoor\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_N2CRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Narnoor\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_PGFRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Narnoor\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_JWERGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Narnoor\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_ImHRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Narnoor\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/narnoor/narnoor.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:922;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Neonderthaw\";s:10:\"fontFamily\";s:20:\"Neonderthaw, cursive\";s:4:\"slug\";s:11:\"neonderthaw\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/neonderthaw/v6/Iure6Yx5-oWVZI0r-17AeZZMprVA4XQ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Neonderthaw\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/neonderthaw/neonderthaw-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/neonderthaw/neonderthaw.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:923;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nerko One\";s:10:\"fontFamily\";s:20:\"\"Nerko One\", cursive\";s:4:\"slug\";s:9:\"nerko-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjzdZ5BZmqa3A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nerko One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nerko-one/nerko-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nerko-one/nerko-one.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:924;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Neucha\";s:10:\"fontFamily\";s:15:\"Neucha, cursive\";s:4:\"slug\";s:6:\"neucha\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvvwNsCxVEgA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neucha\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neucha/neucha-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/neucha/neucha.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:925;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Neuton\";s:10:\"fontFamily\";s:13:\"Neuton, serif\";s:4:\"slug\";s:6:\"neuton\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKAKkffwD5Drog6Q.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKZKoffwD5Drog6Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/neuton/v22/UMBTrPtMoH62xUZyzYI7civlBw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/neuton/v22/UMBRrPtMoH62xUZCyog6UC71B6M5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKdK0ffwD5Drog6Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKaK4ffwD5Drog6Q.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Neuton\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton-800-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/neuton/neuton.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:926;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"New Amsterdam\";s:10:\"fontFamily\";s:27:\"\"New Amsterdam\", sans-serif\";s:4:\"slug\";s:13:\"new-amsterdam\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/newamsterdam/v1/YA9Vr02Y5lucHqUlbEe51kBtl7yGiv_Q7dA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"New Amsterdam\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/new-amsterdam/new-amsterdam-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/new-amsterdam/new-amsterdam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:927;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"New Rocker\";s:10:\"fontFamily\";s:23:\"\"New Rocker\", system-ui\";s:4:\"slug\";s:10:\"new-rocker\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGYViblPtXs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"New Rocker\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/new-rocker/new-rocker-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/new-rocker/new-rocker.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:928;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"New Tegomin\";s:10:\"fontFamily\";s:20:\"\"New Tegomin\", serif\";s:4:\"slug\";s:11:\"new-tegomin\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/newtegomin/v11/SLXMc1fV7Gd9USdBAfPlqfNxQ3ptkDMN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"New Tegomin\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/new-tegomin/new-tegomin-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/new-tegomin/new-tegomin.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:929;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"News Cycle\";s:10:\"fontFamily\";s:24:\"\"News Cycle\", sans-serif\";s:4:\"slug\";s:10:\"news-cycle\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/newscycle/v23/CSR64z1Qlv-GDxkbKVQ_TOIATNt_pOU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"News Cycle\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/news-cycle/news-cycle-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/newscycle/v23/CSR54z1Qlv-GDxkbKVQ_dFsvaNZUuOwkC2s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"News Cycle\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/news-cycle/news-cycle-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/news-cycle/news-cycle.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:930;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Newsreader\";s:10:\"fontFamily\";s:17:\"Newsreader, serif\";s:4:\"slug\";s:10:\"newsreader\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjACexEPjCggA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-200-italic.svg\";}i:8;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-300-italic.svg\";}i:9;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-400-italic.svg\";}i:10;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-500-italic.svg\";}i:11;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-700-italic.svg\";}i:13;a:5:{s:3:\"src\";s:117:\"https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZFHDWwgECi.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Newsreader\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-800-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:931;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Niconne\";s:10:\"fontFamily\";s:16:\"Niconne, cursive\";s:4:\"slug\";s:7:\"niconne\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQ6t2F4OuOo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niconne\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niconne/niconne-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/niconne/niconne.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:932;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Niramit\";s:10:\"fontFamily\";s:19:\"Niramit, sans-serif\";s:4:\"slug\";s:7:\"niramit\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVXx7ti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXimOrr3EZZ_f6w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4ti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiqOrr3EZZ_f6w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLbbFQkiCvs5Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZakwKqo5bYbA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5ti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiuOrr3EZZ_f6w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-ti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiyOrr3EZZ_f6w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_ti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2Orr3EZZ_f6w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Niramit\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/niramit/niramit.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:933;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nixie One\";s:10:\"fontFamily\";s:22:\"\"Nixie One\", system-ui\";s:4:\"slug\";s:9:\"nixie-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoVeFzpS-yLw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nixie One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nixie-one/nixie-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nixie-one/nixie-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:934;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Nobile\";s:10:\"fontFamily\";s:18:\"Nobile, sans-serif\";s:4:\"slug\";s:6:\"nobile\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1i2W6fXeLVdbw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/nobile/v17/m8JRjflSeaOVl1iGXK3WWrBNb3OD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iOqo7zdZ5BZmqa3A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJUnc5RARG-K3Mud.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-500-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iO4ojzdZ5BZmqa3A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJVvdZRARG-K3Mud.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nobile\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/nobile/nobile.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:935;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Nokora\";s:10:\"fontFamily\";s:18:\"Nokora, sans-serif\";s:4:\"slug\";s:6:\"nokora\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/nokora/v31/hYkKPuwgTubzaWxoXzAOgPNw8QZN.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nokora\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxolxIrr918-B9Uuw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nokora\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/nokora/v31/hYkIPuwgTubzaWxQPjoPovZg8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nokora\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxohxUrr918-B9Uuw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nokora\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxovxcrr918-B9Uuw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nokora\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/nokora/nokora.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:936;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Norican\";s:10:\"fontFamily\";s:16:\"Norican, cursive\";s:4:\"slug\";s:7:\"norican\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPGJdRtGs-lbA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Norican\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/norican/norican-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/norican/norican.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:937;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Nosifer\";s:10:\"fontFamily\";s:18:\"Nosifer, system-ui\";s:4:\"slug\";s:7:\"nosifer\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/nosifer/v22/ZGjXol5JTp0g5bxZaChRVDNdGDs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Nosifer\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/nosifer/nosifer-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/nosifer/nosifer.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:938;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Notable\";s:10:\"fontFamily\";s:19:\"Notable, sans-serif\";s:4:\"slug\";s:7:\"notable\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/notable/v18/gNMEW3N_SIqx-WX9-HYoFIez5MI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Notable\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/notable/notable-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/notable/notable.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:939;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Nothing You Could Do\";s:10:\"fontFamily\";s:31:\"\"Nothing You Could Do\", cursive\";s:4:\"slug\";s:20:\"nothing-you-could-do\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/nothingyoucoulddo/v19/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OMl1ol2Ymo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Nothing You Could Do\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/nothing-you-could-do/nothing-you-could-do-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/nothing-you-could-do/nothing-you-could-do.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:940;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noticia Text\";s:10:\"fontFamily\";s:21:\"\"Noticia Text\", serif\";s:4:\"slug\";s:12:\"noticia-text\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GZDFZt0rNpQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noticia Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noticia-text/noticia-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztYlU_dpSjt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Noticia Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noticia-text/noticia-text-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59umHRrDH0eA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noticia Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noticia-text/noticia-text-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvQjjTkeMnz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Noticia Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noticia-text/noticia-text-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noticia-text/noticia-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:941;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:16:\"Noto Color Emoji\";s:10:\"fontFamily\";s:30:\"\"Noto Color Emoji\", sans-serif\";s:4:\"slug\";s:16:\"noto-color-emoji\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notocoloremoji/v32/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFabts79iz64w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Color Emoji\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:942;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:10:\"Noto Emoji\";s:10:\"fontFamily\";s:24:\"\"Noto Emoji\", sans-serif\";s:4:\"slug\";s:10:\"noto-emoji\";s:8:\"fontFace\";a:5:{i:0;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoemoji/v51/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwqS-FGJCMY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Emoji\";}i:1;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoemoji/v51/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwqS-FGJCMY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Emoji\";}i:2;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoemoji/v51/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwqS-FGJCMY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Emoji\";}i:3;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoemoji/v51/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwqS-FGJCMY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Emoji\";}i:4;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoemoji/v51/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwqS-FGJCMY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Emoji\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:943;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:16:\"Noto Kufi Arabic\";s:10:\"fontFamily\";s:30:\"\"Noto Kufi Arabic\", sans-serif\";s:4:\"slug\";s:16:\"noto-kufi-arabic\";s:8:\"fontFace\";a:9:{i:0;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:1;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:2;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:3;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:4;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:5;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:6;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:7;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}i:8;a:4:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbKnLSmf5yD.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Kufi Arabic\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:944;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Noto Music\";s:10:\"fontFamily\";s:24:\"\"Noto Music\", sans-serif\";s:4:\"slug\";s:10:\"noto-music\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxItKQB9Zra1U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Music\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-music/noto-music-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-music/noto-music.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:945;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Naskh Arabic\";s:10:\"fontFamily\";s:26:\"\"Noto Naskh Arabic\", serif\";s:4:\"slug\";s:17:\"noto-naskh-arabic\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notonaskharabic/v34/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5kqa0z9_Mnuw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Naskh Arabic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-naskh-arabic/noto-naskh-arabic-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notonaskharabic/v34/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85kqa0z9_Mnuw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Naskh Arabic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-naskh-arabic/noto-naskh-arabic-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notonaskharabic/v34/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkqa0z9_Mnuw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Naskh Arabic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-naskh-arabic/noto-naskh-arabic-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notonaskharabic/v34/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkqa0z9_Mnuw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Naskh Arabic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-naskh-arabic/noto-naskh-arabic-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-naskh-arabic/noto-naskh-arabic.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:946;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Nastaliq Urdu\";s:10:\"fontFamily\";s:27:\"\"Noto Nastaliq Urdu\", serif\";s:4:\"slug\";s:18:\"noto-nastaliq-urdu\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-DKif2-_8mEw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Nastaliq Urdu\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-nastaliq-urdu/noto-nastaliq-urdu-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qu3-DKif2-_8mEw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Nastaliq Urdu\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-nastaliq-urdu/noto-nastaliq-urdu-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3QgH5DKif2-_8mEw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Nastaliq Urdu\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-nastaliq-urdu/noto-nastaliq-urdu-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qjj5DKif2-_8mEw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Nastaliq Urdu\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-nastaliq-urdu/noto-nastaliq-urdu-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-nastaliq-urdu/noto-nastaliq-urdu.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:947;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Rashi Hebrew\";s:10:\"fontFamily\";s:26:\"\"Noto Rashi Hebrew\", serif\";s:4:\"slug\";s:17:\"noto-rashi-hebrew\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notorashihebrew/v26/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkQiq6Nf2pfA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Rashi Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-rashi-hebrew/noto-rashi-hebrew.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:948;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Noto Sans\";s:10:\"fontFamily\";s:23:\"\"Noto Sans\", sans-serif\";s:4:\"slug\";s:9:\"noto-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9At9Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9A99Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9BN9Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDcf6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLce6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QGke6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QAUe6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLcZ6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Noto Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans/noto-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:949;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Adlam\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Adlam\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-adlam\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGzBZLwhuvk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Adlam\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam/noto-sans-adlam-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGzBZLwhuvk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Adlam\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam/noto-sans-adlam-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGzBZLwhuvk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Adlam\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam/noto-sans-adlam-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGzBZLwhuvk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Adlam\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam/noto-sans-adlam-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam/noto-sans-adlam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:950;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Noto Sans Adlam Unjoined\";s:10:\"fontFamily\";s:38:\"\"Noto Sans Adlam Unjoined\", sans-serif\";s:4:\"slug\";s:24:\"noto-sans-adlam-unjoined\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v26/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMQe-E3slUg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Adlam Unjoined\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam-unjoined/noto-sans-adlam-unjoined-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v26/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMQe-E3slUg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Adlam Unjoined\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam-unjoined/noto-sans-adlam-unjoined-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v26/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMQe-E3slUg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Adlam Unjoined\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam-unjoined/noto-sans-adlam-unjoined-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v26/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMQe-E3slUg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Adlam Unjoined\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam-unjoined/noto-sans-adlam-unjoined-700-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-adlam-unjoined/noto-sans-adlam-unjoined.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:951;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:10:\"fontFamily\";s:45:\"\"Noto Sans Anatolian Hieroglyphs\", sans-serif\";s:4:\"slug\";s:31:\"noto-sans-anatolian-hieroglyphs\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXyPIymc5QYo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:7:\"preview\";s:123:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-anatolian-hieroglyphs/noto-sans-anatolian-hieroglyphs-400-normal.svg\";}}s:7:\"preview\";s:112:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-anatolian-hieroglyphs/noto-sans-anatolian-hieroglyphs.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:952;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:16:\"Noto Sans Arabic\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Arabic\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-arabic\";s:8:\"fontFace\";a:9:{i:0;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:1;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:2;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:3;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:4;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:5;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:6;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:7;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}i:8;a:4:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvvnCBFQLaig.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Arabic\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:953;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Armenian\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Armenian\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-armenian\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0nYy6zF3Eg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Armenian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-armenian/noto-sans-armenian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:954;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Avestan\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Avestan\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-avestan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkyu4SASLji8U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Avestan\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-avestan/noto-sans-avestan-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-avestan/noto-sans-avestan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:955;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Balinese\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Balinese\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-balinese\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhEtVd222PPY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Balinese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-balinese/noto-sans-balinese-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhEtVd222PPY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Balinese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-balinese/noto-sans-balinese-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahEtVd222PPY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Balinese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-balinese/noto-sans-balinese-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahEtVd222PPY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Balinese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-balinese/noto-sans-balinese-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-balinese/noto-sans-balinese.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:956;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Bamum\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Bamum\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-bamum\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_0LykxEkxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Bamum\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bamum/noto-sans-bamum-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_0LykxEkxA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Bamum\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bamum/noto-sans-bamum-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_0LykxEkxA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Bamum\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bamum/noto-sans-bamum-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_0LykxEkxA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Bamum\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bamum/noto-sans-bamum-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bamum/noto-sans-bamum.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:957;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Bassa Vah\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Bassa Vah\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-bassa-vah\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6s34gH-GD7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Bassa Vah\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bassa-vah/noto-sans-bassa-vah-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MoAc6s34gH-GD7.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Bassa Vah\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bassa-vah/noto-sans-bassa-vah-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4PEBs6s34gH-GD7.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Bassa Vah\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bassa-vah/noto-sans-bassa-vah-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4P9Bs6s34gH-GD7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Bassa Vah\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bassa-vah/noto-sans-bassa-vah-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bassa-vah/noto-sans-bassa-vah.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:958;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Batak\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Batak\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-batak\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansbatak/v20/gok2H6TwAEdtF9N8-mdTCQvT-Zdgpo_PHuk74A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Batak\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-batak/noto-sans-batak-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-batak/noto-sans-batak.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:959;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Bengali\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Bengali\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-bengali\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudWk8izI0lc.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Bengali\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bengali/noto-sans-bengali.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:960;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Bhaiksuki\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Bhaiksuki\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-bhaiksuki\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rfUdU4wh9U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Bhaiksuki\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bhaiksuki/noto-sans-bhaiksuki-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-bhaiksuki/noto-sans-bhaiksuki.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:961;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Brahmi\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Brahmi\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-brahmi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV18te1W77HtMo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Brahmi\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-brahmi/noto-sans-brahmi-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-brahmi/noto-sans-brahmi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:962;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Buginese\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Buginese\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-buginese\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gsPuEXLmNtw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Buginese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-buginese/noto-sans-buginese-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-buginese/noto-sans-buginese.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:963;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Buhid\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Buhid\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-buhid\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzAfqtgnaFoGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Buhid\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-buhid/noto-sans-buhid-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-buhid/noto-sans-buhid.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:964;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:29:\"Noto Sans Canadian Aboriginal\";s:10:\"fontFamily\";s:43:\"\"Noto Sans Canadian Aboriginal\", sans-serif\";s:4:\"slug\";s:29:\"noto-sans-canadian-aboriginal\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:139:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v26/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_zQsg0q0uhQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Canadian Aboriginal\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal-900-normal.svg\";}}s:7:\"preview\";s:108:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-canadian-aboriginal/noto-sans-canadian-aboriginal.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:965;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Carian\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Carian\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-carian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs78b9yGLmfI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Carian\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-carian/noto-sans-carian-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-carian/noto-sans-carian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:966;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:28:\"Noto Sans Caucasian Albanian\";s:10:\"fontFamily\";s:42:\"\"Noto Sans Caucasian Albanian\", sans-serif\";s:4:\"slug\";s:28:\"noto-sans-caucasian-albanian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYXmoVmRSZo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:28:\"Noto Sans Caucasian Albanian\";s:7:\"preview\";s:117:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-caucasian-albanian/noto-sans-caucasian-albanian-400-normal.svg\";}}s:7:\"preview\";s:106:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-caucasian-albanian/noto-sans-caucasian-albanian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:967;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Chakma\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Chakma\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-chakma\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4J3TQhYBeYo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Chakma\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-chakma/noto-sans-chakma-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-chakma/noto-sans-chakma.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:968;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Cham\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Cham\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-cham\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0curGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanscham/v31/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscurGykboaLg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Cham\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cham/noto-sans-cham.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:969;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Cherokee\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Cherokee\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-cherokee\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDky5rAffjl0.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Cherokee\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cherokee/noto-sans-cherokee.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:970;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Chorasmian\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Chorasmian\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-chorasmian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S5v3oH7w4g9b.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Chorasmian\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-chorasmian/noto-sans-chorasmian-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-chorasmian/noto-sans-chorasmian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:971;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Coptic\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Coptic\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-coptic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd786_VG0xR4Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Coptic\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-coptic/noto-sans-coptic-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-coptic/noto-sans-coptic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:972;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Cuneiform\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Cuneiform\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-cuneiform\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgbpJlRQueeQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Cuneiform\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cuneiform/noto-sans-cuneiform-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cuneiform/noto-sans-cuneiform.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:973;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Cypriot\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Cypriot\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-cypriot\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIpK5MPpahF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Cypriot\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cypriot/noto-sans-cypriot-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cypriot/noto-sans-cypriot.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:974;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans Cypro Minoan\";s:10:\"fontFamily\";s:36:\"\"Noto Sans Cypro Minoan\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-cypro-minoan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGq9KSf8_eQSE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Cypro Minoan\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cypro-minoan/noto-sans-cypro-minoan-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-cypro-minoan/noto-sans-cypro-minoan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:975;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Deseret\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Deseret\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-deseret\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Deseret\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-deseret/noto-sans-deseret-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-deseret/noto-sans-deseret.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:976;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Devanagari\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Devanagari\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-devanagari\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:136:\"https://fonts.gstatic.com/s/notosansdevanagari/v26/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-UzoFoW4Ow.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Devanagari\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari-900-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-devanagari/noto-sans-devanagari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:977;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Display\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Display\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-display\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTSQ2iHrvWM.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa2wPurWM9uQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Noto Sans Display\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display-900-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-display/noto-sans-display.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:978;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Duployan\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Duployan\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-duployan\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansduployan/v18/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrE8In6WYDvA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Duployan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-duployan/noto-sans-duployan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosansduployan/v18/gokwH7nwAEdtF9N8-mdTDx_X9JM5wsvTqu0D5E0ftZS-Iw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Duployan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-duployan/noto-sans-duployan-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-duployan/noto-sans-duployan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:979;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:10:\"fontFamily\";s:44:\"\"Noto Sans Egyptian Hieroglyphs\", sans-serif\";s:4:\"slug\";s:30:\"noto-sans-egyptian-hieroglyphs\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v29/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindTFK8xRg7iw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:7:\"preview\";s:121:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-egyptian-hieroglyphs/noto-sans-egyptian-hieroglyphs-400-normal.svg\";}}s:7:\"preview\";s:110:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-egyptian-hieroglyphs/noto-sans-egyptian-hieroglyphs.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:980;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Elbasan\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Elbasan\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-elbasan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdgre4dFcFh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Elbasan\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-elbasan/noto-sans-elbasan-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-elbasan/noto-sans-elbasan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:981;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Elymaic\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Elymaic\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-elymaic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AmWOT0zi2V.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Elymaic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-elymaic/noto-sans-elymaic-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-elymaic/noto-sans-elymaic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:982;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Ethiopic\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Ethiopic\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-ethiopic\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OKqDmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OK6DmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T34QK6DmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK6DmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T358K6DmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36QLKDmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36pLKDmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OLKDmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37nLKDmwmfeaY9u.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ethiopic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ethiopic/noto-sans-ethiopic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:983;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Georgian\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Georgian\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-georgian\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j7f5WK0OQV.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Georgian\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-georgian/noto-sans-georgian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:984;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Glagolitic\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Glagolitic\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-glagolitic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERP4Amu7nM1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Glagolitic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-glagolitic/noto-sans-glagolitic-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-glagolitic/noto-sans-glagolitic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:985;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Gothic\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Gothic\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-gothic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMD40kFQRx0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Gothic\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gothic/noto-sans-gothic-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gothic/noto-sans-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:986;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Grantha\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Grantha\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-grantha\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansgrantha/v19/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8ZFeulHc6N.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Grantha\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-grantha/noto-sans-grantha-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-grantha/noto-sans-grantha.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:987;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Gujarati\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Gujarati\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-gujarati\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPJ_OdiEH0s.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gujarati\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gujarati/noto-sans-gujarati.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:988;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Noto Sans Gunjala Gondi\";s:10:\"fontFamily\";s:37:\"\"Noto Sans Gunjala Gondi\", sans-serif\";s:4:\"slug\";s:23:\"noto-sans-gunjala-gondi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YDE5Z4vCTxEJQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Gunjala Gondi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gunjala-gondi/noto-sans-gunjala-gondi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL04DE5Z4vCTxEJQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Gunjala Gondi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gunjala-gondi/noto-sans-gunjala-gondi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLP4fE5Z4vCTxEJQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Gunjala Gondi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gunjala-gondi/noto-sans-gunjala-gondi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:125:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLBofE5Z4vCTxEJQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Gunjala Gondi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gunjala-gondi/noto-sans-gunjala-gondi-700-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gunjala-gondi/noto-sans-gunjala-gondi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:989;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Gurmukhi\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Gurmukhi\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-gurmukhi\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3b0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3Oenb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0Qenb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oenb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXb0Z_trdp7h.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Gurmukhi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-gurmukhi/noto-sans-gurmukhi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:990;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans HK\";s:10:\"fontFamily\";s:26:\"\"Noto Sans HK\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-hk\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB_-oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB--oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qC5--oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qEJ--oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qK55-oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qJd5-oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB5-oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanshk/v32/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qNl5-oCTiYjNvVA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans HK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hk/noto-sans-hk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:991;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Noto Sans Hanifi Rohingya\";s:10:\"fontFamily\";s:39:\"\"Noto Sans Hanifi Rohingya\", sans-serif\";s:4:\"slug\";s:25:\"noto-sans-hanifi-rohingya\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6qvcudK8rN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Noto Sans Hanifi Rohingya\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanifi-rohingya/noto-sans-hanifi-rohingya-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6qvcudK8rN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Noto Sans Hanifi Rohingya\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanifi-rohingya/noto-sans-hanifi-rohingya-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6qvcudK8rN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Noto Sans Hanifi Rohingya\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanifi-rohingya/noto-sans-hanifi-rohingya-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6qvcudK8rN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Noto Sans Hanifi Rohingya\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanifi-rohingya/noto-sans-hanifi-rohingya-700-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanifi-rohingya/noto-sans-hanifi-rohingya.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:992;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Hanunoo\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Hanunoo\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-hanunoo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEpEpgL_ix2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Hanunoo\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanunoo/noto-sans-hanunoo-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hanunoo/noto-sans-hanunoo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:993;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Hatran\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Hatran\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-hatran\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mMo3r1nwzDs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hatran\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hatran/noto-sans-hatran-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hatran/noto-sans-hatran.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:994;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Hebrew\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Hebrew\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-hebrew\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2tpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2tpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942tpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2tpyJltutR2g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Hebrew\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-hebrew/noto-sans-hebrew.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:995;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Noto Sans Imperial Aramaic\";s:10:\"fontFamily\";s:40:\"\"Noto Sans Imperial Aramaic\", sans-serif\";s:4:\"slug\";s:26:\"noto-sans-imperial-aramaic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansimperialaramaic/v17/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdjl3YfPNno.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Noto Sans Imperial Aramaic\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-imperial-aramaic/noto-sans-imperial-aramaic-400-normal.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-imperial-aramaic/noto-sans-imperial-aramaic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:996;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:10:\"fontFamily\";s:43:\"\"Noto Sans Indic Siyaq Numbers\", sans-serif\";s:4:\"slug\";s:29:\"noto-sans-indic-siyaq-numbers\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2TPOpVd5Iu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:7:\"preview\";s:119:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-indic-siyaq-numbers/noto-sans-indic-siyaq-numbers-400-normal.svg\";}}s:7:\"preview\";s:108:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-indic-siyaq-numbers/noto-sans-indic-siyaq-numbers.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:997;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:10:\"fontFamily\";s:45:\"\"Noto Sans Inscriptional Pahlavi\", sans-serif\";s:4:\"slug\";s:31:\"noto-sans-inscriptional-pahlavi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v17/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVt-VOAYK0QA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:7:\"preview\";s:123:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-inscriptional-pahlavi/noto-sans-inscriptional-pahlavi-400-normal.svg\";}}s:7:\"preview\";s:112:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-inscriptional-pahlavi/noto-sans-inscriptional-pahlavi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:998;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:32:\"Noto Sans Inscriptional Parthian\";s:10:\"fontFamily\";s:46:\"\"Noto Sans Inscriptional Parthian\", sans-serif\";s:4:\"slug\";s:32:\"noto-sans-inscriptional-parthian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/notosansinscriptionalparthian/v17/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBM2jNkLlLr.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:32:\"Noto Sans Inscriptional Parthian\";s:7:\"preview\";s:125:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-inscriptional-parthian/noto-sans-inscriptional-parthian-400-normal.svg\";}}s:7:\"preview\";s:114:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-inscriptional-parthian/noto-sans-inscriptional-parthian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:999;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans JP\";s:10:\"fontFamily\";s:26:\"\"Noto Sans JP\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-jp\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk757Y0rw-oME.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans JP\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-jp/noto-sans-jp.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1000;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Javanese\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Javanese\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-javanese\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFxiZYWj4O8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Javanese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-javanese/noto-sans-javanese-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxKvkFFxiZYWj4O8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Javanese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-javanese/noto-sans-javanese-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxEfjFFxiZYWj4O8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Javanese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-javanese/noto-sans-javanese-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxH7jFFxiZYWj4O8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Javanese\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-javanese/noto-sans-javanese-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-javanese/noto-sans-javanese.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1001;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans KR\";s:10:\"fontFamily\";s:26:\"\"Noto Sans KR\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-kr\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLHq8H4hfeE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans KR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kr/noto-sans-kr.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1002;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Kaithi\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Kaithi\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-kaithi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanskaithi/v22/buEtppS9f8_vkXadMBJJu0tWjLwjQigKdoZIKlo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Kaithi\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kaithi/noto-sans-kaithi-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kaithi/noto-sans-kaithi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1003;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Kannada\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Kannada\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-kannada\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzScMLsPKrkY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Kannada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kannada/noto-sans-kannada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1004;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Kawi\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Kawi\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-kawi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhmD5RyMjXVsQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Kawi\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kawi/noto-sans-kawi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK0ghmD5RyMjXVsQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Kawi\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kawi/noto-sans-kawi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKPg9mD5RyMjXVsQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Kawi\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kawi/noto-sans-kawi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKBw9mD5RyMjXVsQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Kawi\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kawi/noto-sans-kawi-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kawi/noto-sans-kawi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1005;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Kayah Li\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Kayah Li\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-kayah-li\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZT4EXLuKVM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Kayah Li\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kayah-li/noto-sans-kayah-li-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZT4EXLuKVM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Kayah Li\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kayah-li/noto-sans-kayah-li-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZT4EXLuKVM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Kayah Li\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kayah-li/noto-sans-kayah-li-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZT4EXLuKVM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Kayah Li\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kayah-li/noto-sans-kayah-li-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kayah-li/noto-sans-kayah-li.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1006;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Kharoshthi\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Kharoshthi\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-kharoshthi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z9rFyx5mR1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Kharoshthi\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kharoshthi/noto-sans-kharoshthi-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-kharoshthi/noto-sans-kharoshthi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1007;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Khmer\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Khmer\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-khmer\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z9kAbrddiA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Khmer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khmer/noto-sans-khmer.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1008;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Khojki\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Khojki\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-khojki\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmK_J709jy92k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Khojki\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khojki/noto-sans-khojki-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khojki/noto-sans-khojki.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1009;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Khudawadi\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Khudawadi\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-khudawadi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosanskhudawadi/v22/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjFnVVXz9MY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Khudawadi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khudawadi/noto-sans-khudawadi-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-khudawadi/noto-sans-khudawadi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1010;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Sans Lao\";s:10:\"fontFamily\";s:27:\"\"Noto Sans Lao\", sans-serif\";s:4:\"slug\";s:13:\"noto-sans-lao\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8HdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdepMK3riB2w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Lao\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao/noto-sans-lao.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1011;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Lao Looped\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Lao Looped\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-lao-looped\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr2M-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHr3M-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomKT3M-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3M-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomMj3M-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomCTwM-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomB3wM-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHrwM-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomFPwM-Nw5V_T71k.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Lao Looped\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped-900-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lao-looped/noto-sans-lao-looped.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1012;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Lepcha\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Lepcha\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-lepcha\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS32AdstqBXgd4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Lepcha\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lepcha/noto-sans-lepcha-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lepcha/noto-sans-lepcha.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1013;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Limbu\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Limbu\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-limbu\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosanslimbu/v24/3JnlSDv90Gmq2mrzckOBBRRoNJVj1cF3OHRDnA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Limbu\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-limbu/noto-sans-limbu-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-limbu/noto-sans-limbu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1014;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Linear A\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Linear A\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-linear-a\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22y2HQAGQicw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Linear A\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-linear-a/noto-sans-linear-a-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-linear-a/noto-sans-linear-a.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1015;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Linear B\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Linear B\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-linear-b\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV2RkFTq4EPw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Linear B\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-linear-b/noto-sans-linear-b-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-linear-b/noto-sans-linear-b.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1016;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Lisu\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Lisu\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-lisu\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt3tIlxkVdig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Lisu\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lisu/noto-sans-lisu-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt3tIlxkVdig.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Lisu\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lisu/noto-sans-lisu-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st3tIlxkVdig.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Lisu\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lisu/noto-sans-lisu-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst3tIlxkVdig.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Lisu\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lisu/noto-sans-lisu-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lisu/noto-sans-lisu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1017;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:16:\"Noto Sans Lycian\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Lycian\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-lycian\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_zaCJwn00E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Lycian\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1018;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Lydian\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Lydian\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-lydian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUbXMoIjEQI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Lydian\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lydian/noto-sans-lydian-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-lydian/noto-sans-lydian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1019;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Mahajani\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Mahajani\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-mahajani\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5FgsARHNh4zg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Mahajani\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mahajani/noto-sans-mahajani-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mahajani/noto-sans-mahajani.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1020;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Malayalam\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Malayalam\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-malayalam\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9AVzEr6HxEA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Malayalam\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-malayalam/noto-sans-malayalam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1021;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Mandaic\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Mandaic\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-mandaic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansmandaic/v17/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_F_gMk0izH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Mandaic\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mandaic/noto-sans-mandaic-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mandaic/noto-sans-mandaic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1022;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Manichaean\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Manichaean\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-manichaean\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqHNTtFCtdX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Manichaean\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-manichaean/noto-sans-manichaean-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-manichaean/noto-sans-manichaean.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1023;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Marchen\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Marchen\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-marchen\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansmarchen/v20/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhKk652ZaHk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Marchen\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-marchen/noto-sans-marchen-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-marchen/noto-sans-marchen.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1024;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Noto Sans Masaram Gondi\";s:10:\"fontFamily\";s:37:\"\"Noto Sans Masaram Gondi\", sans-serif\";s:4:\"slug\";s:23:\"noto-sans-masaram-gondi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGb7RI9WSWX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Masaram Gondi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-masaram-gondi/noto-sans-masaram-gondi-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-masaram-gondi/noto-sans-masaram-gondi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1025;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Math\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Math\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-math\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkD-V048PW0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Math\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-math/noto-sans-math-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-math/noto-sans-math.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1026;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Noto Sans Mayan Numerals\";s:10:\"fontFamily\";s:38:\"\"Noto Sans Mayan Numerals\", sans-serif\";s:4:\"slug\";s:24:\"noto-sans-mayan-numerals\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE7soo6eepYQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Mayan Numerals\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mayan-numerals/noto-sans-mayan-numerals-400-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mayan-numerals/noto-sans-mayan-numerals.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1027;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Medefaidrin\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Medefaidrin\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-medefaidrin\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlTj18e5A3rw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Medefaidrin\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-medefaidrin/noto-sans-medefaidrin-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlTj18e5A3rw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Medefaidrin\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-medefaidrin/noto-sans-medefaidrin-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlTj18e5A3rw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Medefaidrin\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-medefaidrin/noto-sans-medefaidrin-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlTj18e5A3rw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Medefaidrin\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-medefaidrin/noto-sans-medefaidrin-700-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-medefaidrin/noto-sans-medefaidrin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1028;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans Meetei Mayek\";s:10:\"fontFamily\";s:36:\"\"Noto Sans Meetei Mayek\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-meetei-mayek\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTT5PgeFYVa.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Meetei Mayek\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek-900-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meetei-mayek/noto-sans-meetei-mayek.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1029;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Noto Sans Mende Kikakui\";s:10:\"fontFamily\";s:37:\"\"Noto Sans Mende Kikakui\", sans-serif\";s:4:\"slug\";s:23:\"noto-sans-mende-kikakui\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLUx6aDJLAHer.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Mende Kikakui\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mende-kikakui/noto-sans-mende-kikakui-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mende-kikakui/noto-sans-mende-kikakui.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1030;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Meroitic\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Meroitic\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-meroitic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDhThTiKY9KQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Meroitic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meroitic/noto-sans-meroitic-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-meroitic/noto-sans-meroitic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1031;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Miao\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Miao\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-miao\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjlUYVslLhx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Miao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-miao/noto-sans-miao-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-miao/noto-sans-miao.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1032;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Modi\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Modi\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-modi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/notosansmodi/v23/pe03MIySN5pO62Z5YkFyT7jeav5vWVAgVol-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Modi\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-modi/noto-sans-modi-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-modi/noto-sans-modi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1033;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Mongolian\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Mongolian\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-mongolian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosansmongolian/v22/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxL4g6-av1x0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Mongolian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mongolian/noto-sans-mongolian-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mongolian/noto-sans-mongolian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1034;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Mono\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Mono\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-mono\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49_XVEQQL8Y.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Mono\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mono/noto-sans-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1035;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Sans Mro\";s:10:\"fontFamily\";s:27:\"\"Noto Sans Mro\", sans-serif\";s:4:\"slug\";s:13:\"noto-sans-mro\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDnRtjkho4M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Mro\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mro/noto-sans-mro-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-mro/noto-sans-mro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1036;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Multani\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Multani\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-multani\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1AxpfCs5Kos.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Multani\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-multani/noto-sans-multani-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-multani/noto-sans-multani.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1037;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:17:\"Noto Sans Myanmar\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Myanmar\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-myanmar\";s:8:\"fontFace\";a:9:{i:0;a:4:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uQapkAC3AY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:1;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98E1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:2;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9ME1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:3;a:4:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Enz3OU4o1AC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:4;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cE1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:5;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sE1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:6;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88E1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:7;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8ME1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}i:8;a:4:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cE1iEwLxR-r.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Myanmar\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1038;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Sans NKo\";s:10:\"fontFamily\";s:27:\"\"Noto Sans NKo\", sans-serif\";s:4:\"slug\";s:13:\"noto-sans-nko\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpMpWMHMLBrdA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans NKo\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko/noto-sans-nko-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko/noto-sans-nko.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1039;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans NKo Unjoined\";s:10:\"fontFamily\";s:36:\"\"Noto Sans NKo Unjoined\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-nko-unjoined\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans NKo Unjoined\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko-unjoined/noto-sans-nko-unjoined-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rv32gEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans NKo Unjoined\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko-unjoined/noto-sans-nko-unjoined-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsb3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans NKo Unjoined\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko-unjoined/noto-sans-nko-unjoined-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsi3QEKxf5wbh3T.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans NKo Unjoined\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko-unjoined/noto-sans-nko-unjoined-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nko-unjoined/noto-sans-nko-unjoined.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1040;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Nabataean\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Nabataean\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-nabataean\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBd9hK8kMK4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Nabataean\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nabataean/noto-sans-nabataean-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nabataean/noto-sans-nabataean.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1041;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Nag Mundari\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Nag Mundari\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-nag-mundari\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnagmundari/v2/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirbUSA0whP19M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Nag Mundari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nag-mundari/noto-sans-nag-mundari-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnagmundari/v2/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRyqrbUSA0whP19M.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Nag Mundari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nag-mundari/noto-sans-nag-mundari-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnagmundari/v2/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR8asbUSA0whP19M.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Nag Mundari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nag-mundari/noto-sans-nag-mundari-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnagmundari/v2/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR_-sbUSA0whP19M.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Nag Mundari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nag-mundari/noto-sans-nag-mundari-700-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nag-mundari/noto-sans-nag-mundari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1042;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Nandinagari\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Nandinagari\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-nandinagari\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jVbpRXzC1KOw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Nandinagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nandinagari/noto-sans-nandinagari-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nandinagari/noto-sans-nandinagari.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1043;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans New Tai Lue\";s:10:\"fontFamily\";s:35:\"\"Noto Sans New Tai Lue\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-new-tai-lue\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUPghFPKzeY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans New Tai Lue\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-new-tai-lue/noto-sans-new-tai-lue-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pddfAYUPghFPKzeY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans New Tai Lue\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-new-tai-lue/noto-sans-new-tai-lue-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdTvHYUPghFPKzeY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans New Tai Lue\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-new-tai-lue/noto-sans-new-tai-lue-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdQLHYUPghFPKzeY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans New Tai Lue\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-new-tai-lue/noto-sans-new-tai-lue-700-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-new-tai-lue/noto-sans-new-tai-lue.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1044;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Newa\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Newa\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-newa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n6qN4R5lNU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Newa\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-newa/noto-sans-newa-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-newa/noto-sans-newa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1045;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Nushu\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Nushu\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-nushu\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFXVAMArZKqQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Nushu\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nushu/noto-sans-nushu-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-nushu/noto-sans-nushu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1046;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Ogham\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Ogham\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-ogham\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrsplaQxcoCA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Ogham\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ogham/noto-sans-ogham-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ogham/noto-sans-ogham.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1047;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Ol Chiki\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Ol Chiki\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-ol-chiki\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267c6gVrz5gQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ol Chiki\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ol-chiki/noto-sans-ol-chiki-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267c6gVrz5gQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ol Chiki\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ol-chiki/noto-sans-ol-chiki-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67c6gVrz5gQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ol Chiki\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ol-chiki/noto-sans-ol-chiki-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67c6gVrz5gQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ol Chiki\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ol-chiki/noto-sans-ol-chiki-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ol-chiki/noto-sans-ol-chiki.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1048;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Noto Sans Old Hungarian\";s:10:\"fontFamily\";s:37:\"\"Noto Sans Old Hungarian\", sans-serif\";s:4:\"slug\";s:23:\"noto-sans-old-hungarian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfmbg5nCYXt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Noto Sans Old Hungarian\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-hungarian/noto-sans-old-hungarian-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-hungarian/noto-sans-old-hungarian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1049;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Old Italic\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Old Italic\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-old-italic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansolditalic/v17/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlUdRhtCC4d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Old Italic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-italic/noto-sans-old-italic-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-italic/noto-sans-old-italic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1050;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:27:\"Noto Sans Old North Arabian\";s:10:\"fontFamily\";s:41:\"\"Noto Sans Old North Arabian\", sans-serif\";s:4:\"slug\";s:27:\"noto-sans-old-north-arabian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQnEo_xw4ABw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:27:\"Noto Sans Old North Arabian\";s:7:\"preview\";s:115:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-north-arabian/noto-sans-old-north-arabian-400-normal.svg\";}}s:7:\"preview\";s:104:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-north-arabian/noto-sans-old-north-arabian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1051;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Old Permic\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Old Permic\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-old-permic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdSgv_dKYB5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Old Permic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-permic/noto-sans-old-permic-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-permic/noto-sans-old-permic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1052;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Old Persian\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Old Persian\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-old-persian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_trelQfx9CjA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Old Persian\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-persian/noto-sans-old-persian-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-persian/noto-sans-old-persian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1053;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Old Sogdian\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Old Sogdian\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-old-sogdian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosansoldsogdian/v17/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7mOIqM-9uyg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Old Sogdian\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-sogdian/noto-sans-old-sogdian-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-sogdian/noto-sans-old-sogdian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1054;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:27:\"Noto Sans Old South Arabian\";s:10:\"fontFamily\";s:41:\"\"Noto Sans Old South Arabian\", sans-serif\";s:4:\"slug\";s:27:\"noto-sans-old-south-arabian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx0etDT9HwTA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:27:\"Noto Sans Old South Arabian\";s:7:\"preview\";s:115:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-south-arabian/noto-sans-old-south-arabian-400-normal.svg\";}}s:7:\"preview\";s:104:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-south-arabian/noto-sans-old-south-arabian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1055;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Old Turkic\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Old Turkic\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-old-turkic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosansoldturkic/v18/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2UjEw-Vyws.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Old Turkic\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-turkic/noto-sans-old-turkic-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-old-turkic/noto-sans-old-turkic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1056;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Oriya\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Oriya\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-oriya\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0fq_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0f6_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Iviqf6_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvjGf6_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgqeK_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgTeK_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0eK_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosansoriya/v31/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvhdeK_Z6LhHBRe-.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Oriya\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-oriya/noto-sans-oriya.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1057;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Osage\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Osage\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-osage\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXQ1aSxkrMCQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Osage\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-osage/noto-sans-osage-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-osage/noto-sans-osage.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1058;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Osmanya\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Osmanya\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-osmanya\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Osmanya\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-osmanya/noto-sans-osmanya-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-osmanya/noto-sans-osmanya.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1059;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans Pahawh Hmong\";s:10:\"fontFamily\";s:36:\"\"Noto Sans Pahawh Hmong\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-pahawh-hmong\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzI_c48aMpM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Pahawh Hmong\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-pahawh-hmong/noto-sans-pahawh-hmong-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-pahawh-hmong/noto-sans-pahawh-hmong.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1060;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Palmyrene\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Palmyrene\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-palmyrene\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPne5ZpdNtcA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Palmyrene\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-palmyrene/noto-sans-palmyrene-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-palmyrene/noto-sans-palmyrene.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1061;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Pau Cin Hau\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Pau Cin Hau\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-pau-cin-hau\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdiUWqKMxsKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Pau Cin Hau\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-pau-cin-hau/noto-sans-pau-cin-hau-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-pau-cin-hau/noto-sans-pau-cin-hau.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1062;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:18:\"Noto Sans Phags Pa\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Phags Pa\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-phags-pa\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkr0SsrvNXiA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Phags Pa\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1063;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Phoenician\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Phoenician\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-phoenician\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Mot-p5561.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Phoenician\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-phoenician/noto-sans-phoenician-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-phoenician/noto-sans-phoenician.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1064;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Noto Sans Psalter Pahlavi\";s:10:\"fontFamily\";s:39:\"\"Noto Sans Psalter Pahlavi\", sans-serif\";s:4:\"slug\";s:25:\"noto-sans-psalter-pahlavi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanspsalterpahlavi/v17/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1GjKsUQBct4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Noto Sans Psalter Pahlavi\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-psalter-pahlavi/noto-sans-psalter-pahlavi-400-normal.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-psalter-pahlavi/noto-sans-psalter-pahlavi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1065;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Rejang\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Rejang\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-rejang\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Rejang\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-rejang/noto-sans-rejang-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-rejang/noto-sans-rejang.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1066;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Runic\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Runic\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-runic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWbhpvHtgIYg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Runic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-runic/noto-sans-runic-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-runic/noto-sans-runic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1067;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans SC\";s:10:\"fontFamily\";s:26:\"\"Noto Sans SC\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-sc\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanssc/v37/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans SC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sc/noto-sans-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1068;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Samaritan\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Samaritan\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-samaritan\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUotjNlOVMzQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Samaritan\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-samaritan/noto-sans-samaritan-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-samaritan/noto-sans-samaritan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1069;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Sans Saurashtra\";s:10:\"fontFamily\";s:34:\"\"Noto Sans Saurashtra\", sans-serif\";s:4:\"slug\";s:20:\"noto-sans-saurashtra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9nYjhPTSIx9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Sans Saurashtra\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-saurashtra/noto-sans-saurashtra-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-saurashtra/noto-sans-saurashtra.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1070;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Sharada\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Sharada\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-sharada\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXOPOwr4H8a.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sharada\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sharada/noto-sans-sharada-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sharada/noto-sans-sharada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1071;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Shavian\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Shavian\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-shavian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFVSplv2Cwg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Shavian\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-shavian/noto-sans-shavian-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-shavian/noto-sans-shavian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1072;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Siddham\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Siddham\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-siddham\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGqnYk3Ic92ZH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Siddham\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-siddham/noto-sans-siddham-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-siddham/noto-sans-siddham.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1073;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:21:\"Noto Sans SignWriting\";s:10:\"fontFamily\";s:35:\"\"Noto Sans SignWriting\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-signwriting\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosanssignwriting/v4/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWiUFFCARYQemg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans SignWriting\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1074;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Sinhala\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Sinhala\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-sinhala\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5l0LpJwbQRM.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sinhala\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sinhala/noto-sans-sinhala.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1075;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Sogdian\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Sogdian\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-sogdian\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo-7Pm6KHidM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Sogdian\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sogdian/noto-sans-sogdian-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sogdian/noto-sans-sogdian.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1076;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans Sora Sompeng\";s:10:\"fontFamily\";s:36:\"\"Noto Sans Sora Sompeng\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-sora-sompeng\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DsZXJQd4Mu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Sora Sompeng\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sora-sompeng/noto-sans-sora-sompeng-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DsZXJQd4Mu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Sora Sompeng\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sora-sompeng/noto-sans-sora-sompeng-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDsZXJQd4Mu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Sora Sompeng\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sora-sompeng/noto-sans-sora-sompeng-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDsZXJQd4Mu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Sora Sompeng\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sora-sompeng/noto-sans-sora-sompeng-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sora-sompeng/noto-sans-sora-sompeng.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1077;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Soyombo\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Soyombo\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-soyombo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FuIFOcK25W.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Soyombo\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-soyombo/noto-sans-soyombo-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-soyombo/noto-sans-soyombo.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1078;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Sundanese\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Sundanese\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-sundanese\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosanssundanese/v26/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHHizv7fQES.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Sundanese\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sundanese/noto-sans-sundanese-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosanssundanese/v26/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHHizv7fQES.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Sundanese\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sundanese/noto-sans-sundanese-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosanssundanese/v26/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HHizv7fQES.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Sundanese\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sundanese/noto-sans-sundanese-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notosanssundanese/v26/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HHizv7fQES.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Sundanese\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sundanese/noto-sans-sundanese-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-sundanese/noto-sans-sundanese.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1079;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Sans Syloti Nagri\";s:10:\"fontFamily\";s:36:\"\"Noto Sans Syloti Nagri\", sans-serif\";s:4:\"slug\";s:22:\"noto-sans-syloti-nagri\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosanssylotinagri/v23/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVLxN87gsj0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Sans Syloti Nagri\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syloti-nagri/noto-sans-syloti-nagri-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syloti-nagri/noto-sans-syloti-nagri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1080;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Symbols\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Symbols\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-symbols\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Qggb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notosanssymbols/v43/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1Aggb_VFRkzrbQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Symbols\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols/noto-sans-symbols.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1081;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Sans Symbols 2\";s:10:\"fontFamily\";s:33:\"\"Noto Sans Symbols 2\", sans-serif\";s:4:\"slug\";s:19:\"noto-sans-symbols-2\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/notosanssymbols2/v24/I_uyMoGduATTei9eI8daxVHDyfisHr71ypbqfX71-AI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Sans Symbols 2\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols-2/noto-sans-symbols-2-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-symbols-2/noto-sans-symbols-2.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1082;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Syriac\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Syriac\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-syriac\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9caMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD9MaMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Ud9MaMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Vx9MaMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wd88aMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wk88aMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD88aMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Xq88aMyZfUL_FC.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Syriac\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac/noto-sans-syriac.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1083;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Noto Sans Syriac Eastern\";s:10:\"fontFamily\";s:38:\"\"Noto Sans Syriac Eastern\", sans-serif\";s:4:\"slug\";s:24:\"noto-sans-syriac-eastern\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-eszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-fszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPnGfszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPh2fszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPvGYszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPsiYszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-YszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPoaYszWL5ep1QPQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Sans Syriac Eastern\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern-900-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-syriac-eastern/noto-sans-syriac-eastern.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1084;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans TC\";s:10:\"fontFamily\";s:26:\"\"Noto Sans TC\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-tc\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yCy_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7361_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yC1_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_C9Otma3uNQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans TC\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tc/noto-sans-tc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1085;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Tagalog\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Tagalog\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-tagalog\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEFA8jHexnL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Tagalog\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tagalog/noto-sans-tagalog-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tagalog/noto-sans-tagalog.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1086;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Tagbanwa\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Tagbanwa\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-tagbanwa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZQzQEaYpGoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tagbanwa\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tagbanwa/noto-sans-tagbanwa-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tagbanwa/noto-sans-tagbanwa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1087;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Tai Le\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Tai Le\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-tai-le\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58te1W77HtMo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Tai Le\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-le/noto-sans-tai-le-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-le/noto-sans-tai-le.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1088;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Tai Tham\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Tai Tham\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-tai-tham\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPg-uyaRGKMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tai Tham\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-tham/noto-sans-tai-tham-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPg-uyaRGKMw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tai Tham\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-tham/noto-sans-tai-tham-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPg-uyaRGKMw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tai Tham\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-tham/noto-sans-tai-tham-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPg-uyaRGKMw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tai Tham\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-tham/noto-sans-tai-tham-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-tham/noto-sans-tai-tham.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1089;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Tai Viet\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Tai Viet\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-tai-viet\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr7o4fWsRO9w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tai Viet\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-viet/noto-sans-tai-viet-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tai-viet/noto-sans-tai-viet.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1090;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Takri\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Takri\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-takri\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwQMe_W3khJXg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Takri\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-takri/noto-sans-takri-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-takri/noto-sans-takri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1091;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Sans Tamil\";s:10:\"fontFamily\";s:29:\"\"Noto Sans Tamil\", sans-serif\";s:4:\"slug\";s:15:\"noto-sans-tamil\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0UqKDt_EvT.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Sans Tamil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil/noto-sans-tamil.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1092;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Noto Sans Tamil Supplement\";s:10:\"fontFamily\";s:40:\"\"Noto Sans Tamil Supplement\", sans-serif\";s:4:\"slug\";s:26:\"noto-sans-tamil-supplement\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vpAeMkeq1x.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Noto Sans Tamil Supplement\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil-supplement/noto-sans-tamil-supplement-400-normal.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tamil-supplement/noto-sans-tamil-supplement.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1093;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Tangsa\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Tangsa\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-tangsa\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkyoUYdplyJDA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Tangsa\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tangsa/noto-sans-tangsa-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1qkyoUYdplyJDA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Tangsa\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tangsa/noto-sans-tangsa-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2GlCoUYdplyJDA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Tangsa\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tangsa/noto-sans-tangsa-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2_lCoUYdplyJDA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Tangsa\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tangsa/noto-sans-tangsa-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tangsa/noto-sans-tangsa.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1094;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Telugu\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Telugu\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-telugu\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqREbf-3v37w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Telugu\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-telugu/noto-sans-telugu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1095;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Thaana\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Thaana\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-thaana\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLknu4-tbNu.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Thaana\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thaana/noto-sans-thaana.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1096;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Sans Thai\";s:10:\"fontFamily\";s:28:\"\"Noto Sans Thai\", sans-serif\";s:4:\"slug\";s:14:\"noto-sans-thai\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzR-QRvzzXg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Sans Thai\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai/noto-sans-thai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1097;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Thai Looped\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Thai Looped\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-thai-looped\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50fF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3YX6AdeCT_Wfd1.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y84E4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yl4I4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3gPqocWiHvWQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yz4M4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y44Q4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yh4U4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Ym4Y4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yv4c4VwrzUO5sKA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Thai Looped\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-thai-looped/noto-sans-thai-looped.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1098;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Tifinagh\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Tifinagh\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-tifinagh\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbn77nEcXfs4Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Tifinagh\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tifinagh/noto-sans-tifinagh-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tifinagh/noto-sans-tifinagh.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1099;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Sans Tirhuta\";s:10:\"fontFamily\";s:31:\"\"Noto Sans Tirhuta\", sans-serif\";s:4:\"slug\";s:17:\"noto-sans-tirhuta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uDUBsTrn5P.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Sans Tirhuta\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tirhuta/noto-sans-tirhuta-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-tirhuta/noto-sans-tirhuta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1100;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Ugaritic\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Ugaritic\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-ugaritic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkNxoIkiazfg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Ugaritic\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ugaritic/noto-sans-ugaritic-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-ugaritic/noto-sans-ugaritic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1101;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Sans Vai\";s:10:\"fontFamily\";s:27:\"\"Noto Sans Vai\", sans-serif\";s:4:\"slug\";s:13:\"noto-sans-vai\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMHsDIRSfr0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Sans Vai\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vai/noto-sans-vai-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vai/noto-sans-vai.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1102;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Sans Vithkuqi\";s:10:\"fontFamily\";s:32:\"\"Noto Sans Vithkuqi\", sans-serif\";s:4:\"slug\";s:18:\"noto-sans-vithkuqi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Vithkuqi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vithkuqi/noto-sans-vithkuqi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvZxSgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Vithkuqi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vithkuqi/noto-sans-vithkuqi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvXBVgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Vithkuqi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vithkuqi/noto-sans-vithkuqi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvUlVgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Sans Vithkuqi\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vithkuqi/noto-sans-vithkuqi-700-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-vithkuqi/noto-sans-vithkuqi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1103;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Sans Wancho\";s:10:\"fontFamily\";s:30:\"\"Noto Sans Wancho\", sans-serif\";s:4:\"slug\";s:16:\"noto-sans-wancho\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAbopiRfKp8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Sans Wancho\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-wancho/noto-sans-wancho-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-wancho/noto-sans-wancho.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1104;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Sans Warang Citi\";s:10:\"fontFamily\";s:35:\"\"Noto Sans Warang Citi\", sans-serif\";s:4:\"slug\";s:21:\"noto-sans-warang-citi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRoOVCCXzdgA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Sans Warang Citi\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-warang-citi/noto-sans-warang-citi-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-warang-citi/noto-sans-warang-citi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1105;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Noto Sans Yi\";s:10:\"fontFamily\";s:26:\"\"Noto Sans Yi\", sans-serif\";s:4:\"slug\";s:12:\"noto-sans-yi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apwFDJNVgSNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Noto Sans Yi\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-yi/noto-sans-yi-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-yi/noto-sans-yi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1106;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Noto Sans Zanabazar Square\";s:10:\"fontFamily\";s:40:\"\"Noto Sans Zanabazar Square\", sans-serif\";s:4:\"slug\";s:26:\"noto-sans-zanabazar-square\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJ0OCEgN0Gc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Noto Sans Zanabazar Square\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-zanabazar-square/noto-sans-zanabazar-square-400-normal.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-sans-zanabazar-square/noto-sans-zanabazar-square.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1107;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Noto Serif\";s:10:\"fontFamily\";s:19:\"\"Noto Serif\", serif\";s:4:\"slug\";s:10:\"noto-serif\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFGjxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFCjxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZ9lCjxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZmlCjxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZdlejxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1ejxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFejxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZAVejxc0Lhq_Szw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLgscKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLg8cKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBMVg8cKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLg8cKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBN5g8cKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOVhMcKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOshMcKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLhMcKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPihMcKpKrCzyUi.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Noto Serif\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif-900-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif/noto-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1108;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Serif Ahom\";s:10:\"fontFamily\";s:24:\"\"Noto Serif Ahom\", serif\";s:4:\"slug\";s:15:\"noto-serif-ahom\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_AN-x-YrPFiwaw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Ahom\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ahom/noto-serif-ahom-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ahom/noto-serif-ahom.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1109;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Armenian\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Armenian\", serif\";s:4:\"slug\";s:19:\"noto-serif-armenian\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8Obw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8Kbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8Kbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8Wbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbw_XagGdkbg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Armenian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-armenian/noto-serif-armenian.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1110;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Balinese\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Balinese\", serif\";s:4:\"slug\";s:19:\"noto-serif-balinese\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notoserifbalinese/v20/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRb0JdhapcUU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Balinese\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-balinese/noto-serif-balinese-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-balinese/noto-serif-balinese.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1111;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Bengali\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Bengali\", serif\";s:4:\"slug\";s:18:\"noto-serif-bengali\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqi4LjQH8yD.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Bengali\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-bengali/noto-serif-bengali.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1112;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Serif Devanagari\";s:10:\"fontFamily\";s:30:\"\"Noto Serif Devanagari\", serif\";s:4:\"slug\";s:21:\"noto-serif-devanagari\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:138:\"https://fonts.gstatic.com/s/notoserifdevanagari/v30/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-CMUe1u_dv.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Devanagari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-devanagari/noto-serif-devanagari.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1113;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Display\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Display\", serif\";s:4:\"slug\";s:18:\"noto-serif-display\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgPaDU9hvzC.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjQfg-zCmf4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:18:\"Noto Serif Display\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display-900-italic.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-display/noto-serif-display.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1114;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Serif Dogra\";s:10:\"fontFamily\";s:25:\"\"Noto Serif Dogra\", serif\";s:4:\"slug\";s:16:\"noto-serif-dogra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fGyu3IbPzkns.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Dogra\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-dogra/noto-serif-dogra-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-dogra/noto-serif-dogra.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1115;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Ethiopic\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Ethiopic\", serif\";s:4:\"slug\";s:19:\"noto-serif-ethiopic\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjlKO9UVLyiw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Ethiopic\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ethiopic/noto-serif-ethiopic.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1116;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Georgian\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Georgian\", serif\";s:4:\"slug\";s:19:\"noto-serif-georgian\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:134:\"https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fcjTw-FgZxQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Georgian\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-georgian/noto-serif-georgian.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1117;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Grantha\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Grantha\", serif\";s:4:\"slug\";s:18:\"noto-serif-grantha\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notoserifgrantha/v21/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqEUNLR7fHGw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Grantha\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-grantha/noto-serif-grantha-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-grantha/noto-serif-grantha.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1118;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Gujarati\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Gujarati\", serif\";s:4:\"slug\";s:19:\"noto-serif-gujarati\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zrM1Kf-OJu.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gujarati\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gujarati/noto-serif-gujarati.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1119;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Gurmukhi\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Gurmukhi\", serif\";s:4:\"slug\";s:19:\"noto-serif-gurmukhi\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTImqVU7y6l.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Gurmukhi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-gurmukhi/noto-serif-gurmukhi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1120;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Serif HK\";s:10:\"fontFamily\";s:22:\"\"Noto Serif HK\", serif\";s:4:\"slug\";s:13:\"noto-serif-hk\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifhk/v9/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjV9Su1M6i.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif HK\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hk/noto-serif-hk.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1121;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Serif Hebrew\";s:10:\"fontFamily\";s:26:\"\"Noto Serif Hebrew\", serif\";s:4:\"slug\";s:17:\"noto-serif-hebrew\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoserifhebrew/v28/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAGo_vlQxz24.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Hebrew\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-hebrew/noto-serif-hebrew.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1122;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Serif JP\";s:10:\"fontFamily\";s:22:\"\"Noto Serif JP\", serif\";s:4:\"slug\";s:13:\"noto-serif-jp\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFILO5wBCU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif JP\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-jp/noto-serif-jp.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1123;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Serif KR\";s:10:\"fontFamily\";s:22:\"\"Noto Serif KR\", serif\";s:4:\"slug\";s:13:\"noto-serif-kr\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifkr/v28/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85z4ZvTePRu.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif KR\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kr/noto-serif-kr.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1124;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Kannada\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Kannada\", serif\";s:4:\"slug\";s:18:\"noto-serif-kannada\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceFJ71svgcI.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Kannada\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-kannada/noto-serif-kannada.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1125;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:30:\"Noto Serif Khitan Small Script\";s:10:\"fontFamily\";s:39:\"\"Noto Serif Khitan Small Script\", serif\";s:4:\"slug\";s:30:\"noto-serif-khitan-small-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsYslb39iddA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:30:\"Noto Serif Khitan Small Script\";s:7:\"preview\";s:121:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khitan-small-script/noto-serif-khitan-small-script-400-normal.svg\";}}s:7:\"preview\";s:110:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khitan-small-script/noto-serif-khitan-small-script.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1126;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Serif Khmer\";s:10:\"fontFamily\";s:25:\"\"Noto Serif Khmer\", serif\";s:4:\"slug\";s:16:\"noto-serif-khmer\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwWUZK9Xo4xg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Khmer\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer-900-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khmer/noto-serif-khmer.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1127;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Serif Khojki\";s:10:\"fontFamily\";s:26:\"\"Noto Serif Khojki\", serif\";s:4:\"slug\";s:17:\"noto-serif-khojki\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvzJ0Qtc5HAQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Khojki\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khojki/noto-serif-khojki-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvzJ0Qtc5HAQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Khojki\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khojki/noto-serif-khojki-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vzJ0Qtc5HAQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Khojki\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khojki/noto-serif-khojki-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vzJ0Qtc5HAQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Khojki\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khojki/noto-serif-khojki-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-khojki/noto-serif-khojki.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1128;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Noto Serif Lao\";s:10:\"fontFamily\";s:23:\"\"Noto Serif Lao\", serif\";s:4:\"slug\";s:14:\"noto-serif-lao\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:122:\"https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvajlmyhHHQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Noto Serif Lao\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-lao/noto-serif-lao.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1129;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Makasar\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Makasar\", serif\";s:4:\"slug\";s:18:\"noto-serif-makasar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7ioHTVSmevw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Makasar\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-makasar/noto-serif-makasar-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-makasar/noto-serif-makasar.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1130;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Noto Serif Malayalam\";s:10:\"fontFamily\";s:29:\"\"Noto Serif Malayalam\", serif\";s:4:\"slug\";s:20:\"noto-serif-malayalam\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:119:\"https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfmFwHpQVySg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Noto Serif Malayalam\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam-900-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-malayalam/noto-serif-malayalam.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1131;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:18:\"Noto Serif Myanmar\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Myanmar\", serif\";s:4:\"slug\";s:18:\"noto-serif-myanmar\";s:8:\"fontFace\";a:9:{i:0;a:4:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDpU9X6RPzQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:1;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:2;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:3;a:4:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1oRrocdDqRA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:4;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:5;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:6;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:7;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}i:8;a:4:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMfPv2TeXJng.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Myanmar\";}}}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1132;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif NP Hmong\";s:10:\"fontFamily\";s:28:\"\"Noto Serif NP Hmong\", serif\";s:4:\"slug\";s:19:\"noto-serif-np-hmong\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLs3u0rVO-d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif NP Hmong\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-np-hmong/noto-serif-np-hmong-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLs3u0rVO-d.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif NP Hmong\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-np-hmong/noto-serif-np-hmong-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Ls3u0rVO-d.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif NP Hmong\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-np-hmong/noto-serif-np-hmong-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Ls3u0rVO-d.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif NP Hmong\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-np-hmong/noto-serif-np-hmong-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-np-hmong/noto-serif-np-hmong.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1133;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Noto Serif Old Uyghur\";s:10:\"fontFamily\";s:30:\"\"Noto Serif Old Uyghur\", serif\";s:4:\"slug\";s:21:\"noto-serif-old-uyghur\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifolduyghur/v4/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnL-meF2yVgA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Noto Serif Old Uyghur\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-old-uyghur/noto-serif-old-uyghur-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-old-uyghur/noto-serif-old-uyghur.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1134;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Serif Oriya\";s:10:\"fontFamily\";s:25:\"\"Noto Serif Oriya\", serif\";s:4:\"slug\";s:16:\"noto-serif-oriya\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy7v039MF1j.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Oriya\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-oriya/noto-serif-oriya-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy7v039MF1j.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Oriya\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-oriya/noto-serif-oriya-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y7v039MF1j.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Oriya\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-oriya/noto-serif-oriya-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y7v039MF1j.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Oriya\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-oriya/noto-serif-oriya-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-oriya/noto-serif-oriya.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1135;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Noto Serif Ottoman Siyaq\";s:10:\"fontFamily\";s:33:\"\"Noto Serif Ottoman Siyaq\", serif\";s:4:\"slug\";s:24:\"noto-serif-ottoman-siyaq\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLI7gA00kAdA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Noto Serif Ottoman Siyaq\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ottoman-siyaq/noto-serif-ottoman-siyaq-400-normal.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-ottoman-siyaq/noto-serif-ottoman-siyaq.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1136;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Serif SC\";s:10:\"fontFamily\";s:22:\"\"Noto Serif SC\", serif\";s:4:\"slug\";s:13:\"noto-serif-sc\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoserifsc/v31/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWq847hdDWC.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif SC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sc/noto-serif-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1137;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Sinhala\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Sinhala\", serif\";s:4:\"slug\";s:18:\"noto-serif-sinhala\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMpxaLRn3W-.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Sinhala\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-sinhala/noto-serif-sinhala.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1138;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Noto Serif TC\";s:10:\"fontFamily\";s:22:\"\"Noto Serif TC\", serif\";s:4:\"slug\";s:13:\"noto-serif-tc\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGOWYMr2OM.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Noto Serif TC\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tc/noto-serif-tc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1139;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Noto Serif Tamil\";s:10:\"fontFamily\";s:25:\"\"Noto Serif Tamil\", serif\";s:4:\"slug\";s:16:\"noto-serif-tamil\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR9fz3v8Etew.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svb2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_b2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_b2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_b2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_b2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPb2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPb2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPb2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPb2ncQ9e3wx.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Noto Serif Tamil\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil-900-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tamil/noto-serif-tamil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1140;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Serif Tangut\";s:10:\"fontFamily\";s:26:\"\"Noto Serif Tangut\", serif\";s:4:\"slug\";s:17:\"noto-serif-tangut\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Tangut\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tangut/noto-serif-tangut-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tangut/noto-serif-tangut.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1141;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Serif Telugu\";s:10:\"fontFamily\";s:26:\"\"Noto Serif Telugu\", serif\";s:4:\"slug\";s:17:\"noto-serif-telugu\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewvI2fjgrZYA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Telugu\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu-900-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-telugu/noto-serif-telugu.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1142;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Serif Thai\";s:10:\"fontFamily\";s:24:\"\"Noto Serif Thai\", serif\";s:4:\"slug\";s:15:\"noto-serif-thai\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORUCmsdu0Qx.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Thai\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-thai/noto-serif-thai.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1143;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Noto Serif Tibetan\";s:10:\"fontFamily\";s:27:\"\"Noto Serif Tibetan\", serif\";s:4:\"slug\";s:18:\"noto-serif-tibetan\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPSvrdSy_32c.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Noto Serif Tibetan\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan-900-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-tibetan/noto-serif-tibetan.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1144;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Noto Serif Toto\";s:10:\"fontFamily\";s:24:\"\"Noto Serif Toto\", serif\";s:4:\"slug\";s:15:\"noto-serif-toto\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/notoseriftoto/v5/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Il-Oj55vdNug.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Toto\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-toto/noto-serif-toto-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/notoseriftoto/v5/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCx_Il-Oj55vdNug.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Toto\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-toto/noto-serif-toto-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/notoseriftoto/v5/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC_PPl-Oj55vdNug.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Toto\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-toto/noto-serif-toto-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/notoseriftoto/v5/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC8rPl-Oj55vdNug.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Noto Serif Toto\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-toto/noto-serif-toto-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-toto/noto-serif-toto.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1145;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Noto Serif Vithkuqi\";s:10:\"fontFamily\";s:28:\"\"Noto Serif Vithkuqi\", serif\";s:4:\"slug\";s:19:\"noto-serif-vithkuqi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdW2Hqy9A4teH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Vithkuqi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-vithkuqi/noto-serif-vithkuqi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRW-dW2Hqy9A4teH.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Vithkuqi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-vithkuqi/noto-serif-vithkuqi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVScm2Hqy9A4teH.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Vithkuqi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-vithkuqi/noto-serif-vithkuqi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVrcm2Hqy9A4teH.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Noto Serif Vithkuqi\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-vithkuqi/noto-serif-vithkuqi-700-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-vithkuqi/noto-serif-vithkuqi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1146;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Noto Serif Yezidi\";s:10:\"fontFamily\";s:26:\"\"Noto Serif Yezidi\", serif\";s:4:\"slug\";s:17:\"noto-serif-yezidi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkq1GJgmVCqg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Yezidi\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-yezidi/noto-serif-yezidi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkq1GJgmVCqg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Yezidi\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-yezidi/noto-serif-yezidi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkq1GJgmVCqg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Yezidi\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-yezidi/noto-serif-yezidi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkq1GJgmVCqg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Noto Serif Yezidi\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-yezidi/noto-serif-yezidi-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-serif-yezidi/noto-serif-yezidi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1147;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Noto Traditional Nushu\";s:10:\"fontFamily\";s:36:\"\"Noto Traditional Nushu\", sans-serif\";s:4:\"slug\";s:22:\"noto-traditional-nushu\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXvy1tnKa7QoqirI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Traditional Nushu\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1tnKa7QoqirI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Traditional Nushu\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXue1tnKa7QoqirI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Traditional Nushu\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXty0dnKa7QoqirI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Traditional Nushu\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXtL0dnKa7QoqirI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Noto Traditional Nushu\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-traditional-nushu/noto-traditional-nushu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1148;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:30:\"Noto Znamenny Musical Notation\";s:10:\"fontFamily\";s:44:\"\"Noto Znamenny Musical Notation\", sans-serif\";s:4:\"slug\";s:30:\"noto-znamenny-musical-notation\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:123:\"https://fonts.gstatic.com/s/notoznamennymusicalnotation/v3/CSRW4ylQnPyaDwAMK1U_AolTaJ4Lz41GcgaIZV9YO2rO88jvs5qqdoWa7g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:30:\"Noto Znamenny Musical Notation\";s:7:\"preview\";s:121:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-znamenny-musical-notation/noto-znamenny-musical-notation-400-normal.svg\";}}s:7:\"preview\";s:110:\"https://s.w.org/images/fonts/wp-6.7/previews/noto-znamenny-musical-notation/noto-znamenny-musical-notation.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1149;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Nova Cut\";s:10:\"fontFamily\";s:21:\"\"Nova Cut\", system-ui\";s:4:\"slug\";s:8:\"nova-cut\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkWxKKTM1K9nz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Nova Cut\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-cut/nova-cut-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-cut/nova-cut.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1150;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nova Flat\";s:10:\"fontFamily\";s:22:\"\"Nova Flat\", system-ui\";s:4:\"slug\";s:9:\"nova-flat\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVebEvCtkm20oJA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nova Flat\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-flat/nova-flat-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-flat/nova-flat.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1151;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nova Mono\";s:10:\"fontFamily\";s:22:\"\"Nova Mono\", monospace\";s:4:\"slug\";s:9:\"nova-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKfZWxYrdM9Sg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nova Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-mono/nova-mono-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-mono/nova-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1152;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nova Oval\";s:10:\"fontFamily\";s:22:\"\"Nova Oval\", system-ui\";s:4:\"slug\";s:9:\"nova-oval\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswCNI-h3cWkWg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nova Oval\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-oval/nova-oval-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-oval/nova-oval.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1153;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Nova Round\";s:10:\"fontFamily\";s:23:\"\"Nova Round\", system-ui\";s:4:\"slug\";s:10:\"nova-round\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTYYLeeetYEBc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Nova Round\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-round/nova-round-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-round/nova-round.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1154;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Nova Script\";s:10:\"fontFamily\";s:24:\"\"Nova Script\", system-ui\";s:4:\"slug\";s:11:\"nova-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvmQIEl0O0kEx.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nova Script\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-script/nova-script-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-script/nova-script.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1155;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nova Slim\";s:10:\"fontFamily\";s:22:\"\"Nova Slim\", system-ui\";s:4:\"slug\";s:9:\"nova-slim\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcn-zcOInrib9Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nova Slim\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-slim/nova-slim-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-slim/nova-slim.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1156;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Nova Square\";s:10:\"fontFamily\";s:24:\"\"Nova Square\", system-ui\";s:4:\"slug\";s:11:\"nova-square\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/novasquare/v24/RrQUbo9-9DV7b06QHgSWsZhFRYMgGtWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nova Square\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-square/nova-square-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/nova-square/nova-square.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1157;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Numans\";s:10:\"fontFamily\";s:18:\"Numans, sans-serif\";s:4:\"slug\";s:6:\"numans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IZBggiHVqaQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Numans\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/numans/numans-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/numans/numans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1158;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Nunito\";s:10:\"fontFamily\";s:18:\"Nunito, sans-serif\";s:4:\"slug\";s:6:\"nunito\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTY9jo7eTWk.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3j6zbXWnoeg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Nunito\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito/nunito.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1159;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Nunito Sans\";s:10:\"fontFamily\";s:25:\"\"Nunito Sans\", sans-serif\";s:4:\"slug\";s:11:\"nunito-sans\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVilnsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClnsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilnsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G5ClnsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5nsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5nsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5nsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4Gfy5nsV8kA_Ykqw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP91UlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmrR91UlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91UlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmq991UlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpR8FUlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpo8FUlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP8FUlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmom8FUlIfM0qxVd.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Nunito Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/nunito-sans/nunito-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1160;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Nuosu SIL\";s:10:\"fontFamily\";s:23:\"\"Nuosu SIL\", sans-serif\";s:4:\"slug\";s:9:\"nuosu-sil\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/nuosusil/v10/8vIK7wM3wmRn_kc4uAjeEWxbO_zo-w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Nuosu SIL\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/nuosu-sil/nuosu-sil-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/nuosu-sil/nuosu-sil.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1161;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Odibee Sans\";s:10:\"fontFamily\";s:24:\"\"Odibee Sans\", system-ui\";s:4:\"slug\";s:11:\"odibee-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/odibeesans/v18/neIPzCSooYAho6WvjeToRYk3epH9qGsf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Odibee Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/odibee-sans/odibee-sans-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/odibee-sans/odibee-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1162;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Odor Mean Chey\";s:10:\"fontFamily\";s:23:\"\"Odor Mean Chey\", serif\";s:4:\"slug\";s:14:\"odor-mean-chey\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4mrd2zqUKafv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Odor Mean Chey\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/odor-mean-chey/odor-mean-chey-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/odor-mean-chey/odor-mean-chey.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1163;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Offside\";s:10:\"fontFamily\";s:18:\"Offside, system-ui\";s:4:\"slug\";s:7:\"offside\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/offside/v24/HI_KiYMWKa9QrAykQ5TiRp-dhpQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Offside\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/offside/offside-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/offside/offside.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1164;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:2:\"Oi\";s:10:\"fontFamily\";s:13:\"Oi, system-ui\";s:4:\"slug\";s:2:\"oi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:61:\"https://fonts.gstatic.com/s/oi/v19/w8gXH2EuRqtfut6yjBOG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:2:\"Oi\";s:7:\"preview\";s:65:\"https://s.w.org/images/fonts/wp-6.7/previews/oi/oi-400-normal.svg\";}}s:7:\"preview\";s:54:\"https://s.w.org/images/fonts/wp-6.7/previews/oi/oi.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1165;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Ojuju\";s:10:\"fontFamily\";s:17:\"Ojuju, sans-serif\";s:4:\"slug\";s:5:\"ojuju\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_ypk54mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_FJk54mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_Spk54mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_eJk54mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_lJ454mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_rZ454mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ojuju/v3/7r3bqXF7v9ApbrMih3jYQBVm9-n_yp454mFRLYeruQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ojuju\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju-800-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/ojuju/ojuju.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1166;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Old Standard TT\";s:10:\"fontFamily\";s:24:\"\"Old Standard TT\", serif\";s:4:\"slug\";s:15:\"old-standard-tt\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVuqFC5RHdCZg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Old Standard TT\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/old-standard-tt/old-standard-tt-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/oldstandardtt/v20/MwQsbh3o1vLImiwAVvYawgcf2eVer1q4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Old Standard TT\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/old-standard-tt/old-standard-tt-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/oldstandardtt/v20/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dSVxeb80flQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Old Standard TT\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/old-standard-tt/old-standard-tt-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/old-standard-tt/old-standard-tt.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1167;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Oldenburg\";s:10:\"fontFamily\";s:20:\"Oldenburg, system-ui\";s:4:\"slug\";s:9:\"oldenburg\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/oldenburg/v22/fC1jPY5JYWzbywv7c4V6VE6oXyndrw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Oldenburg\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/oldenburg/oldenburg-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/oldenburg/oldenburg.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1168;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Ole\";s:10:\"fontFamily\";s:12:\"Ole, cursive\";s:4:\"slug\";s:3:\"ole\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:63:\"https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd88Pw69qJ_ew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Ole\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/ole/ole-400-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/ole/ole.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1169;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Oleo Script\";s:10:\"fontFamily\";s:24:\"\"Oleo Script\", system-ui\";s:4:\"slug\";s:11:\"oleo-script\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhfsU7Q8Cad.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Oleo Script\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script/oleo-script-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrd2zqUKafv.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Oleo Script\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script/oleo-script-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script/oleo-script.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1170;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Oleo Script Swash Caps\";s:10:\"fontFamily\";s:35:\"\"Oleo Script Swash Caps\", system-ui\";s:4:\"slug\";s:22:\"oleo-script-swash-caps\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMX-uSY0Hg90.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Oleo Script Swash Caps\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script-swash-caps/oleo-script-swash-caps-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYAsn9T5dt0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Oleo Script Swash Caps\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script-swash-caps/oleo-script-swash-caps-700-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/oleo-script-swash-caps/oleo-script-swash-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1171;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Onest\";s:10:\"fontFamily\";s:17:\"Onest, sans-serif\";s:4:\"slug\";s:5:\"onest\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6ZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-ZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-ZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-ZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZtxFMQWXgSQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Onest\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/onest/onest.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1172;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Oooh Baby\";s:10:\"fontFamily\";s:20:\"\"Oooh Baby\", cursive\";s:4:\"slug\";s:9:\"oooh-baby\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQDam-4C7wFZQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Oooh Baby\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/oooh-baby/oooh-baby-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/oooh-baby/oooh-baby.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1173;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Open Sans\";s:10:\"fontFamily\";s:23:\"\"Open Sans\", sans-serif\";s:4:\"slug\";s:9:\"open-sans\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4iY1M2xLER.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVIUwaERZjA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Open Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans-800-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/open-sans/open-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1174;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Oranienbaum\";s:10:\"fontFamily\";s:18:\"Oranienbaum, serif\";s:4:\"slug\";s:11:\"oranienbaum\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zi7kz3dpHc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Oranienbaum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/oranienbaum/oranienbaum-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/oranienbaum/oranienbaum.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1175;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Orbit\";s:10:\"fontFamily\";s:17:\"Orbit, sans-serif\";s:4:\"slug\";s:5:\"orbit\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2mjBeqciRwRm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Orbit\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/orbit/orbit-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/orbit/orbit.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1176;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Orbitron\";s:10:\"fontFamily\";s:20:\"Orbitron, sans-serif\";s:4:\"slug\";s:8:\"orbitron\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_Cmxo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxo2IyXjU1pg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Orbitron\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/orbitron/orbitron.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1177;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Oregano\";s:10:\"fontFamily\";s:18:\"Oregano, system-ui\";s:4:\"slug\";s:7:\"oregano\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/oregano/v15/If2IXTPxciS3H4S2kZLfPznO3yM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oregano\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oregano/oregano-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/oregano/v15/If2KXTPxciS3H4S2oZXVPhvLzyP_qw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Oregano\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oregano/oregano-400-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/oregano/oregano.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1178;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Orelega One\";s:10:\"fontFamily\";s:24:\"\"Orelega One\", system-ui\";s:4:\"slug\";s:11:\"orelega-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/orelegaone/v12/3qTpojOggD2XtAdFb-QXZGt_1EcYaQ7F.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Orelega One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/orelega-one/orelega-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/orelega-one/orelega-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1179;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Orienta\";s:10:\"fontFamily\";s:19:\"Orienta, sans-serif\";s:4:\"slug\";s:7:\"orienta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNeyKo9HRFhcU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Orienta\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/orienta/orienta-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/orienta/orienta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1180;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Original Surfer\";s:10:\"fontFamily\";s:28:\"\"Original Surfer\", system-ui\";s:4:\"slug\";s:15:\"original-surfer\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/originalsurfer/v22/RWmQoKGZ9vIirYntXJ3_MbekzNMiCUtvAlaMKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Original Surfer\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/original-surfer/original-surfer-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/original-surfer/original-surfer.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1181;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Oswald\";s:10:\"fontFamily\";s:18:\"Oswald, sans-serif\";s:4:\"slug\";s:6:\"oswald\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogURoZAaRliE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oswald\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/oswald/oswald.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1182;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Outfit\";s:10:\"fontFamily\";s:18:\"Outfit, sans-serif\";s:4:\"slug\";s:6:\"outfit\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4S-EiAou6Y.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Outfit\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/outfit/outfit.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1183;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Over the Rainbow\";s:10:\"fontFamily\";s:27:\"\"Over the Rainbow\", cursive\";s:4:\"slug\";s:16:\"over-the-rainbow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5upvam9NA2XG0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Over the Rainbow\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/over-the-rainbow/over-the-rainbow-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/over-the-rainbow/over-the-rainbow.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1184;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Overlock\";s:10:\"fontFamily\";s:19:\"Overlock, system-ui\";s:4:\"slug\";s:8:\"overlock\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/overlock/v17/Z9XVDmdMWRiN1_T9Z4Tb4u2El6GC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/overlock/v17/Z9XTDmdMWRiN1_T9Z7Tc6OymkrGC7Cs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xizcmJvL2L9TLT.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0FWJtryp8CLTlNs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-700-italic.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xaz8mJvL2L9TLT.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-900-normal.svg\";}i:5;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltryp8CLTlNs.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overlock\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock/overlock.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1185;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Overlock SC\";s:10:\"fontFamily\";s:24:\"\"Overlock SC\", system-ui\";s:4:\"slug\";s:11:\"overlock-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/overlocksc/v23/1cX3aUHKGZrstGAY8nwVzHGFq8Sk1PoH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Overlock SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock-sc/overlock-sc-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/overlock-sc/overlock-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1186;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Overpass\";s:10:\"fontFamily\";s:20:\"Overpass, sans-serif\";s:4:\"slug\";s:8:\"overpass\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/overpass/v16/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrPJCLtce-og.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/overpass/v16/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqKl8Kuosgz.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Overpass\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1187;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Overpass Mono\";s:10:\"fontFamily\";s:26:\"\"Overpass Mono\", monospace\";s:4:\"slug\";s:13:\"overpass-mono\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokz2Xur-SmIr.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Overpass Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokz2Xur-SmIr.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Overpass Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokz2Xur-SmIr.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Overpass Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUz2Xur-SmIr.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Overpass Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUz2Xur-SmIr.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Overpass Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/overpass-mono/overpass-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1188;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Ovo\";s:10:\"fontFamily\";s:10:\"Ovo, serif\";s:4:\"slug\";s:3:\"ovo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/ovo/v17/yYLl0h7WyfzjzoQ5_3WVxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Ovo\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/ovo/ovo-400-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/ovo/ovo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1189;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Oxanium\";s:10:\"fontFamily\";s:18:\"Oxanium, system-ui\";s:4:\"slug\";s:7:\"oxanium\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiJBXQ7d67x.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Oxanium\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/oxanium/oxanium.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1190;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Oxygen\";s:10:\"fontFamily\";s:18:\"Oxygen, sans-serif\";s:4:\"slug\";s:6:\"oxygen\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Dam-4C7wFZQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oxygen\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen/oxygen-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6jEcnZ0SkAg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oxygen\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen/oxygen-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDam-4C7wFZQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Oxygen\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen/oxygen-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen/oxygen.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1191;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Oxygen Mono\";s:10:\"fontFamily\";s:24:\"\"Oxygen Mono\", monospace\";s:4:\"slug\";s:11:\"oxygen-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/oxygenmono/v14/h0GsssGg9FxgDgCjLeAd7ijaze-PPlUu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Oxygen Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen-mono/oxygen-mono-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/oxygen-mono/oxygen-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1192;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"PT Mono\";s:10:\"fontFamily\";s:20:\"\"PT Mono\", monospace\";s:4:\"slug\";s:7:\"pt-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArC05MtPyAcg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"PT Mono\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-mono/pt-mono-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-mono/pt-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1193;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"PT Sans\";s:10:\"fontFamily\";s:21:\"\"PT Sans\", sans-serif\";s:4:\"slug\";s:7:\"pt-sans\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0COxOGMMDQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"PT Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans/pt-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eExcOJIDQA-g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"PT Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans/pt-sans-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OynLD0Z4zM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"PT Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans/pt-sans-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytLR8c8zMrig.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"PT Sans\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans/pt-sans-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans/pt-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1194;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"PT Sans Caption\";s:10:\"fontFamily\";s:29:\"\"PT Sans Caption\", sans-serif\";s:4:\"slug\";s:15:\"pt-sans-caption\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqeAXwQy6yxg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"PT Sans Caption\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-caption/pt-sans-caption-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/ptsanscaption/v19/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"PT Sans Caption\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-caption/pt-sans-caption-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-caption/pt-sans-caption.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1195;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"PT Sans Narrow\";s:10:\"fontFamily\";s:28:\"\"PT Sans Narrow\", sans-serif\";s:4:\"slug\";s:14:\"pt-sans-narrow\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsYCEyxyKeuDp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"PT Sans Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-narrow/pt-sans-narrow-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95DiHUfzgRd-3.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"PT Sans Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-narrow/pt-sans-narrow-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-sans-narrow/pt-sans-narrow.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1196;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"PT Serif\";s:10:\"fontFamily\";s:17:\"\"PT Serif\", serif\";s:4:\"slug\";s:8:\"pt-serif\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFUxL6ddjb-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"PT Serif\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif/pt-serif-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzr-_cyb-vco.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"PT Serif\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif/pt-serif-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qQXSr3pNNB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"PT Serif\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif/pt-serif-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVyvVocNB6Iw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"PT Serif\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif/pt-serif-700-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif/pt-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1197;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"PT Serif Caption\";s:10:\"fontFamily\";s:25:\"\"PT Serif Caption\", serif\";s:4:\"slug\";s:16:\"pt-serif-caption\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059CxDCs5cvI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"PT Serif Caption\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif-caption/pt-serif-caption-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7DQk8YvJEeg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"PT Serif Caption\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif-caption/pt-serif-caption-400-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/pt-serif-caption/pt-serif-caption.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1198;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Pacifico\";s:10:\"fontFamily\";s:17:\"Pacifico, cursive\";s:4:\"slug\";s:8:\"pacifico\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96F4sijpFu_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Pacifico\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pacifico/pacifico-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/pacifico/pacifico.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1199;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Padauk\";s:10:\"fontFamily\";s:18:\"Padauk, sans-serif\";s:4:\"slug\";s:6:\"padauk\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbBbk_g3LlYbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Padauk\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/padauk/padauk-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/padauk/v16/RrQSboJg-id7Onb512DE0ZJEZ4YwGg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Padauk\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/padauk/padauk-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/padauk/padauk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1200;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Padyakke Expanded One\";s:10:\"fontFamily\";s:30:\"\"Padyakke Expanded One\", serif\";s:4:\"slug\";s:21:\"padyakke-expanded-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/padyakkeexpandedone/v6/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAYPaRkpDjeoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Padyakke Expanded One\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/padyakke-expanded-one/padyakke-expanded-one-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/padyakke-expanded-one/padyakke-expanded-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1201;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Palanquin\";s:10:\"fontFamily\";s:21:\"Palanquin, sans-serif\";s:4:\"slug\";s:9:\"palanquin\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/palanquin/v13/9XUhlJ90n1fBFg7ceXwUEltN7rWmZzTH.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUvnpowZuqbi3ezg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwU2nlowZuqbi3ezg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwsc1FMzLC2Zw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhowZuqbi3ezg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUrn9owZuqbi3ezg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5owZuqbi3ezg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Palanquin\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin/palanquin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1202;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Palanquin Dark\";s:10:\"fontFamily\";s:28:\"\"Palanquin Dark\", sans-serif\";s:4:\"slug\";s:14:\"palanquin-dark\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/palanquindark/v14/xn75YHgl1nqmANMB-26xC7yuF_6LTEo9VtfE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Palanquin Dark\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin-dark/palanquin-dark-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Palanquin Dark\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin-dark/palanquin-dark-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8ZWYm4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Palanquin Dark\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin-dark/palanquin-dark-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8YyY24wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Palanquin Dark\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin-dark/palanquin-dark-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/palanquin-dark/palanquin-dark.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1203;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Palette Mosaic\";s:10:\"fontFamily\";s:27:\"\"Palette Mosaic\", system-ui\";s:4:\"slug\";s:14:\"palette-mosaic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/palettemosaic/v11/AMOIz4aBvWuBFe3TohdW6YZ9MFi34dxL4jSr.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Palette Mosaic\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/palette-mosaic/palette-mosaic-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/palette-mosaic/palette-mosaic.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1204;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Pangolin\";s:10:\"fontFamily\";s:17:\"Pangolin, cursive\";s:4:\"slug\";s:8:\"pangolin\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfP5d3aiLBG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Pangolin\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pangolin/pangolin-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/pangolin/pangolin.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1205;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Paprika\";s:10:\"fontFamily\";s:18:\"Paprika, system-ui\";s:4:\"slug\";s:7:\"paprika\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfuI0Oq7jkAOw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Paprika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/paprika/paprika-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/paprika/paprika.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1206;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Parisienne\";s:10:\"fontFamily\";s:19:\"Parisienne, cursive\";s:4:\"slug\";s:10:\"parisienne\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcyp6DuKuavM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Parisienne\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/parisienne/parisienne-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/parisienne/parisienne.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1207;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Passero One\";s:10:\"fontFamily\";s:24:\"\"Passero One\", system-ui\";s:4:\"slug\";s:11:\"passero-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/passeroone/v26/JTUTjIko8DOq5FeaeEAjgE5E5Arr-s50.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Passero One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/passero-one/passero-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/passero-one/passero-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1208;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Passion One\";s:10:\"fontFamily\";s:24:\"\"Passion One\", system-ui\";s:4:\"slug\";s:11:\"passion-one\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/passionone/v18/PbynFmL8HhTPqbjUzux3JHuT_Frg6YoV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Passion One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/passion-one/passion-one-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMq037twpYcuH8y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Passion One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/passion-one/passion-one-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMS0X7twpYcuH8y.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Passion One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/passion-one/passion-one-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/passion-one/passion-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1209;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Passions Conflict\";s:10:\"fontFamily\";s:28:\"\"Passions Conflict\", cursive\";s:4:\"slug\";s:17:\"passions-conflict\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/passionsconflict/v7/kmKnZrcrFhfafnWX9x0GuEC-zowow5NbYRI4CN2V.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Passions Conflict\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/passions-conflict/passions-conflict-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/passions-conflict/passions-conflict.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1210;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Pathway Extreme\";s:10:\"fontFamily\";s:29:\"\"Pathway Extreme\", sans-serif\";s:4:\"slug\";s:15:\"pathway-extreme\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2Nx1Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWN11Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakht11Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N11Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak6t11Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakBtp1Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakP9p1Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWNp1Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakcdp1Liw3igP5eg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daSY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4daCY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ7DaCY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daCY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6vaCY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ5DbyY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ56byY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4dbyY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:144:\"https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ40byY2qAbpepnF.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Pathway Extreme\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme-900-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-extreme/pathway-extreme.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1211;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Pathway Gothic One\";s:10:\"fontFamily\";s:32:\"\"Pathway Gothic One\", sans-serif\";s:4:\"slug\";s:18:\"pathway-gothic-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dSVxeb80flQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Pathway Gothic One\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-gothic-one/pathway-gothic-one-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/pathway-gothic-one/pathway-gothic-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1212;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Patrick Hand\";s:10:\"fontFamily\";s:23:\"\"Patrick Hand\", cursive\";s:4:\"slug\";s:12:\"patrick-hand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/patrickhand/v23/LDI1apSQOAYtSuYWp8ZhfYeMXMjKm7sp8g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Patrick Hand\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/patrick-hand/patrick-hand-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/patrick-hand/patrick-hand.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1213;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Patrick Hand SC\";s:10:\"fontFamily\";s:26:\"\"Patrick Hand SC\", cursive\";s:4:\"slug\";s:15:\"patrick-hand-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873VjCi6JQc7Vg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Patrick Hand SC\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/patrick-hand-sc/patrick-hand-sc-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/patrick-hand-sc/patrick-hand-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1214;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Pattaya\";s:10:\"fontFamily\";s:19:\"Pattaya, sans-serif\";s:4:\"slug\";s:7:\"pattaya\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/pattaya/v16/ea8ZadcqV_zkHY-XNdWn92ZEmVs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Pattaya\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pattaya/pattaya-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/pattaya/pattaya.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1215;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Patua One\";s:10:\"fontFamily\";s:22:\"\"Patua One\", system-ui\";s:4:\"slug\";s:9:\"patua-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/patuaone/v20/ZXuke1cDvLCKLDcimxBI4fNvNA9LuA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Patua One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/patua-one/patua-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/patua-one/patua-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1216;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Pavanam\";s:10:\"fontFamily\";s:19:\"Pavanam, sans-serif\";s:4:\"slug\";s:7:\"pavanam\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPDO5Q9Wf0QcE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Pavanam\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/pavanam/pavanam-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/pavanam/pavanam.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1217;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Paytone One\";s:10:\"fontFamily\";s:25:\"\"Paytone One\", sans-serif\";s:4:\"slug\";s:11:\"paytone-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/paytoneone/v23/0nksC9P7MfYHj2oFtYm2CiTvivr9iBq_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Paytone One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/paytone-one/paytone-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/paytone-one/paytone-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1218;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Peddana\";s:10:\"fontFamily\";s:14:\"Peddana, serif\";s:4:\"slug\";s:7:\"peddana\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWhhiaBYyMcKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Peddana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/peddana/peddana-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/peddana/peddana.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1219;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Peralta\";s:10:\"fontFamily\";s:14:\"Peralta, serif\";s:4:\"slug\";s:7:\"peralta\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/peralta/v19/hYkJPu0-RP_9d3kRGxUhrv956B8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Peralta\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/peralta/peralta-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/peralta/peralta.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1220;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Permanent Marker\";s:10:\"fontFamily\";s:27:\"\"Permanent Marker\", cursive\";s:4:\"slug\";s:16:\"permanent-marker\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004Ha-IfrT5nlk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Permanent Marker\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/permanent-marker/permanent-marker-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/permanent-marker/permanent-marker.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1221;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Petemoss\";s:10:\"fontFamily\";s:17:\"Petemoss, cursive\";s:4:\"slug\";s:8:\"petemoss\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/petemoss/v7/A2BZn5tA2xgtGWHZgxkbsKb9UouQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Petemoss\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/petemoss/petemoss-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/petemoss/petemoss.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1222;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Petit Formal Script\";s:10:\"fontFamily\";s:30:\"\"Petit Formal Script\", cursive\";s:4:\"slug\";s:19:\"petit-formal-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/petitformalscript/v17/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHzqP4gZSiE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Petit Formal Script\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/petit-formal-script/petit-formal-script-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/petit-formal-script/petit-formal-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1223;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Petrona\";s:10:\"fontFamily\";s:14:\"Petrona, serif\";s:4:\"slug\";s:7:\"petrona\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsAREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgREH452Mvds.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFY9UN-dsIWs.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Petrona\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/petrona/petrona.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1224;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Philosopher\";s:10:\"fontFamily\";s:23:\"Philosopher, sans-serif\";s:4:\"slug\";s:11:\"philosopher\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/philosopher/v20/vEFV2_5QCwIS4_Dhez5jcVBsRUwU08qe.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Philosopher\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/philosopher/philosopher-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/philosopher/v20/vEFX2_5QCwIS4_Dhez5jcWBrT0021tqeR7c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Philosopher\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/philosopher/philosopher-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/philosopher/v20/vEFI2_5QCwIS4_Dhez5jcWjVamgZ-NaXXq7H.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Philosopher\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/philosopher/philosopher-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/philosopher/v20/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8te1W77HtMo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Philosopher\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/philosopher/philosopher-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/philosopher/philosopher.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1225;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Phudu\";s:10:\"fontFamily\";s:16:\"Phudu, system-ui\";s:4:\"slug\";s:5:\"phudu\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkK62zUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKh2zUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKa2vUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKUmvUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKNWvUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKHGvUTgWuz38Tgg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Phudu\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu-900-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/phudu/phudu.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1226;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Piazzolla\";s:10:\"fontFamily\";s:16:\"Piazzolla, serif\";s:4:\"slug\";s:9:\"piazzolla\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3L31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXL31AHfAAy5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/piazzolla/v36/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gD9BRy5m5M.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Piazzolla\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/piazzolla/piazzolla.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1227;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Piedra\";s:10:\"fontFamily\";s:17:\"Piedra, system-ui\";s:4:\"slug\";s:6:\"piedra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/piedra/v25/ke8kOg8aN0Bn7hTumUyHN_M3gA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Piedra\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/piedra/piedra-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/piedra/piedra.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1228;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Pinyon Script\";s:10:\"fontFamily\";s:24:\"\"Pinyon Script\", cursive\";s:4:\"slug\";s:13:\"pinyon-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/pinyonscript/v22/6xKpdSJbL9-e9LuoeQiDRQR8aOfQO4bhiDY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Pinyon Script\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/pinyon-script/pinyon-script-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/pinyon-script/pinyon-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1229;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Pirata One\";s:10:\"fontFamily\";s:23:\"\"Pirata One\", system-ui\";s:4:\"slug\";s:10:\"pirata-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtofti2Er5_BdZ8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Pirata One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/pirata-one/pirata-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/pirata-one/pirata-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1230;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Pixelify Sans\";s:10:\"fontFamily\";s:26:\"\"Pixelify Sans\", system-ui\";s:4:\"slug\";s:13:\"pixelify-sans\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0H1db5JagkmX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Pixelify Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/pixelify-sans/pixelify-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTb0H1db5JagkmX.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Pixelify Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/pixelify-sans/pixelify-sans-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQ3131db5JagkmX.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Pixelify Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/pixelify-sans/pixelify-sans-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQO131db5JagkmX.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Pixelify Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/pixelify-sans/pixelify-sans-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/pixelify-sans/pixelify-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1231;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Plaster\";s:10:\"fontFamily\";s:18:\"Plaster, system-ui\";s:4:\"slug\";s:7:\"plaster\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4EitJOtLOeLI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Plaster\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/plaster/plaster-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/plaster/plaster.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1232;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Platypi\";s:10:\"fontFamily\";s:14:\"Platypi, serif\";s:4:\"slug\";s:7:\"platypi\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02It4p9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Jz4p9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02JB4p9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Kt5Z9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02KU5Z9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/platypi/v4/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Lz5Z9muxgnYP1P.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oSkgsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oXcgsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oUUgsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oaknsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oZAnsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/platypi/v4/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7ofcnsRkFZe1PPTo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Platypi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi-800-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/platypi/platypi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1233;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Play\";s:10:\"fontFamily\";s:16:\"Play, sans-serif\";s:4:\"slug\";s:4:\"play\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/play/v19/6aez4K2oVqwIjtc8Hp8Tx3A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Play\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/play/play-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/play/v19/6ae84K2oVqwItm4TOpI423nTJTM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Play\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/play/play-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/play/play.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1234;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Playball\";s:10:\"fontFamily\";s:19:\"Playball, system-ui\";s:4:\"slug\";s:8:\"playball\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/playball/v20/TK3gWksYAxQ7jbsKcj8Gl-tPKo2t.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playball\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playball/playball-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/playball/playball.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1235;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Playfair\";s:10:\"fontFamily\";s:15:\"Playfair, serif\";s:4:\"slug\";s:8:\"playfair\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPlKetgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkmetgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnKfdgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnzfdgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPmUfdgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:126:\"https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPm9fdgYoSMw5ifm.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOW5eqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-300-italic.svg\";}i:8;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOTBeqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-400-italic.svg\";}i:9;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOQJeqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOe5ZqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-600-italic.svg\";}i:11;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOddZqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcObBZqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-800-italic.svg\";}i:13;a:5:{s:3:\"src\";s:129:\"https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOZlZqyIS4zfmNrE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Playfair\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair/playfair.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1236;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playfair Display\";s:10:\"fontFamily\";s:25:\"\"Playfair Display\", serif\";s:4:\"slug\";s:16:\"playfair-display\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDVZNLo_U2r.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtPK-F2rA0s.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Playfair Display\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display-900-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display/playfair-display.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1237;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Playfair Display SC\";s:10:\"fontFamily\";s:28:\"\"Playfair Display SC\", serif\";s:4:\"slug\";s:19:\"playfair-display-sc\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pbsGEcM2M4s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMEOEzI4sNKg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNc4dL4IUMyE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XLqARIyH5IA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-700-italic.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNc4dL4IUMyE.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-900-normal.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXLqARIyH5IA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:19:\"Playfair Display SC\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc-900-italic.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/playfair-display-sc/playfair-display-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1238;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playpen Sans\";s:10:\"fontFamily\";s:23:\"\"Playpen Sans\", cursive\";s:4:\"slug\";s:12:\"playpen-sans\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunE9Ffmme0w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playpen Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans-800-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playpen-sans/playpen-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1239;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite AR\";s:10:\"fontFamily\";s:23:\"\"Playwrite AR\", cursive\";s:4:\"slug\";s:12:\"playwrite-ar\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritear/v1/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-fteqfqES67xIO8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ar/playwrite-ar-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritear/v1/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-XtfqfqES67xIO8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ar/playwrite-ar-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritear/v1/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-aVfqfqES67xIO8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ar/playwrite-ar-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritear/v1/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-ftfqfqES67xIO8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ar/playwrite-ar-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ar/playwrite-ar.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1240;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite AT\";s:10:\"fontFamily\";s:23:\"\"Playwrite AT\", cursive\";s:4:\"slug\";s:12:\"playwrite-at\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2M77d0jMLIHJ-rk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2E76d0jMLIHJ-rk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2JD6d0jMLIHJ-rk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2M76d0jMLIHJ-rk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5nw_GLaPM6rkyVg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-100-italic.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5Hw7GLaPM6rkyVg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-200-italic.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5wQ7GLaPM6rkyVg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/playwriteat/v1/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5nw7GLaPM6rkyVg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Playwrite AT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at-400-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-at/playwrite-at.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1241;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite AU NSW\";s:10:\"fontFamily\";s:27:\"\"Playwrite AU NSW\", cursive\";s:4:\"slug\";s:16:\"playwrite-au-nsw\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteaunsw/v4/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xZjML9_TD2dC1gS.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU NSW\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-nsw/playwrite-au-nsw-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteaunsw/v4/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xbjMb9_TD2dC1gS.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU NSW\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-nsw/playwrite-au-nsw-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteaunsw/v4/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xY9Mb9_TD2dC1gS.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU NSW\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-nsw/playwrite-au-nsw-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteaunsw/v4/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xZjMb9_TD2dC1gS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU NSW\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-nsw/playwrite-au-nsw-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-nsw/playwrite-au-nsw.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1242;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite AU QLD\";s:10:\"fontFamily\";s:27:\"\"Playwrite AU QLD\", cursive\";s:4:\"slug\";s:16:\"playwrite-au-qld\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauqld/v4/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6-yMY2aqm1BV-XS.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU QLD\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-qld/playwrite-au-qld-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauqld/v4/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA68yMI2aqm1BV-XS.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU QLD\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-qld/playwrite-au-qld-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauqld/v4/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6_sMI2aqm1BV-XS.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU QLD\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-qld/playwrite-au-qld-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauqld/v4/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6-yMI2aqm1BV-XS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU QLD\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-qld/playwrite-au-qld-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-qld/playwrite-au-qld.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1243;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Playwrite AU SA\";s:10:\"fontFamily\";s:26:\"\"Playwrite AU SA\", cursive\";s:4:\"slug\";s:15:\"playwrite-au-sa\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwriteausa/v4/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpZgQcuBjCoV0bbE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite AU SA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-sa/playwrite-au-sa-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwriteausa/v4/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpRgRcuBjCoV0bbE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite AU SA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-sa/playwrite-au-sa-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwriteausa/v4/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpcYRcuBjCoV0bbE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite AU SA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-sa/playwrite-au-sa-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwriteausa/v4/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpZgRcuBjCoV0bbE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite AU SA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-sa/playwrite-au-sa-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-sa/playwrite-au-sa.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1244;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite AU TAS\";s:10:\"fontFamily\";s:27:\"\"Playwrite AU TAS\", cursive\";s:4:\"slug\";s:16:\"playwrite-au-tas\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteautas/v4/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLUEHqK_Hl9WrXm4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU TAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-tas/playwrite-au-tas-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteautas/v4/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLWEH6K_Hl9WrXm4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU TAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-tas/playwrite-au-tas-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteautas/v4/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLVaH6K_Hl9WrXm4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU TAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-tas/playwrite-au-tas-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteautas/v4/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLUEH6K_Hl9WrXm4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU TAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-tas/playwrite-au-tas-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-tas/playwrite-au-tas.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1245;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite AU VIC\";s:10:\"fontFamily\";s:27:\"\"Playwrite AU VIC\", cursive\";s:4:\"slug\";s:16:\"playwrite-au-vic\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauvic/v4/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4fTaLKxCBIDKNvl.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU VIC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-vic/playwrite-au-vic-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauvic/v4/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4dTabKxCBIDKNvl.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU VIC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-vic/playwrite-au-vic-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauvic/v4/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4eNabKxCBIDKNvl.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU VIC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-vic/playwrite-au-vic-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwriteauvic/v4/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4fTabKxCBIDKNvl.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite AU VIC\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-vic/playwrite-au-vic-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-au-vic/playwrite-au-vic.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1246;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite BE VLG\";s:10:\"fontFamily\";s:27:\"\"Playwrite BE VLG\", cursive\";s:4:\"slug\";s:16:\"playwrite-be-vlg\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebevlg/v1/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blL8vfCJMiyBIkNg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE VLG\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-vlg/playwrite-be-vlg-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebevlg/v1/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blJ8vPCJMiyBIkNg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE VLG\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-vlg/playwrite-be-vlg-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebevlg/v1/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blKivPCJMiyBIkNg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE VLG\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-vlg/playwrite-be-vlg-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebevlg/v1/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blL8vPCJMiyBIkNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE VLG\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-vlg/playwrite-be-vlg-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-vlg/playwrite-be-vlg.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1247;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite BE WAL\";s:10:\"fontFamily\";s:27:\"\"Playwrite BE WAL\", cursive\";s:4:\"slug\";s:16:\"playwrite-be-wal\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebewal/v1/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsWCGfulHxwiSZp8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE WAL\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-wal/playwrite-be-wal-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebewal/v1/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsUCGPulHxwiSZp8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE WAL\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-wal/playwrite-be-wal-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebewal/v1/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsXcGPulHxwiSZp8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE WAL\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-wal/playwrite-be-wal-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritebewal/v1/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsWCGPulHxwiSZp8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite BE WAL\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-wal/playwrite-be-wal-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-be-wal/playwrite-be-wal.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1248;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite BR\";s:10:\"fontFamily\";s:23:\"\"Playwrite BR\", cursive\";s:4:\"slug\";s:12:\"playwrite-br\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritebr/v4/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmFOOFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite BR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-br/playwrite-br-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritebr/v4/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmNOPFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite BR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-br/playwrite-br-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritebr/v4/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmA2PFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite BR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-br/playwrite-br-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritebr/v4/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmFOPFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite BR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-br/playwrite-br-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-br/playwrite-br.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1249;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite CA\";s:10:\"fontFamily\";s:23:\"\"Playwrite CA\", cursive\";s:4:\"slug\";s:12:\"playwrite-ca\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteca/v4/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHiquYpi61AIQU98.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ca/playwrite-ca-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteca/v4/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHqqvYpi61AIQU98.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ca/playwrite-ca-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteca/v4/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHnSvYpi61AIQU98.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ca/playwrite-ca-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteca/v4/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHiqvYpi61AIQU98.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ca/playwrite-ca-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ca/playwrite-ca.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1250;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite CL\";s:10:\"fontFamily\";s:23:\"\"Playwrite CL\", cursive\";s:4:\"slug\";s:12:\"playwrite-cl\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecl/v1/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU8JbvL-3DyPNbus.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cl/playwrite-cl-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecl/v1/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU0JavL-3DyPNbus.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cl/playwrite-cl-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecl/v1/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU5xavL-3DyPNbus.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cl/playwrite-cl-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecl/v1/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU8JavL-3DyPNbus.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cl/playwrite-cl-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cl/playwrite-cl.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1251;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite CO\";s:10:\"fontFamily\";s:23:\"\"Playwrite CO\", cursive\";s:4:\"slug\";s:12:\"playwrite-co\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteco/v6/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx7ZJo-JOEhxX3Iw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-co/playwrite-co-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteco/v6/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqxzZIo-JOEhxX3Iw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-co/playwrite-co-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteco/v6/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx-hIo-JOEhxX3Iw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-co/playwrite-co-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteco/v6/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx7ZIo-JOEhxX3Iw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-co/playwrite-co-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-co/playwrite-co.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1252;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite CU\";s:10:\"fontFamily\";s:23:\"\"Playwrite CU\", cursive\";s:4:\"slug\";s:12:\"playwrite-cu\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecu/v1/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseRmwZeH7m2YIByI.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cu/playwrite-cu-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecu/v1/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseZmxZeH7m2YIByI.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cu/playwrite-cu-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecu/v1/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseUexZeH7m2YIByI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cu/playwrite-cu-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecu/v1/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseRmxZeH7m2YIByI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cu/playwrite-cu-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cu/playwrite-cu.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1253;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite CZ\";s:10:\"fontFamily\";s:23:\"\"Playwrite CZ\", cursive\";s:4:\"slug\";s:12:\"playwrite-cz\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecz/v1/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCI4aTqH_VkAS5X4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cz/playwrite-cz-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecz/v1/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCA4bTqH_VkAS5X4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cz/playwrite-cz-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecz/v1/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCNAbTqH_VkAS5X4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cz/playwrite-cz-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritecz/v1/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCI4bTqH_VkAS5X4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite CZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cz/playwrite-cz-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-cz/playwrite-cz.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1254;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Playwrite DE Grund\";s:10:\"fontFamily\";s:29:\"\"Playwrite DE Grund\", cursive\";s:4:\"slug\";s:18:\"playwrite-de-grund\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playwritedegrund/v4/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz2qGZwWUOfSwZTM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Playwrite DE Grund\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-grund/playwrite-de-grund-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playwritedegrund/v4/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz-qHZwWUOfSwZTM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Playwrite DE Grund\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-grund/playwrite-de-grund-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playwritedegrund/v4/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZzzSHZwWUOfSwZTM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Playwrite DE Grund\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-grund/playwrite-de-grund-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/playwritedegrund/v4/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz2qHZwWUOfSwZTM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Playwrite DE Grund\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-grund/playwrite-de-grund-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-grund/playwrite-de-grund.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1255;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Playwrite DE LA\";s:10:\"fontFamily\";s:26:\"\"Playwrite DE LA\", cursive\";s:4:\"slug\";s:15:\"playwrite-de-la\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedela/v4/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2FnrPgIigC5Ph2w.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE LA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-la/playwrite-de-la-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedela/v4/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2NnqPgIigC5Ph2w.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE LA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-la/playwrite-de-la-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedela/v4/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2AfqPgIigC5Ph2w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE LA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-la/playwrite-de-la-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedela/v4/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2FnqPgIigC5Ph2w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE LA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-la/playwrite-de-la-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-la/playwrite-de-la.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1256;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Playwrite DE SAS\";s:10:\"fontFamily\";s:27:\"\"Playwrite DE SAS\", cursive\";s:4:\"slug\";s:16:\"playwrite-de-sas\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritedesas/v4/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTeVg-6gSyVPgRkJ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite DE SAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-sas/playwrite-de-sas-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritedesas/v4/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTcVgu6gSyVPgRkJ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite DE SAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-sas/playwrite-de-sas-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritedesas/v4/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTfLgu6gSyVPgRkJ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite DE SAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-sas/playwrite-de-sas-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/playwritedesas/v4/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTeVgu6gSyVPgRkJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Playwrite DE SAS\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-sas/playwrite-de-sas-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-sas/playwrite-de-sas.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1257;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Playwrite DE VA\";s:10:\"fontFamily\";s:26:\"\"Playwrite DE VA\", cursive\";s:4:\"slug\";s:15:\"playwrite-de-va\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedeva/v4/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRSyTv2sjGyvutu4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE VA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-va/playwrite-de-va-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedeva/v4/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRaySv2sjGyvutu4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE VA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-va/playwrite-de-va-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedeva/v4/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRXKSv2sjGyvutu4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE VA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-va/playwrite-de-va-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritedeva/v4/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRSySv2sjGyvutu4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Playwrite DE VA\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-va/playwrite-de-va-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-de-va/playwrite-de-va.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1258;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Playwrite DK Loopet\";s:10:\"fontFamily\";s:30:\"\"Playwrite DK Loopet\", cursive\";s:4:\"slug\";s:19:\"playwrite-dk-loopet\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritedkloopet/v1/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75JJwOgUuQovSE8_.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite DK Loopet\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-loopet/playwrite-dk-loopet-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritedkloopet/v1/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75LJwegUuQovSE8_.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite DK Loopet\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-loopet/playwrite-dk-loopet-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritedkloopet/v1/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75IXwegUuQovSE8_.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite DK Loopet\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-loopet/playwrite-dk-loopet-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritedkloopet/v1/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75JJwegUuQovSE8_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite DK Loopet\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-loopet/playwrite-dk-loopet-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-loopet/playwrite-dk-loopet.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1259;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Playwrite DK Uloopet\";s:10:\"fontFamily\";s:31:\"\"Playwrite DK Uloopet\", cursive\";s:4:\"slug\";s:20:\"playwrite-dk-uloopet\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritedkuloopet/v1/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K06lQrLOng6LUzAA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite DK Uloopet\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-uloopet/playwrite-dk-uloopet-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritedkuloopet/v1/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K0alUrLOng6LUzAA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite DK Uloopet\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-uloopet/playwrite-dk-uloopet-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritedkuloopet/v1/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K0tFUrLOng6LUzAA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite DK Uloopet\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-uloopet/playwrite-dk-uloopet-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritedkuloopet/v1/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K06lUrLOng6LUzAA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite DK Uloopet\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-uloopet/playwrite-dk-uloopet-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-dk-uloopet/playwrite-dk-uloopet.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1260;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite ES\";s:10:\"fontFamily\";s:23:\"\"Playwrite ES\", cursive\";s:4:\"slug\";s:12:\"playwrite-es\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritees/v4/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmFOOFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ES\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es/playwrite-es-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritees/v4/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmNOPFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ES\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es/playwrite-es-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritees/v4/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmA2PFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ES\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es/playwrite-es-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritees/v4/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmFOPFsLjAOVZBgs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ES\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es/playwrite-es-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es/playwrite-es.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1261;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Playwrite ES Deco\";s:10:\"fontFamily\";s:28:\"\"Playwrite ES Deco\", cursive\";s:4:\"slug\";s:17:\"playwrite-es-deco\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteesdeco/v4/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4yrZxPA9p5Cljpw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite ES Deco\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es-deco/playwrite-es-deco-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteesdeco/v4/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4SrdxPA9p5Cljpw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite ES Deco\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es-deco/playwrite-es-deco-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteesdeco/v4/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4lLdxPA9p5Cljpw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite ES Deco\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es-deco/playwrite-es-deco-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteesdeco/v4/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4yrdxPA9p5Cljpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite ES Deco\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es-deco/playwrite-es-deco-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-es-deco/playwrite-es-deco.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1262;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Playwrite FR Moderne\";s:10:\"fontFamily\";s:31:\"\"Playwrite FR Moderne\", cursive\";s:4:\"slug\";s:20:\"playwrite-fr-moderne\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritefrmoderne/v4/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJuAOvB174XSpRjw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite FR Moderne\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-moderne/playwrite-fr-moderne-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritefrmoderne/v4/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJOAKvB174XSpRjw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite FR Moderne\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-moderne/playwrite-fr-moderne-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritefrmoderne/v4/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJ5gKvB174XSpRjw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite FR Moderne\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-moderne/playwrite-fr-moderne-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwritefrmoderne/v4/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJuAKvB174XSpRjw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite FR Moderne\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-moderne/playwrite-fr-moderne-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-moderne/playwrite-fr-moderne.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1263;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Playwrite FR Trad\";s:10:\"fontFamily\";s:28:\"\"Playwrite FR Trad\", cursive\";s:4:\"slug\";s:17:\"playwrite-fr-trad\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwritefrtrad/v6/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAogrNc9-fwzTS5A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite FR Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-trad/playwrite-fr-trad-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwritefrtrad/v6/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAIgvNc9-fwzTS5A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite FR Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-trad/playwrite-fr-trad-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwritefrtrad/v6/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvA_AvNc9-fwzTS5A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite FR Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-trad/playwrite-fr-trad-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwritefrtrad/v6/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAogvNc9-fwzTS5A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite FR Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-trad/playwrite-fr-trad-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-fr-trad/playwrite-fr-trad.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1264;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Playwrite GB J\";s:10:\"fontFamily\";s:25:\"\"Playwrite GB J\", cursive\";s:4:\"slug\";s:14:\"playwrite-gb-j\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGdc5Hbd7X9HFR8Q.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheG9c9Hbd7X9HFR8Q.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGK89Hbd7X9HFR8Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGdc9Hbd7X9HFR8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYyvKtTW1nRB8S9t.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-100-italic.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYwvK9TW1nRB8S9t.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-200-italic.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYzxK9TW1nRB8S9t.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbj/v4/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYyvK9TW1nRB8S9t.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB J\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j-400-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-j/playwrite-gb-j.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1265;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Playwrite GB S\";s:10:\"fontFamily\";s:25:\"\"Playwrite GB S\", cursive\";s:4:\"slug\";s:14:\"playwrite-gb-s\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6uhH8wpeMaTk8AQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6OhD8wpeMaTk8AQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU65BD8wpeMaTk8AQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6uhD8wpeMaTk8AQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclMUhZ2NSzwsAReZ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-100-italic.svg\";}i:5;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclOUhJ2NSzwsAReZ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-200-italic.svg\";}i:6;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclNKhJ2NSzwsAReZ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/playwritegbs/v5/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclMUhJ2NSzwsAReZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Playwrite GB S\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s-400-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-gb-s/playwrite-gb-s.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1266;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite HR\";s:10:\"fontFamily\";s:23:\"\"Playwrite HR\", cursive\";s:4:\"slug\";s:12:\"playwrite-hr\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehr/v1/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPsoA9YTXAHC7tvg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr/playwrite-hr-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehr/v1/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPkoB9YTXAHC7tvg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr/playwrite-hr-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehr/v1/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPpQB9YTXAHC7tvg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr/playwrite-hr-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehr/v1/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPsoB9YTXAHC7tvg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HR\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr/playwrite-hr-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr/playwrite-hr.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1267;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Playwrite HR Lijeva\";s:10:\"fontFamily\";s:30:\"\"Playwrite HR Lijeva\", cursive\";s:4:\"slug\";s:19:\"playwrite-hr-lijeva\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritehrlijeva/v1/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d4zB8aRy4_lxmKl.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite HR Lijeva\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr-lijeva/playwrite-hr-lijeva-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritehrlijeva/v1/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d6zBsaRy4_lxmKl.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite HR Lijeva\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr-lijeva/playwrite-hr-lijeva-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritehrlijeva/v1/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d5tBsaRy4_lxmKl.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite HR Lijeva\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr-lijeva/playwrite-hr-lijeva-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritehrlijeva/v1/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d4zBsaRy4_lxmKl.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite HR Lijeva\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr-lijeva/playwrite-hr-lijeva-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hr-lijeva/playwrite-hr-lijeva.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1268;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite HU\";s:10:\"fontFamily\";s:23:\"\"Playwrite HU\", cursive\";s:4:\"slug\";s:12:\"playwrite-hu\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehu/v1/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1PL7TOidH3B2Xx4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hu/playwrite-hu-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehu/v1/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1HL6TOidH3B2Xx4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hu/playwrite-hu-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehu/v1/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1Kz6TOidH3B2Xx4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hu/playwrite-hu-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritehu/v1/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1PL6TOidH3B2Xx4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite HU\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hu/playwrite-hu-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-hu/playwrite-hu.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1269;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite ID\";s:10:\"fontFamily\";s:23:\"\"Playwrite ID\", cursive\";s:4:\"slug\";s:12:\"playwrite-id\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteid/v4/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl0-QB_dbFi0pLlg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ID\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-id/playwrite-id-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteid/v4/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl8-RB_dbFi0pLlg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ID\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-id/playwrite-id-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteid/v4/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUlxGRB_dbFi0pLlg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ID\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-id/playwrite-id-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteid/v4/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl0-RB_dbFi0pLlg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ID\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-id/playwrite-id-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-id/playwrite-id.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1270;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite IE\";s:10:\"fontFamily\";s:23:\"\"Playwrite IE\", cursive\";s:4:\"slug\";s:12:\"playwrite-ie\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteie/v4/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMyzipBpcu30AZbUY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ie/playwrite-ie-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteie/v4/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMy7ioBpcu30AZbUY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ie/playwrite-ie-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteie/v4/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMy2aoBpcu30AZbUY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ie/playwrite-ie-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteie/v4/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMyzioBpcu30AZbUY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ie/playwrite-ie-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ie/playwrite-ie.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1271;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite IN\";s:10:\"fontFamily\";s:23:\"\"Playwrite IN\", cursive\";s:4:\"slug\";s:12:\"playwrite-in\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritein/v4/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM7mNMRon3_Ag1kU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-in/playwrite-in-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritein/v4/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkMzmMMRon3_Ag1kU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-in/playwrite-in-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritein/v4/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM-eMMRon3_Ag1kU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-in/playwrite-in-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritein/v4/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM7mMMRon3_Ag1kU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-in/playwrite-in-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-in/playwrite-in.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1272;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite IS\";s:10:\"fontFamily\";s:23:\"\"Playwrite IS\", cursive\";s:4:\"slug\";s:12:\"playwrite-is\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteis/v3/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq6R8aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IS\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-is/playwrite-is-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteis/v3/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jqyR9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IS\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-is/playwrite-is-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteis/v3/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq_p9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IS\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-is/playwrite-is-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteis/v3/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq6R9aXp-p7K5ILg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite IS\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-is/playwrite-is-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-is/playwrite-is.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1273;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Playwrite IT Moderna\";s:10:\"fontFamily\";s:31:\"\"Playwrite IT Moderna\", cursive\";s:4:\"slug\";s:20:\"playwrite-it-moderna\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwriteitmoderna/v4/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5Wil8vLbffHtmMw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite IT Moderna\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-moderna/playwrite-it-moderna-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwriteitmoderna/v4/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F52ih8vLbffHtmMw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite IT Moderna\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-moderna/playwrite-it-moderna-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwriteitmoderna/v4/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5BCh8vLbffHtmMw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite IT Moderna\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-moderna/playwrite-it-moderna-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/playwriteitmoderna/v4/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5Wih8vLbffHtmMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Playwrite IT Moderna\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-moderna/playwrite-it-moderna-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-moderna/playwrite-it-moderna.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1274;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Playwrite IT Trad\";s:10:\"fontFamily\";s:28:\"\"Playwrite IT Trad\", cursive\";s:4:\"slug\";s:17:\"playwrite-it-trad\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteittrad/v4/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96u--_hUNNXvzL2Q.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite IT Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-trad/playwrite-it-trad-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteittrad/v4/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96O-6_hUNNXvzL2Q.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite IT Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-trad/playwrite-it-trad-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteittrad/v4/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq965e6_hUNNXvzL2Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite IT Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-trad/playwrite-it-trad-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteittrad/v4/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96u-6_hUNNXvzL2Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite IT Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-trad/playwrite-it-trad-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-it-trad/playwrite-it-trad.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1275;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite MX\";s:10:\"fontFamily\";s:23:\"\"Playwrite MX\", cursive\";s:4:\"slug\";s:12:\"playwrite-mx\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritemx/v4/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr9wnc5xMfXDWXDu8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite MX\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-mx/playwrite-mx-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritemx/v4/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr94nd5xMfXDWXDu8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite MX\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-mx/playwrite-mx-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritemx/v4/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr91fd5xMfXDWXDu8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite MX\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-mx/playwrite-mx-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritemx/v4/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr9wnd5xMfXDWXDu8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite MX\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-mx/playwrite-mx-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-mx/playwrite-mx.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1276;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Playwrite NG Modern\";s:10:\"fontFamily\";s:30:\"\"Playwrite NG Modern\", cursive\";s:4:\"slug\";s:19:\"playwrite-ng-modern\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritengmodern/v4/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V17tPQbn5GswWJNE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite NG Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ng-modern/playwrite-ng-modern-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritengmodern/v4/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V15tPAbn5GswWJNE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite NG Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ng-modern/playwrite-ng-modern-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritengmodern/v4/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V16zPAbn5GswWJNE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite NG Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ng-modern/playwrite-ng-modern-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwritengmodern/v4/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V17tPAbn5GswWJNE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite NG Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ng-modern/playwrite-ng-modern-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ng-modern/playwrite-ng-modern.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1277;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite NL\";s:10:\"fontFamily\";s:23:\"\"Playwrite NL\", cursive\";s:4:\"slug\";s:12:\"playwrite-nl\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenl/v3/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG9_EnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nl/playwrite-nl-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenl/v3/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG1_FnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nl/playwrite-nl-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenl/v3/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG4HFnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nl/playwrite-nl-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenl/v3/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG9_FnYlNbPzS5HE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nl/playwrite-nl-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nl/playwrite-nl.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1278;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite NO\";s:10:\"fontFamily\";s:23:\"\"Playwrite NO\", cursive\";s:4:\"slug\";s:12:\"playwrite-no\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteno/v3/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-49whHKKn-mjRVtc.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-no/playwrite-no-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteno/v3/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-41wgHKKn-mjRVtc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-no/playwrite-no-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteno/v3/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-44IgHKKn-mjRVtc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-no/playwrite-no-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteno/v3/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-49wgHKKn-mjRVtc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-no/playwrite-no-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-no/playwrite-no.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1279;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite NZ\";s:10:\"fontFamily\";s:23:\"\"Playwrite NZ\", cursive\";s:4:\"slug\";s:12:\"playwrite-nz\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenz/v4/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjngAVeR55gGCzkrs.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nz/playwrite-nz-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenz/v4/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjnoAUeR55gGCzkrs.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nz/playwrite-nz-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenz/v4/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjnl4UeR55gGCzkrs.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nz/playwrite-nz-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritenz/v4/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjngAUeR55gGCzkrs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite NZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nz/playwrite-nz-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-nz/playwrite-nz.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1280;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite PE\";s:10:\"fontFamily\";s:23:\"\"Playwrite PE\", cursive\";s:4:\"slug\";s:12:\"playwrite-pe\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepe/v1/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO2lsTPTFdtSgb_A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pe/playwrite-pe-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepe/v1/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO-ltTPTFdtSgb_A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pe/playwrite-pe-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepe/v1/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesOzdtTPTFdtSgb_A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pe/playwrite-pe-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepe/v1/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO2ltTPTFdtSgb_A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PE\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pe/playwrite-pe-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pe/playwrite-pe.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1281;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite PL\";s:10:\"fontFamily\";s:23:\"\"Playwrite PL\", cursive\";s:4:\"slug\";s:12:\"playwrite-pl\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepl/v3/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmRfa9ZmbSwcVtHQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pl/playwrite-pl-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepl/v3/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmZfb9ZmbSwcVtHQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pl/playwrite-pl-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepl/v3/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmUnb9ZmbSwcVtHQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pl/playwrite-pl-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritepl/v3/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmRfb9ZmbSwcVtHQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PL\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pl/playwrite-pl-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pl/playwrite-pl.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1282;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite PT\";s:10:\"fontFamily\";s:23:\"\"Playwrite PT\", cursive\";s:4:\"slug\";s:12:\"playwrite-pt\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritept/v3/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9qDjTfdtvlo3Qaw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pt/playwrite-pt-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritept/v3/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9iDiTfdtvlo3Qaw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pt/playwrite-pt-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritept/v3/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9v7iTfdtvlo3Qaw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pt/playwrite-pt-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritept/v3/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9qDiTfdtvlo3Qaw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite PT\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pt/playwrite-pt-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-pt/playwrite-pt.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1283;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite RO\";s:10:\"fontFamily\";s:23:\"\"Playwrite RO\", cursive\";s:4:\"slug\";s:12:\"playwrite-ro\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritero/v3/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4a9ZnZCMJnZeBS8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite RO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ro/playwrite-ro-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritero/v3/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4S9YnZCMJnZeBS8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite RO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ro/playwrite-ro-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritero/v3/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4fFYnZCMJnZeBS8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite RO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ro/playwrite-ro-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritero/v3/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4a9YnZCMJnZeBS8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite RO\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ro/playwrite-ro-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-ro/playwrite-ro.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1284;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite SK\";s:10:\"fontFamily\";s:23:\"\"Playwrite SK\", cursive\";s:4:\"slug\";s:12:\"playwrite-sk\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritesk/v3/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf-2dvsazdK9OF68.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite SK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-sk/playwrite-sk-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritesk/v3/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf22cvsazdK9OF68.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite SK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-sk/playwrite-sk-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritesk/v3/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf7OcvsazdK9OF68.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite SK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-sk/playwrite-sk-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritesk/v3/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf-2cvsazdK9OF68.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite SK\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-sk/playwrite-sk-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-sk/playwrite-sk.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1285;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite TZ\";s:10:\"fontFamily\";s:23:\"\"Playwrite TZ\", cursive\";s:4:\"slug\";s:12:\"playwrite-tz\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritetz/v4/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDWwSuehCOwjVROo.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite TZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-tz/playwrite-tz-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritetz/v4/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDewTuehCOwjVROo.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite TZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-tz/playwrite-tz-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritetz/v4/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDTITuehCOwjVROo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite TZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-tz/playwrite-tz-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritetz/v4/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDWwTuehCOwjVROo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite TZ\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-tz/playwrite-tz-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-tz/playwrite-tz.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1286;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Playwrite US Modern\";s:10:\"fontFamily\";s:30:\"\"Playwrite US Modern\", cursive\";s:4:\"slug\";s:19:\"playwrite-us-modern\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwriteusmodern/v4/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YohNw2Ga0LCgUPK.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite US Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-modern/playwrite-us-modern-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwriteusmodern/v4/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YqhNg2Ga0LCgUPK.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite US Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-modern/playwrite-us-modern-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwriteusmodern/v4/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62Yp_Ng2Ga0LCgUPK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite US Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-modern/playwrite-us-modern-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/playwriteusmodern/v4/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YohNg2Ga0LCgUPK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Playwrite US Modern\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-modern/playwrite-us-modern-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-modern/playwrite-us-modern.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1287;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Playwrite US Trad\";s:10:\"fontFamily\";s:28:\"\"Playwrite US Trad\", cursive\";s:4:\"slug\";s:17:\"playwrite-us-trad\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteustrad/v4/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1E8pgiqKf5uBNig.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite US Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-trad/playwrite-us-trad-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteustrad/v4/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1k8tgiqKf5uBNig.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite US Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-trad/playwrite-us-trad-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteustrad/v4/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1TctgiqKf5uBNig.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite US Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-trad/playwrite-us-trad-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/playwriteustrad/v4/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1E8tgiqKf5uBNig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Playwrite US Trad\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-trad/playwrite-us-trad-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-us-trad/playwrite-us-trad.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1288;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite VN\";s:10:\"fontFamily\";s:23:\"\"Playwrite VN\", cursive\";s:4:\"slug\";s:12:\"playwrite-vn\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritevn/v4/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNUI8E-pHPWIQtD0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite VN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-vn/playwrite-vn-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritevn/v4/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNcI9E-pHPWIQtD0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite VN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-vn/playwrite-vn-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritevn/v4/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNRw9E-pHPWIQtD0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite VN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-vn/playwrite-vn-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwritevn/v4/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNUI9E-pHPWIQtD0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite VN\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-vn/playwrite-vn-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-vn/playwrite-vn.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1289;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Playwrite ZA\";s:10:\"fontFamily\";s:23:\"\"Playwrite ZA\", cursive\";s:4:\"slug\";s:12:\"playwrite-za\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteza/v4/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EbLGbYAsn9T5dt0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ZA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-za/playwrite-za-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteza/v4/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0ETLHbYAsn9T5dt0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ZA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-za/playwrite-za-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteza/v4/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EezHbYAsn9T5dt0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ZA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-za/playwrite-za-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/playwriteza/v4/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EbLHbYAsn9T5dt0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Playwrite ZA\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-za/playwrite-za-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/playwrite-za/playwrite-za.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1290;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Plus Jakarta Sans\";s:10:\"fontFamily\";s:31:\"\"Plus Jakarta Sans\", sans-serif\";s:4:\"slug\";s:17:\"plus-jakarta-sans\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNTxXUEKi4Rw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-200-italic.svg\";}i:8;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-300-italic.svg\";}i:9;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-400-italic.svg\";}i:10;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-500-italic.svg\";}i:11;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-700-italic.svg\";}i:13;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_VMq2oR82k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Plus Jakarta Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans-800-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/plus-jakarta-sans/plus-jakarta-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1291;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Podkova\";s:10:\"fontFamily\";s:14:\"Podkova, serif\";s:4:\"slug\";s:7:\"podkova\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU9EoporSHH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Podkova\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU9EoporSHH.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Podkova\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU9EoporSHH.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Podkova\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU9EoporSHH.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Podkova\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU9EoporSHH.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Podkova\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/podkova/podkova.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1292;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Poetsen One\";s:10:\"fontFamily\";s:24:\"\"Poetsen One\", system-ui\";s:4:\"slug\";s:11:\"poetsen-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poetsenone/v3/ke8hOgIaMUB37xCgvCntWtIqq_KREbG9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Poetsen One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/poetsen-one/poetsen-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/poetsen-one/poetsen-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1293;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Poiret One\";s:10:\"fontFamily\";s:23:\"\"Poiret One\", system-ui\";s:4:\"slug\";s:10:\"poiret-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbk5xWVscxdKE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Poiret One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/poiret-one/poiret-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/poiret-one/poiret-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1294;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Poller One\";s:10:\"fontFamily\";s:23:\"\"Poller One\", system-ui\";s:4:\"slug\";s:10:\"poller-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/pollerone/v23/ahccv82n0TN3gia5E4Bud-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Poller One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/poller-one/poller-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/poller-one/poller-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1295;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Poltawski Nowy\";s:10:\"fontFamily\";s:23:\"\"Poltawski Nowy\", serif\";s:4:\"slug\";s:14:\"poltawski-nowy\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWnCC6V5CzCoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KmiWnCC6V5CzCoQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KdiKnCC6V5CzCoQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KTyKnCC6V5CzCoQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZPTiSUxinSoROp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZ9TiSUxinSoROp.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaRSSSUxinSoROp.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaoSSSUxinSoROp.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Poltawski Nowy\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy-700-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/poltawski-nowy/poltawski-nowy.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1296;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Poly\";s:10:\"fontFamily\";s:11:\"Poly, serif\";s:4:\"slug\";s:4:\"poly\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitRLWAq2Lpris.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Poly\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/poly/poly-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/poly/v16/MQpV-W6wKNitdLKKqkDsviuGWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Poly\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/poly/poly-400-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/poly/poly.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1297;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Pompiere\";s:10:\"fontFamily\";s:19:\"Pompiere, system-ui\";s:4:\"slug\";s:8:\"pompiere\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/pompiere/v19/VEMyRoxis5Dwuyeov6Wo5jDtreOL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Pompiere\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/pompiere/pompiere-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/pompiere/pompiere.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1298;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Pontano Sans\";s:10:\"fontFamily\";s:26:\"\"Pontano Sans\", sans-serif\";s:4:\"slug\";s:12:\"pontano-sans\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOSzMncOMp9gzWsE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Pontano Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMncOMp9gzWsE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Pontano Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOUDMncOMp9gzWsE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Pontano Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOazLncOMp9gzWsE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Pontano Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOZXLncOMp9gzWsE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Pontano Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/pontano-sans/pontano-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1299;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Poor Story\";s:10:\"fontFamily\";s:23:\"\"Poor Story\", system-ui\";s:4:\"slug\";s:10:\"poor-story\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd4OynLD0Z4zM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Poor Story\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/poor-story/poor-story-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/poor-story/poor-story.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1300;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Poppins\";s:10:\"fontFamily\";s:19:\"Poppins, sans-serif\";s:4:\"slug\";s:7:\"poppins\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTecnFBGPaTSQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE3tAOvODSVFF.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1plFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21llFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19lFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111lFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V15vFP-KUEg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xlFd2PQEhcqw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Poppins\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/poppins/poppins.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1301;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Port Lligat Sans\";s:10:\"fontFamily\";s:30:\"\"Port Lligat Sans\", sans-serif\";s:4:\"slug\";s:16:\"port-lligat-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/portlligatsans/v22/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7Z0Tx4xEcQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Port Lligat Sans\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/port-lligat-sans/port-lligat-sans-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/port-lligat-sans/port-lligat-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1302;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Port Lligat Slab\";s:10:\"fontFamily\";s:25:\"\"Port Lligat Slab\", serif\";s:4:\"slug\";s:16:\"port-lligat-slab\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/portlligatslab/v25/LDIpaoiQNgArA8kR7ulhZ8P_NYOss78b9yGLmfI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Port Lligat Slab\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/port-lligat-slab/port-lligat-slab-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/port-lligat-slab/port-lligat-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1303;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Potta One\";s:10:\"fontFamily\";s:22:\"\"Potta One\", system-ui\";s:4:\"slug\";s:9:\"potta-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/pottaone/v17/FeVSS05Bp6cy7xI-YfxQ2J5nm29Gww.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Potta One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/potta-one/potta-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/potta-one/potta-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1304;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Pragati Narrow\";s:10:\"fontFamily\";s:28:\"\"Pragati Narrow\", sans-serif\";s:4:\"slug\";s:14:\"pragati-narrow\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD176ytN3M48a.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Pragati Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/pragati-narrow/pragati-narrow-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/pragatinarrow/v13/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd6GJMTlo_4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Pragati Narrow\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/pragati-narrow/pragati-narrow-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/pragati-narrow/pragati-narrow.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1305;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Praise\";s:10:\"fontFamily\";s:15:\"Praise, cursive\";s:4:\"slug\";s:6:\"praise\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/praise/v7/qkBUXvUZ-cnFXcFyC_O67L9XmQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Praise\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/praise/praise-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/praise/praise.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1306;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Prata\";s:10:\"fontFamily\";s:12:\"Prata, serif\";s:4:\"slug\";s:5:\"prata\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/prata/v20/6xKhdSpbNNCT-vWNAG_5LWwJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Prata\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/prata/prata-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/prata/prata.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1307;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Preahvihear\";s:10:\"fontFamily\";s:23:\"Preahvihear, sans-serif\";s:4:\"slug\";s:11:\"preahvihear\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/preahvihear/v29/6NUS8F-dNQeEYhzj7uluxswB49FJf8Wv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Preahvihear\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/preahvihear/preahvihear-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/preahvihear/preahvihear.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1308;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Press Start 2P\";s:10:\"fontFamily\";s:27:\"\"Press Start 2P\", system-ui\";s:4:\"slug\";s:15:\"press-start-2-p\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK0nXgPJE4580.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Press Start 2P\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/press-start-2p/press-start-2p-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/press-start-2p/press-start-2p.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1309;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Pridi\";s:10:\"fontFamily\";s:12:\"Pridi, serif\";s:4:\"slug\";s:5:\"pridi\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1SiE0mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc02i00mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/pridi/v13/2sDQZG5JnZLfkfWfo2krbl29.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1uik0mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1CjU0mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc0mjE0mRUG0AqUc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Pridi\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/pridi/pridi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1310;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Princess Sofia\";s:10:\"fontFamily\";s:25:\"\"Princess Sofia\", cursive\";s:4:\"slug\";s:14:\"princess-sofia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/princesssofia/v25/qWczB6yguIb8DZ_GXZst16n7GRz-mDUoupoI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Princess Sofia\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/princess-sofia/princess-sofia-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/princess-sofia/princess-sofia.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1311;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Prociono\";s:10:\"fontFamily\";s:15:\"Prociono, serif\";s:4:\"slug\";s:8:\"prociono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prociono/v26/r05YGLlR-KxAf9GGO8usyDYtStiJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Prociono\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/prociono/prociono-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/prociono/prociono.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1312;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Prompt\";s:10:\"fontFamily\";s:18:\"Prompt, sans-serif\";s:4:\"slug\";s:6:\"prompt\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA9odREcjeo0k.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/prompt/v10/-W_7XJnvUD7dzB2KZeJ8TkYBf50kbiM.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLQb2MuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK0bGMuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26YtAcZkIzeg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2KZdodREcjeo0k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLsbWMuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_44a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLAamMuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_84a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKka2MuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_w4a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK4aGMuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_04a2kvc5Q9dw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKcaWMuUZEtdzow.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Prompt\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/prompt/prompt.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1313;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Prosto One\";s:10:\"fontFamily\";s:23:\"\"Prosto One\", system-ui\";s:4:\"slug\";s:10:\"prosto-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/prostoone/v19/OpNJno4VhNfK-RgpwWWxpi9fWhXD00c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Prosto One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/prosto-one/prosto-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/prosto-one/prosto-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1314;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Protest Guerrilla\";s:10:\"fontFamily\";s:30:\"\"Protest Guerrilla\", system-ui\";s:4:\"slug\";s:17:\"protest-guerrilla\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHV0hoJ8y_eiS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Protest Guerrilla\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-guerrilla/protest-guerrilla-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-guerrilla/protest-guerrilla.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1315;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Protest Revolution\";s:10:\"fontFamily\";s:31:\"\"Protest Revolution\", system-ui\";s:4:\"slug\";s:18:\"protest-revolution\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2s9fIzTG1nQw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Protest Revolution\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-revolution/protest-revolution-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-revolution/protest-revolution.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1316;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Protest Riot\";s:10:\"fontFamily\";s:25:\"\"Protest Riot\", system-ui\";s:4:\"slug\";s:12:\"protest-riot\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkrM0vJgjmRpOA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Protest Riot\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-riot/protest-riot-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-riot/protest-riot.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1317;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Protest Strike\";s:10:\"fontFamily\";s:27:\"\"Protest Strike\", system-ui\";s:4:\"slug\";s:14:\"protest-strike\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlpzT0gZOs7BX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Protest Strike\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-strike/protest-strike-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/protest-strike/protest-strike.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1318;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Proza Libre\";s:10:\"fontFamily\";s:25:\"\"Proza Libre\", sans-serif\";s:4:\"slug\";s:11:\"proza-libre\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHoqftvXWYyz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdNr1XJyz7zc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__acpC69i6N.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJGY8z6Np1k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-500-italic.svg\";}i:4;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_acpC69i6N.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJGY8z6Np1k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-600-italic.svg\";}i:6;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_acpC69i6N.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJGY8z6Np1k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-700-italic.svg\";}i:8;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_acpC69i6N.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-800-normal.svg\";}i:9;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJGY8z6Np1k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Proza Libre\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre-800-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/proza-libre/proza-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1319;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Public Sans\";s:10:\"fontFamily\";s:25:\"\"Public Sans\", sans-serif\";s:4:\"slug\";s:11:\"public-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/publicsans/v18/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565xg0pX189fg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgAcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgAcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgAcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgAcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/publicsans/v18/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwcofVotfj7j.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Public Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/public-sans/public-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1320;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Puppies Play\";s:10:\"fontFamily\";s:23:\"\"Puppies Play\", cursive\";s:4:\"slug\";s:12:\"puppies-play\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/puppiesplay/v9/wlp2gwHZEV99rG6M3NR9uB9vbQJSA_JN3Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Puppies Play\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/puppies-play/puppies-play-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/puppies-play/puppies-play.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1321;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Puritan\";s:10:\"fontFamily\";s:19:\"Puritan, sans-serif\";s:4:\"slug\";s:7:\"puritan\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9J_wRdaI50M.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Puritan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/puritan/puritan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6RPSN90PfXA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Puritan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/puritan/puritan-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYduj-0rGRes.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Puritan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/puritan/puritan-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup-mjDVevnLQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Puritan\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/puritan/puritan-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/puritan/puritan.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1322;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Purple Purse\";s:10:\"fontFamily\";s:25:\"\"Purple Purse\", system-ui\";s:4:\"slug\";s:12:\"purple-purse\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/purplepurse/v23/qWctB66gv53iAp-Vfs4My6qyfRb_ujA4ug.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Purple Purse\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/purple-purse/purple-purse-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/purple-purse/purple-purse.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1323;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Qahiri\";s:10:\"fontFamily\";s:18:\"Qahiri, sans-serif\";s:4:\"slug\";s:6:\"qahiri\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/qahiri/v9/tsssAp1RZy0C_hGuVnChrnmupw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Qahiri\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/qahiri/qahiri-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/qahiri/qahiri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1324;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Quando\";s:10:\"fontFamily\";s:13:\"Quando, serif\";s:4:\"slug\";s:6:\"quando\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/quando/v16/xMQVuFNaVa6YuW0pDqWzKX_QmA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Quando\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/quando/quando-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/quando/quando.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1325;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Quantico\";s:10:\"fontFamily\";s:20:\"Quantico, sans-serif\";s:4:\"slug\";s:8:\"quantico\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF4xpLjxSmlLZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Quantico\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/quantico/quantico-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/quantico/v17/rax4HiSdp9cPL3KIF7xuJD1wn0LZ6T8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Quantico\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/quantico/quantico-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/quantico/v17/rax5HiSdp9cPL3KIF7TQARhfsU7Q8Cad.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Quantico\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/quantico/quantico-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/quantico/v17/rax7HiSdp9cPL3KIF7xuHIRfu0_y9TadML4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Quantico\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/quantico/quantico-700-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/quantico/quantico.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1326;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Quattrocento\";s:10:\"fontFamily\";s:19:\"Quattrocento, serif\";s:4:\"slug\";s:12:\"quattrocento\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/quattrocento/v23/OZpEg_xvsDZQL_LKIF7q4jPHwWL7f4jFuA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Quattrocento\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento/quattrocento-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/quattrocento/v23/OZpbg_xvsDZQL_LKIF7q4jP_eE3fcqPZsXcM9w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Quattrocento\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento/quattrocento-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento/quattrocento.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1327;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Quattrocento Sans\";s:10:\"fontFamily\";s:31:\"\"Quattrocento Sans\", sans-serif\";s:4:\"slug\";s:17:\"quattrocento-sans\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9c4lja2NVIDdIAAoMR5MfuElaRB3zLvU7eHGHJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Quattrocento Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento-sans/quattrocento-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0_8GXHJkLI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Quattrocento Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento-sans/quattrocento-sans-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrTN33AiasJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Quattrocento Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento-sans/quattrocento-sans-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXzijLsJV7E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Quattrocento Sans\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento-sans/quattrocento-sans-700-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/quattrocento-sans/quattrocento-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1328;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Questrial\";s:10:\"fontFamily\";s:21:\"Questrial, sans-serif\";s:4:\"slug\";s:9:\"questrial\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EvCtkm20oJA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Questrial\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/questrial/questrial-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/questrial/questrial.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1329;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Quicksand\";s:10:\"fontFamily\";s:21:\"Quicksand, sans-serif\";s:4:\"slug\";s:9:\"quicksand\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18S0wx40QDw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Quicksand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18S0wx40QDw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Quicksand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18S0wx40QDw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Quicksand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18S0wx40QDw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Quicksand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18S0wx40QDw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Quicksand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/quicksand/quicksand.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1330;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Quintessential\";s:10:\"fontFamily\";s:23:\"Quintessential, cursive\";s:4:\"slug\";s:14:\"quintessential\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/quintessential/v22/fdNn9sOGq31Yjnh3qWU14DdtjY51S7kmAyxM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Quintessential\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/quintessential/quintessential-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/quintessential/quintessential.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1331;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Qwigley\";s:10:\"fontFamily\";s:16:\"Qwigley, cursive\";s:4:\"slug\";s:7:\"qwigley\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/qwigley/v18/1cXzaU3UGJb5tGoCuVlsi1mBmcE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Qwigley\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/qwigley/qwigley-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/qwigley/qwigley.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1332;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Qwitcher Grypen\";s:10:\"fontFamily\";s:26:\"\"Qwitcher Grypen\", cursive\";s:4:\"slug\";s:15:\"qwitcher-grypen\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/qwitchergrypen/v6/pxicypclp9tDilN9RrC5BSI1dZmrTWNAom-wpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Qwitcher Grypen\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/qwitcher-grypen/qwitcher-grypen-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/qwitchergrypen/v6/pxiZypclp9tDilN9RrC5BSI1dZmT9Exkr0SsrvNXiA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Qwitcher Grypen\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/qwitcher-grypen/qwitcher-grypen-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/qwitcher-grypen/qwitcher-grypen.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1333;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"REM\";s:10:\"fontFamily\";s:15:\"REM, sans-serif\";s:4:\"slug\";s:3:\"rem\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLrrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELqrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPJzqrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLqrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPPDqrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPBztrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPCXtrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELtrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPGvtrT8UbIqIfBU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXgebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxXkebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpG3kebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXkebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpd3kebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpm34ebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpon4ebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxX4ebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqp7H4ebaiNbBVWkw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:3:\"REM\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem-900-italic.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/rem/rem.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1334;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Racing Sans One\";s:10:\"fontFamily\";s:28:\"\"Racing Sans One\", system-ui\";s:4:\"slug\";s:15:\"racing-sans-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/racingsansone/v15/sykr-yRtm7EvTrXNxkv5jfKKyDCwKnrmWpIBtA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Racing Sans One\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/racing-sans-one/racing-sans-one-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/racing-sans-one/racing-sans-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1335;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Radio Canada\";s:10:\"fontFamily\";s:26:\"\"Radio Canada\", sans-serif\";s:4:\"slug\";s:12:\"radio-canada\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPNJOdSSfOT.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPNJOdSSfOT.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPNJOdSSfOT.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPNJOdSSfOT.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPNJOdSSfOT.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuZwTOOTa9k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuZwTOOTa9k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuZwTOOTa9k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuZwTOOTa9k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuZwTOOTa9k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Radio Canada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada/radio-canada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1336;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Radio Canada Big\";s:10:\"fontFamily\";s:30:\"\"Radio Canada Big\", sans-serif\";s:4:\"slug\";s:16:\"radio-canada-big\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6nNRY3s2pcheCsG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6n_RY3s2pcheCsG.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6kTQo3s2pcheCsG.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6kqQo3s2pcheCsG.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBmWq0JYDfTsGdMc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBleq0JYDfTsGdMc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBrut0JYDfTsGdMc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/radiocanadabig/v1/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBoKt0JYDfTsGdMc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Radio Canada Big\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/radio-canada-big/radio-canada-big.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1337;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Radley\";s:10:\"fontFamily\";s:13:\"Radley, serif\";s:4:\"slug\";s:6:\"radley\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/radley/v22/LYjDdGzinEIjCN19pQlEpVs3VQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Radley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/radley/radley-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/radley/v22/LYjBdGzinEIjCN1NogNFh14nVcfe.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Radley\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/radley/radley-400-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/radley/radley.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1338;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Rajdhani\";s:10:\"fontFamily\";s:20:\"Rajdhani, sans-serif\";s:4:\"slug\";s:8:\"rajdhani\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pasEcOpc-bGkqIw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rajdhani\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7q4FOeekWPrP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rajdhani\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pb0EMOpc-bGkqIw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rajdhani\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pbYF8Opc-bGkqIw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rajdhani\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pa8FsOpc-bGkqIw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rajdhani\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/rajdhani/rajdhani.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1339;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Rakkas\";s:10:\"fontFamily\";s:17:\"Rakkas, system-ui\";s:4:\"slug\";s:6:\"rakkas\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/rakkas/v19/Qw3cZQlNHiblL3j_k9tPOeMcCw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rakkas\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rakkas/rakkas-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/rakkas/rakkas.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1340;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Raleway\";s:10:\"fontFamily\";s:19:\"Raleway, sans-serif\";s:4:\"slug\";s:7:\"raleway\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCKNLA3JC9c.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrEVIT9c2c8.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Raleway\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1341;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Raleway Dots\";s:10:\"fontFamily\";s:25:\"\"Raleway Dots\", system-ui\";s:4:\"slug\";s:12:\"raleway-dots\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/ralewaydots/v18/6NUR8FifJg6AfQvzpshgwJ8kzP9Fdty2ew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Raleway Dots\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway-dots/raleway-dots-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/raleway-dots/raleway-dots.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1342;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Ramabhadra\";s:10:\"fontFamily\";s:22:\"Ramabhadra, sans-serif\";s:4:\"slug\";s:10:\"ramabhadra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LehZGX5uWw3o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ramabhadra\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ramabhadra/ramabhadra-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/ramabhadra/ramabhadra.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1343;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Ramaraja\";s:10:\"fontFamily\";s:15:\"Ramaraja, serif\";s:4:\"slug\";s:8:\"ramaraja\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CABIhqnB6aSQU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Ramaraja\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/ramaraja/ramaraja-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/ramaraja/ramaraja.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1344;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Rambla\";s:10:\"fontFamily\";s:18:\"Rambla, sans-serif\";s:4:\"slug\";s:6:\"rambla\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0JrIONthkwQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rambla\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rambla/rambla-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgPFN10wYKa.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Rambla\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rambla/rambla-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qO_N4yJuDYQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rambla\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rambla/rambla-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l56p6TYS-Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Rambla\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rambla/rambla-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/rambla/rambla.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1345;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rammetto One\";s:10:\"fontFamily\";s:25:\"\"Rammetto One\", system-ui\";s:4:\"slug\";s:12:\"rammetto-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/rammettoone/v19/LhWiMV3HOfMbMetJG3lQDpp9N_uciu-_SQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rammetto One\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rammetto-one/rammetto-one-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rammetto-one/rammetto-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1346;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Rampart One\";s:10:\"fontFamily\";s:24:\"\"Rampart One\", system-ui\";s:4:\"slug\";s:11:\"rampart-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/rampartone/v10/K2F1fZFGl_JSR1tAWNG9R6qlLS76ZHOM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Rampart One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/rampart-one/rampart-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/rampart-one/rampart-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1347;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Ranchers\";s:10:\"fontFamily\";s:19:\"Ranchers, system-ui\";s:4:\"slug\";s:8:\"ranchers\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ranchers/v17/zrfm0H3Lx-P2Xvs2AoDdDC79XTHv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Ranchers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/ranchers/ranchers-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/ranchers/ranchers.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1348;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Rancho\";s:10:\"fontFamily\";s:15:\"Rancho, cursive\";s:4:\"slug\";s:6:\"rancho\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/rancho/v21/46kulbzmXjLaqZRlaGXgd0RY1g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rancho\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rancho/rancho-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/rancho/rancho.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1349;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Ranga\";s:10:\"fontFamily\";s:16:\"Ranga, system-ui\";s:4:\"slug\";s:5:\"ranga\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/ranga/v21/C8ct4cYisGb28p6HLDwZwmGE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ranga\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ranga/ranga-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/ranga/v21/C8cg4cYisGb28qY-AxgU6X2NZAn2.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ranga\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ranga/ranga-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/ranga/ranga.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1350;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Rasa\";s:10:\"fontFamily\";s:11:\"Rasa, serif\";s:4:\"slug\";s:4:\"rasa\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm4wfcvN2KT4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8rv3bT4Ycc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8rv3bT4Ycc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8rv3bT4Ycc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8rv3bT4Ycc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8rv3bT4Ycc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Rasa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/rasa/rasa.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1351;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Rationale\";s:10:\"fontFamily\";s:21:\"Rationale, sans-serif\";s:4:\"slug\";s:9:\"rationale\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rationale/v28/9XUnlJ92n0_JFxHIfHcsc1FMzLC2Zw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Rationale\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/rationale/rationale-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/rationale/rationale.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1352;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Ravi Prakash\";s:10:\"fontFamily\";s:25:\"\"Ravi Prakash\", system-ui\";s:4:\"slug\";s:12:\"ravi-prakash\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAKHndZEq6TTFw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Ravi Prakash\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/ravi-prakash/ravi-prakash-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/ravi-prakash/ravi-prakash.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1353;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Readex Pro\";s:10:\"fontFamily\";s:24:\"\"Readex Pro\", sans-serif\";s:4:\"slug\";s:10:\"readex-pro\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCYUSmh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCv0Smh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USmh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC00Smh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCP0Omh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCBkOmh2sglvjkag.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Readex Pro\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/readex-pro/readex-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1354;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Recursive\";s:10:\"fontFamily\";s:21:\"Recursive, sans-serif\";s:4:\"slug\";s:9:\"recursive\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck015vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk015vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk015vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE15vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE15vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE15vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:164:\"https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE15vwxjDJCL.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Recursive\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/recursive/recursive.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1355;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Red Hat Display\";s:10:\"fontFamily\";s:29:\"\"Red Hat Display\", sans-serif\";s:4:\"slug\";s:15:\"red-hat-display\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRck05-Xecg3w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-300-italic.svg\";}i:8;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-400-italic.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-600-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-800-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz-FWZk3zJGg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Red Hat Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display-900-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-display/red-hat-display.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1356;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Red Hat Mono\";s:10:\"fontFamily\";s:25:\"\"Red Hat Mono\", monospace\";s:4:\"slug\";s:12:\"red-hat-mono\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7TNuW4QuKI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7TNuW4QuKI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7TNuW4QuKI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7TNuW4QuKI.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7TNuW4QuKI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHuEwVqKIJuw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHuEwVqKIJuw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHuEwVqKIJuw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHuEwVqKIJuw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHuEwVqKIJuw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Mono\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-mono/red-hat-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1357;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Red Hat Text\";s:10:\"fontFamily\";s:26:\"\"Red Hat Text\", sans-serif\";s:4:\"slug\";s:12:\"red-hat-text\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrPacYVFtIY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrPacYVFtIY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrPacYVFtIY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrPacYVFtIY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrPacYVFtIY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQcKdApIYv_g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQcKdApIYv_g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQcKdApIYv_g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQcKdApIYv_g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQcKdApIYv_g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Red Hat Text\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text-700-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/red-hat-text/red-hat-text.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1358;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Red Rose\";s:10:\"fontFamily\";s:21:\"\"Red Rose\", system-ui\";s:4:\"slug\";s:8:\"red-rose\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDdzSsYUVUjg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Red Rose\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDdzSsYUVUjg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Red Rose\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDdzSsYUVUjg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Red Rose\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDdzSsYUVUjg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Red Rose\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDdzSsYUVUjg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Red Rose\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/red-rose/red-rose.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1359;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Redacted\";s:10:\"fontFamily\";s:19:\"Redacted, system-ui\";s:4:\"slug\";s:8:\"redacted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aITb4u2El6GC.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Redacted\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted/redacted-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted/redacted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1360;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Redacted Script\";s:10:\"fontFamily\";s:28:\"\"Redacted Script\", system-ui\";s:4:\"slug\";s:15:\"redacted-script\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVnLI397ldkg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Redacted Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted-script/redacted-script-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxStGTxkZkr_g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Redacted Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted-script/redacted-script-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVnLI397ldkg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Redacted Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted-script/redacted-script-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/redacted-script/redacted-script.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1361;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Reddit Mono\";s:10:\"fontFamily\";s:24:\"\"Reddit Mono\", monospace\";s:4:\"slug\";s:11:\"reddit-mono\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUQCYad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUniYad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUwCYad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vU8iYad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUHiEad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUJyEad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUQCEad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditmono/v3/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUaSEad3nYz7yQYA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-mono/reddit-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1362;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Reddit Sans\";s:10:\"fontFamily\";s:25:\"\"Reddit Sans\", sans-serif\";s:4:\"slug\";s:11:\"reddit-sans\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5ux7YxmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxM4xmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxbYxmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxX4xmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxs4tmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxiotmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5ux7YtmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/redditsans/v4/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxxItmBFfBiVMFlw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8OQl3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc_QQl3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc-OQl3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc-8Ql3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc9QRV3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc9pRV3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8ORV3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/redditsans/v4/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8nRV3Aq1YVlz5F.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Reddit Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans-900-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans/reddit-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1363;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Reddit Sans Condensed\";s:10:\"fontFamily\";s:35:\"\"Reddit Sans Condensed\", sans-serif\";s:4:\"slug\";s:21:\"reddit-sans-condensed\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro9kKUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJrowcKUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro1kKUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro2sKUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro4cNUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro74NUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro9kNUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/redditsanscondensed/v3/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro_ANUpA4u7XDIuc.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Reddit Sans Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/reddit-sans-condensed/reddit-sans-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1364;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Redressed\";s:10:\"fontFamily\";s:18:\"Redressed, cursive\";s:4:\"slug\";s:9:\"redressed\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/redressed/v29/x3dickHUbrmJ7wMy9MsBefACvy_1BA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Redressed\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/redressed/redressed-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/redressed/redressed.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1365;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Reem Kufi\";s:10:\"fontFamily\";s:23:\"\"Reem Kufi\", sans-serif\";s:4:\"slug\";s:9:\"reem-kufi\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Reem Kufi\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi/reem-kufi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Reem Kufi\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi/reem-kufi-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Reem Kufi\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi/reem-kufi-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGSf3qGuvM4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Reem Kufi\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi/reem-kufi-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi/reem-kufi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1366;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Reem Kufi Fun\";s:10:\"fontFamily\";s:27:\"\"Reem Kufi Fun\", sans-serif\";s:4:\"slug\";s:13:\"reem-kufi-fun\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nClrvqZzZXq.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reem Kufi Fun\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-fun/reem-kufi-fun-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nClrvqZzZXq.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reem Kufi Fun\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-fun/reem-kufi-fun-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XClrvqZzZXq.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reem Kufi Fun\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-fun/reem-kufi-fun-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XClrvqZzZXq.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reem Kufi Fun\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-fun/reem-kufi-fun-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-fun/reem-kufi-fun.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1367;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Reem Kufi Ink\";s:10:\"fontFamily\";s:27:\"\"Reem Kufi Ink\", sans-serif\";s:4:\"slug\";s:13:\"reem-kufi-ink\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/reemkufiink/v9/oPWJ_kJmmu8hCvB9iFumxZSnRjtdQnSX1ko.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reem Kufi Ink\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-ink/reem-kufi-ink-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/reem-kufi-ink/reem-kufi-ink.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1368;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Reenie Beanie\";s:10:\"fontFamily\";s:24:\"\"Reenie Beanie\", cursive\";s:4:\"slug\";s:13:\"reenie-beanie\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/reeniebeanie/v20/z7NSdR76eDkaJKZJFkkjuvWxbPi_qoOgf_w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Reenie Beanie\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/reenie-beanie/reenie-beanie-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/reenie-beanie/reenie-beanie.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1369;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Reggae One\";s:10:\"fontFamily\";s:23:\"\"Reggae One\", system-ui\";s:4:\"slug\";s:10:\"reggae-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/reggaeone/v17/7r3DqX5msMIkeuwJwOJt_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Reggae One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/reggae-one/reggae-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/reggae-one/reggae-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1370;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rethink Sans\";s:10:\"fontFamily\";s:26:\"\"Rethink Sans\", sans-serif\";s:4:\"slug\";s:12:\"rethink-sans\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/rethinksans/v5/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFRCEvmma-aua4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/rethinksans/v5/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqklNRCEvmma-aua4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/rethinksans/v5/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45Dmqkr9WCEvmma-aua4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/rethinksans/v5/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkoZWCEvmma-aua4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/rethinksans/v5/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkuFWCEvmma-aua4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/rethinksans/v5/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS4A3smI2fqa7iVQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/rethinksans/v5/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS0g3smI2fqa7iVQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-500-italic.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/rethinksans/v5/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSPgrsmI2fqa7iVQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/rethinksans/v5/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSBwrsmI2fqa7iVQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-700-italic.svg\";}i:9;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/rethinksans/v5/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSYArsmI2fqa7iVQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Rethink Sans\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans-800-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rethink-sans/rethink-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1371;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:7:\"Revalia\";s:10:\"fontFamily\";s:18:\"Revalia, system-ui\";s:4:\"slug\";s:7:\"revalia\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/revalia/v22/WwkexPimBE2-4ZPEeV_uNIgJSNM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Revalia\";}}}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1372;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Rhodium Libre\";s:10:\"fontFamily\";s:22:\"\"Rhodium Libre\", serif\";s:4:\"slug\";s:13:\"rhodium-libre\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rhodiumlibre/v19/1q2AY5adA0tn_ukeHcQHqpx6pEHLeo2gm2U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Rhodium Libre\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rhodium-libre/rhodium-libre-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rhodium-libre/rhodium-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1373;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ribeye\";s:10:\"fontFamily\";s:17:\"Ribeye, system-ui\";s:4:\"slug\";s:6:\"ribeye\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/ribeye/v25/L0x8DFMxk1MP9R3RufCmRSlUig.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ribeye\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ribeye/ribeye-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ribeye/ribeye.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1374;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Ribeye Marrow\";s:10:\"fontFamily\";s:26:\"\"Ribeye Marrow\", system-ui\";s:4:\"slug\";s:13:\"ribeye-marrow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/ribeyemarrow/v24/GFDsWApshnqMRO2JdtRZ2d0vEAkTVWgKdtw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Ribeye Marrow\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/ribeye-marrow/ribeye-marrow-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/ribeye-marrow/ribeye-marrow.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1375;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Righteous\";s:10:\"fontFamily\";s:20:\"Righteous, system-ui\";s:4:\"slug\";s:9:\"righteous\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/righteous/v17/1cXxaUPXBpj2rGoU7C9minuEicG01A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Righteous\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/righteous/righteous-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/righteous/righteous.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1376;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Risque\";s:10:\"fontFamily\";s:17:\"Risque, system-ui\";s:4:\"slug\";s:6:\"risque\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/risque/v22/VdGfAZUfHosahXxoDEYVBJ-T5g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Risque\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/risque/risque-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/risque/risque.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1377;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Road Rage\";s:10:\"fontFamily\";s:22:\"\"Road Rage\", system-ui\";s:4:\"slug\";s:9:\"road-rage\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/roadrage/v7/6NUU8F2fKAOBKjjr4ekvscYAwdRZfw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Road Rage\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/road-rage/road-rage-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/road-rage/road-rage.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1378;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Roboto\";s:10:\"fontFamily\";s:18:\"Roboto, sans-serif\";s:4:\"slug\";s:6:\"roboto\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgWxKKTM1K9nz.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrIzIXLsnzjYk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5vBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjARc4AMX6lJBP.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu52xKKTM1K9nz.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ABc4AMX6lJBP.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlvBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBhc4AMX6lJBP.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtvBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-900-normal.svg\";}i:11;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBBc4AMX6lJBP.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Roboto\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto-900-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto/roboto.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1379;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Roboto Condensed\";s:10:\"fontFamily\";s:30:\"\"Roboto Condensed\", sans-serif\";s:4:\"slug\";s:16:\"roboto-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyo_BM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUyovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAovBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUypfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUbpfBM731BKMSK.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgL5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgK5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64SoK5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgN5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64bEN5XxjLdSK37o.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Roboto Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed-900-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-condensed/roboto-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1380;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Roboto Flex\";s:10:\"fontFamily\";s:25:\"\"Roboto Flex\", sans-serif\";s:4:\"slug\";s:11:\"roboto-flex\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:308:\"https://fonts.gstatic.com/s/robotoflex/v26/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAQbSunCNCKMY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Flex\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-flex/roboto-flex-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-flex/roboto-flex.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1381;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Roboto Mono\";s:10:\"fontFamily\";s:24:\"\"Roboto Mono\", monospace\";s:4:\"slug\";s:11:\"roboto-mono\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PRu-5Ip2sSQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-100-italic.svg\";}i:8;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W4AJi8SZwt.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Roboto Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-mono/roboto-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1382;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Roboto Serif\";s:10:\"fontFamily\";s:21:\"\"Roboto Serif\", serif\";s:4:\"slug\";s:12:\"roboto-serif\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:153:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6J2Af5fR4k.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:156:\"https://fonts.gstatic.com/s/robotoserif/v15/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8ANxaV4nUFw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Roboto Serif\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif-900-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-serif/roboto-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1383;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Roboto Slab\";s:10:\"fontFamily\";s:20:\"\"Roboto Slab\", serif\";s:4:\"slug\";s:11:\"roboto-slab\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWbW5iddG-1A.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Roboto Slab\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/roboto-slab/roboto-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1384;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Rochester\";s:10:\"fontFamily\";s:18:\"Rochester, cursive\";s:4:\"slug\";s:9:\"rochester\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rochester/v22/6ae-4KCqVa4Zy6Fif-Uy2lvWNTMwoQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Rochester\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/rochester/rochester-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/rochester/rochester.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1385;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Rock 3D\";s:10:\"fontFamily\";s:20:\"\"Rock 3D\", system-ui\";s:4:\"slug\";s:8:\"rock-3-d\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/rock3d/v11/yYLp0hrL0PCo651513GnwRnQyNI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rock 3D\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rock-3d/rock-3d-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/rock-3d/rock-3d.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1386;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Rock Salt\";s:10:\"fontFamily\";s:20:\"\"Rock Salt\", cursive\";s:4:\"slug\";s:9:\"rock-salt\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/rocksalt/v22/MwQ0bhv11fWD6QsAVOZbtUk7hbBWrA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Rock Salt\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/rock-salt/rock-salt-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/rock-salt/rock-salt.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1387;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"RocknRoll One\";s:10:\"fontFamily\";s:27:\"\"RocknRoll One\", sans-serif\";s:4:\"slug\";s:13:\"rocknroll-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rocknrollone/v14/kmK7ZqspGAfCeUiW6FFlmEC9guBhs7tfUxc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"RocknRoll One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rocknroll-one/rocknroll-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rocknroll-one/rocknroll-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1388;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Rokkitt\";s:10:\"fontFamily\";s:14:\"Rokkitt, serif\";s:4:\"slug\";s:7:\"rokkitt\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDOE76HvN6n.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiJGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiIGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NCaIGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiIGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NEqIGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NKaPGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NJ-PGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiPGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NNGPGb-luc6nu9E.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rokkitt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/rokkitt/rokkitt.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1389;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Romanesco\";s:10:\"fontFamily\";s:18:\"Romanesco, cursive\";s:4:\"slug\";s:9:\"romanesco\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn2XwLqOqSBg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Romanesco\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/romanesco/romanesco-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/romanesco/romanesco.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1390;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Ropa Sans\";s:10:\"fontFamily\";s:23:\"\"Ropa Sans\", sans-serif\";s:4:\"slug\";s:9:\"ropa-sans\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKXzloU5KP2g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Ropa Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/ropa-sans/ropa-sans-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNpcZef2mNE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Ropa Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/ropa-sans/ropa-sans-400-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/ropa-sans/ropa-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1391;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Rosario\";s:10:\"fontFamily\";s:19:\"Rosario, sans-serif\";s:4:\"slug\";s:7:\"rosario\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWc2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWc2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWc2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmc2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmc2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfecFPiUDn08.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfecFPiUDn08.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfecFPiUDn08.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3fecFPiUDn08.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3fecFPiUDn08.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Rosario\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/rosario/rosario.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1392;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Rosarivo\";s:10:\"fontFamily\";s:15:\"Rosarivo, serif\";s:4:\"slug\";s:8:\"rosarivo\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/rosarivo/v22/PlI-Fl2lO6N9f8HaNAeH2nhMnNy5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Rosarivo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rosarivo/rosarivo-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rosarivo/v22/PlI4Fl2lO6N9f8HaNDeA0Hlumcy5ZX8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Rosarivo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/rosarivo/rosarivo-400-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/rosarivo/rosarivo.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1393;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rouge Script\";s:10:\"fontFamily\";s:23:\"\"Rouge Script\", cursive\";s:4:\"slug\";s:12:\"rouge-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/rougescript/v18/LYjFdGbiklMoCIQOw1Ep3S4PUfXbUJWq9g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rouge Script\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rouge-script/rouge-script-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rouge-script/rouge-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1394;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Rowdies\";s:10:\"fontFamily\";s:18:\"Rowdies, system-ui\";s:4:\"slug\";s:7:\"rowdies\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219hth5OvyKQNute8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rowdies\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rowdies/rowdies-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/rowdies/v17/ptRJTieMYPNBAK21zrJJwObZNQo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rowdies\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rowdies/rowdies-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219gtm5OvyKQNute8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Rowdies\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/rowdies/rowdies-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/rowdies/rowdies.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1395;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Rozha One\";s:10:\"fontFamily\";s:18:\"\"Rozha One\", serif\";s:4:\"slug\";s:9:\"rozha-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/rozhaone/v15/AlZy_zVFtYP12Zncg2khcHf4XB0Tow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Rozha One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/rozha-one/rozha-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/rozha-one/rozha-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1396;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Rubik\";s:10:\"fontFamily\";s:17:\"Rubik, sans-serif\";s:4:\"slug\";s:5:\"rubik\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1VU80V4bVkA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0U1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-300-italic.svg\";}i:8;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0U1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-400-italic.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0U1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEU1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-600-italic.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEU1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEU1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-800-italic.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEU1dYPFkJ1O.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Rubik\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1397;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Rubik 80s Fade\";s:10:\"fontFamily\";s:27:\"\"Rubik 80s Fade\", system-ui\";s:4:\"slug\";s:15:\"rubik-80-s-fade\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUhH1kbL8IHcK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Rubik 80s Fade\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-80s-fade/rubik-80s-fade-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-80s-fade/rubik-80s-fade.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1398;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Rubik Beastly\";s:10:\"fontFamily\";s:26:\"\"Rubik Beastly\", system-ui\";s:4:\"slug\";s:13:\"rubik-beastly\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07n8_ApHqqk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Rubik Beastly\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-beastly/rubik-beastly-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-beastly/rubik-beastly.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1399;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Rubik Broken Fax\";s:10:\"fontFamily\";s:29:\"\"Rubik Broken Fax\", system-ui\";s:4:\"slug\";s:16:\"rubik-broken-fax\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8YWqWdmGi300.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Rubik Broken Fax\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-broken-fax/rubik-broken-fax-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-broken-fax/rubik-broken-fax.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1400;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Rubik Bubbles\";s:10:\"fontFamily\";s:26:\"\"Rubik Bubbles\", system-ui\";s:4:\"slug\";s:13:\"rubik-bubbles\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRNTQNfDxyRXI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Rubik Bubbles\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-bubbles/rubik-bubbles-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-bubbles/rubik-bubbles.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1401;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rubik Burned\";s:10:\"fontFamily\";s:25:\"\"Rubik Burned\", system-ui\";s:4:\"slug\";s:12:\"rubik-burned\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniGAuaCY5ZSg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rubik Burned\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-burned/rubik-burned-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-burned/rubik-burned.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1402;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Rubik Dirt\";s:10:\"fontFamily\";s:23:\"\"Rubik Dirt\", system-ui\";s:4:\"slug\";s:10:\"rubik-dirt\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Rubik Dirt\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-dirt/rubik-dirt-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-dirt/rubik-dirt.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1403;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Rubik Distressed\";s:10:\"fontFamily\";s:29:\"\"Rubik Distressed\", system-ui\";s:4:\"slug\";s:16:\"rubik-distressed\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWUhatVBaGM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Rubik Distressed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-distressed/rubik-distressed-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-distressed/rubik-distressed.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1404;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Rubik Doodle Shadow\";s:10:\"fontFamily\";s:32:\"\"Rubik Doodle Shadow\", system-ui\";s:4:\"slug\";s:19:\"rubik-doodle-shadow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaLyK6Z3KOY7Gw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Rubik Doodle Shadow\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-doodle-shadow/rubik-doodle-shadow-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-doodle-shadow/rubik-doodle-shadow.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1405;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Rubik Doodle Triangles\";s:10:\"fontFamily\";s:35:\"\"Rubik Doodle Triangles\", system-ui\";s:4:\"slug\";s:22:\"rubik-doodle-triangles\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzdL2_slZxgWE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Rubik Doodle Triangles\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-doodle-triangles/rubik-doodle-triangles-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-doodle-triangles/rubik-doodle-triangles.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1406;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Rubik Gemstones\";s:10:\"fontFamily\";s:28:\"\"Rubik Gemstones\", system-ui\";s:4:\"slug\";s:15:\"rubik-gemstones\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVrOjSnGqi1GMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Rubik Gemstones\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-gemstones/rubik-gemstones-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-gemstones/rubik-gemstones.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1407;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rubik Glitch\";s:10:\"fontFamily\";s:25:\"\"Rubik Glitch\", system-ui\";s:4:\"slug\";s:12:\"rubik-glitch\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvnS7HONiSFQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rubik Glitch\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-glitch/rubik-glitch-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-glitch/rubik-glitch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1408;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Rubik Glitch Pop\";s:10:\"fontFamily\";s:29:\"\"Rubik Glitch Pop\", system-ui\";s:4:\"slug\";s:16:\"rubik-glitch-pop\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MOwGtSUrV_BE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Rubik Glitch Pop\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-glitch-pop/rubik-glitch-pop-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-glitch-pop/rubik-glitch-pop.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1409;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Rubik Iso\";s:10:\"fontFamily\";s:22:\"\"Rubik Iso\", system-ui\";s:4:\"slug\";s:9:\"rubik-iso\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sABefACvy_1BA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Rubik Iso\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-iso/rubik-iso-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-iso/rubik-iso.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1410;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Rubik Lines\";s:10:\"fontFamily\";s:24:\"\"Rubik Lines\", system-ui\";s:4:\"slug\";s:11:\"rubik-lines\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-GS0YPp7oSNy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Rubik Lines\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-lines/rubik-lines-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-lines/rubik-lines.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1411;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Rubik Maps\";s:10:\"fontFamily\";s:23:\"\"Rubik Maps\", system-ui\";s:4:\"slug\";s:10:\"rubik-maps\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbejSMUChRqp9k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Rubik Maps\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-maps/rubik-maps-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-maps/rubik-maps.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1412;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Rubik Marker Hatch\";s:10:\"fontFamily\";s:31:\"\"Rubik Marker Hatch\", system-ui\";s:4:\"slug\";s:18:\"rubik-marker-hatch\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQCb4iw0H6zw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Rubik Marker Hatch\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-marker-hatch/rubik-marker-hatch-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-marker-hatch/rubik-marker-hatch.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1413;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Rubik Maze\";s:10:\"fontFamily\";s:23:\"\"Rubik Maze\", system-ui\";s:4:\"slug\";s:10:\"rubik-maze\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSAXvinS-bxV4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Rubik Maze\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-maze/rubik-maze-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-maze/rubik-maze.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1414;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Rubik Microbe\";s:10:\"fontFamily\";s:26:\"\"Rubik Microbe\", system-ui\";s:4:\"slug\";s:13:\"rubik-microbe\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcsoaaKgiauE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Rubik Microbe\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-microbe/rubik-microbe-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-microbe/rubik-microbe.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1415;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Rubik Mono One\";s:10:\"fontFamily\";s:28:\"\"Rubik Mono One\", sans-serif\";s:4:\"slug\";s:14:\"rubik-mono-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/rubikmonoone/v18/UqyJK8kPP3hjw6ANTdfRk9YSN-81RqQrc_j9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Rubik Mono One\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-mono-one/rubik-mono-one-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-mono-one/rubik-mono-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1416;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Rubik Moonrocks\";s:10:\"fontFamily\";s:28:\"\"Rubik Moonrocks\", system-ui\";s:4:\"slug\";s:15:\"rubik-moonrocks\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/rubikmoonrocks/v5/845ANMAmAI2VUZMLu_W0M7HqlDHnWMD7JGy1Sw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Rubik Moonrocks\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-moonrocks/rubik-moonrocks-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-moonrocks/rubik-moonrocks.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1417;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Rubik Pixels\";s:10:\"fontFamily\";s:25:\"\"Rubik Pixels\", system-ui\";s:4:\"slug\";s:12:\"rubik-pixels\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdSbRYRagrQrA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Rubik Pixels\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-pixels/rubik-pixels-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-pixels/rubik-pixels.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1418;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Rubik Puddles\";s:10:\"fontFamily\";s:26:\"\"Rubik Puddles\", system-ui\";s:4:\"slug\";s:13:\"rubik-puddles\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfW0wVMT-aE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Rubik Puddles\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-puddles/rubik-puddles-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-puddles/rubik-puddles.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1419;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Rubik Scribble\";s:10:\"fontFamily\";s:27:\"\"Rubik Scribble\", system-ui\";s:4:\"slug\";s:14:\"rubik-scribble\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpbqeSjORSo9W.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Rubik Scribble\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-scribble/rubik-scribble-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-scribble/rubik-scribble.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1420;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Rubik Spray Paint\";s:10:\"fontFamily\";s:30:\"\"Rubik Spray Paint\", system-ui\";s:4:\"slug\";s:17:\"rubik-spray-paint\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-Ro7QoaBZQxP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Rubik Spray Paint\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-spray-paint/rubik-spray-paint-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-spray-paint/rubik-spray-paint.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1421;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Rubik Storm\";s:10:\"fontFamily\";s:24:\"\"Rubik Storm\", system-ui\";s:4:\"slug\";s:11:\"rubik-storm\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaouL4T2Xh9NQk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Rubik Storm\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-storm/rubik-storm-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-storm/rubik-storm.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1422;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Rubik Vinyl\";s:10:\"fontFamily\";s:24:\"\"Rubik Vinyl\", system-ui\";s:4:\"slug\";s:11:\"rubik-vinyl\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvUXbxox2ztOU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Rubik Vinyl\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-vinyl/rubik-vinyl-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-vinyl/rubik-vinyl.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1423;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Rubik Wet Paint\";s:10:\"fontFamily\";s:28:\"\"Rubik Wet Paint\", system-ui\";s:4:\"slug\";s:15:\"rubik-wet-paint\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F_jz313DuvQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Rubik Wet Paint\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-wet-paint/rubik-wet-paint-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/rubik-wet-paint/rubik-wet-paint.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1424;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Ruda\";s:10:\"fontFamily\";s:16:\"Ruda, sans-serif\";s:4:\"slug\";s:4:\"ruda\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_72KiSGg-H.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Ruda\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda-900-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/ruda/ruda.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1425;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Rufina\";s:10:\"fontFamily\";s:13:\"Rufina, serif\";s:4:\"slug\";s:6:\"rufina\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKyphRktOdClg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rufina\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rufina/rufina-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAucxenxE0SA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Rufina\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/rufina/rufina-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/rufina/rufina.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1426;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Ruge Boogie\";s:10:\"fontFamily\";s:22:\"\"Ruge Boogie\", cursive\";s:4:\"slug\";s:11:\"ruge-boogie\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/rugeboogie/v28/JIA3UVFwbHRF_GIWSMhKNROnPzUveSxy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ruge Boogie\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ruge-boogie/ruge-boogie-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/ruge-boogie/ruge-boogie.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1427;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ruluko\";s:10:\"fontFamily\";s:18:\"Ruluko, sans-serif\";s:4:\"slug\";s:6:\"ruluko\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pDqWzKX_QmA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruluko\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruluko/ruluko-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ruluko/ruluko.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1428;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Rum Raisin\";s:10:\"fontFamily\";s:24:\"\"Rum Raisin\", sans-serif\";s:4:\"slug\";s:10:\"rum-raisin\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/rumraisin/v22/nwpRtKu3Ih8D5avB4h2uJ3qIywA7eMM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Rum Raisin\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/rum-raisin/rum-raisin-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/rum-raisin/rum-raisin.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1429;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Ruslan Display\";s:10:\"fontFamily\";s:27:\"\"Ruslan Display\", system-ui\";s:4:\"slug\";s:14:\"ruslan-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ruslandisplay/v26/Gw6jwczl81XcIZuckK_e3UpfdzxuldyFvm1n.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ruslan Display\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ruslan-display/ruslan-display-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/ruslan-display/ruslan-display.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1430;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Russo One\";s:10:\"fontFamily\";s:23:\"\"Russo One\", sans-serif\";s:4:\"slug\";s:9:\"russo-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsH-zcOInrib9Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Russo One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/russo-one/russo-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/russo-one/russo-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1431;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ruthie\";s:10:\"fontFamily\";s:15:\"Ruthie, cursive\";s:4:\"slug\";s:6:\"ruthie\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/ruthie/v26/gokvH63sGkdqXuU9kT53Q2u_mQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruthie\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruthie/ruthie-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ruthie/ruthie.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1432;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ruwudu\";s:10:\"fontFamily\";s:13:\"Ruwudu, serif\";s:4:\"slug\";s:6:\"ruwudu\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKfNkACT9tPdpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruwudu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruwudu/ruwudu-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1YSm3-_jBrlSILg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruwudu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruwudu/ruwudu-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1TS63-_jBrlSILg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruwudu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruwudu/ruwudu-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1KS-3-_jBrlSILg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ruwudu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ruwudu/ruwudu-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ruwudu/ruwudu.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1433;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Rye\";s:10:\"fontFamily\";s:14:\"Rye, system-ui\";s:4:\"slug\";s:3:\"rye\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:64:\"https://fonts.gstatic.com/s/rye/v15/r05XGLJT86YDE5TsXOqx4w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Rye\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/rye/rye-400-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/rye/rye.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1434;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"STIX Two Text\";s:10:\"fontFamily\";s:22:\"\"STIX Two Text\", serif\";s:4:\"slug\";s:13:\"stix-two-text\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOdWxFMN1WD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOdWxFMN1WD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOdWxFMN1WD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOdWxFMN1WD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURBuMkWDmSo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURBuMkWDmSo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURBuMkWDmSo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURBuMkWDmSo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"STIX Two Text\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/stix-two-text/stix-two-text.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1435;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"SUSE\";s:10:\"fontFamily\";s:16:\"SUSE, sans-serif\";s:4:\"slug\";s:4:\"suse\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbGG71q4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbEG7lq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbHY7lq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbGG7lq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbG07lq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbFY6Vq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbFh6Vq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbEG6Vq4ZnJSZtQG.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"SUSE\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse-800-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/suse/suse.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1436;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Sacramento\";s:10:\"fontFamily\";s:19:\"Sacramento, cursive\";s:4:\"slug\";s:10:\"sacramento\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG0C8V_NxLeiw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sacramento\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sacramento/sacramento-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/sacramento/sacramento.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1437;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sahitya\";s:10:\"fontFamily\";s:14:\"Sahitya, serif\";s:4:\"slug\";s:7:\"sahitya\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAaSIFPywEDnI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sahitya\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sahitya/sahitya-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sahitya/v17/6qLFKZkOuhnuqlJAUZsqGyEvEnvSexI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sahitya\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sahitya/sahitya-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sahitya/sahitya.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1438;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Sail\";s:10:\"fontFamily\";s:15:\"Sail, system-ui\";s:4:\"slug\";s:4:\"sail\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBHDADYAbvw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sail\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sail/sail-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/sail/sail.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1439;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Saira\";s:10:\"fontFamily\";s:17:\"Saira, sans-serif\";s:4:\"slug\";s:5:\"saira\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFos07lwYmUVY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxliQjQVYmxA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Saira\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira-900-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/saira/saira.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1440;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Saira Condensed\";s:10:\"fontFamily\";s:29:\"\"Saira Condensed\", sans-serif\";s:4:\"slug\";s:15:\"saira-condensed\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetF2omSrzS8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfoOFE-IyCrw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg9aeepi2lHw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Saira Condensed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-condensed/saira-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1441;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Saira Extra Condensed\";s:10:\"fontFamily\";s:35:\"\"Saira Extra Condensed\", sans-serif\";s:4:\"slug\";s:21:\"saira-extra-condensed\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0j09i5ss3a3.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT6kL11Ct8sw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R2QBgum-uoQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Saira Extra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed-900-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-extra-condensed/saira-extra-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1442;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Saira Semi Condensed\";s:10:\"fontFamily\";s:34:\"\"Saira Semi Condensed\", sans-serif\";s:4:\"slug\";s:20:\"saira-semi-condensed\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOY8rXT-8V8.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8OYuceqGT-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MTg3j36Ebz.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Saira Semi Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed-900-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-semi-condensed/saira-semi-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1443;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Saira Stencil One\";s:10:\"fontFamily\";s:30:\"\"Saira Stencil One\", system-ui\";s:4:\"slug\";s:17:\"saira-stencil-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/sairastencilone/v16/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsJawif2YQ2.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Saira Stencil One\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-stencil-one/saira-stencil-one-400-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/saira-stencil-one/saira-stencil-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1444;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Salsa\";s:10:\"fontFamily\";s:16:\"Salsa, system-ui\";s:4:\"slug\";s:5:\"salsa\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-imd8ncKEZez.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Salsa\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/salsa/salsa-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/salsa/salsa.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1445;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sanchez\";s:10:\"fontFamily\";s:14:\"Sanchez, serif\";s:4:\"slug\";s:7:\"sanchez\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sanchez/v15/Ycm2sZJORluHnXbITmtb_BwE1l0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sanchez\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sanchez/sanchez-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/sanchez/v15/Ycm0sZJORluHnXbIfmxR_T4Bxl3gkw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sanchez\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sanchez/sanchez-400-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sanchez/sanchez.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1446;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Sancreek\";s:10:\"fontFamily\";s:19:\"Sancreek, system-ui\";s:4:\"slug\";s:8:\"sancreek\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/sancreek/v25/pxiHypAnsdxUm159X7D7XV9NEe-K.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sancreek\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sancreek/sancreek-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/sancreek/sancreek.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1447;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Sankofa Display\";s:10:\"fontFamily\";s:29:\"\"Sankofa Display\", sans-serif\";s:4:\"slug\";s:15:\"sankofa-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/sankofadisplay/v2/Ktk1ALSRd4LucUDghJ2rTqXOoh33EqmZVY9Y5w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sankofa Display\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sankofa-display/sankofa-display-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/sankofa-display/sankofa-display.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1448;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sansita\";s:10:\"fontFamily\";s:19:\"Sansita, sans-serif\";s:4:\"slug\";s:7:\"sansita\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7HBy7TXFf3qw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/sansita/v11/QldMNTRRphEb_-V7LBuxTFNazqx2xg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JKWUaXx0wqVv3_g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ9Xx-w4dqz_joDQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-700-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JLmXaXx0wqVv3_g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ6X9-w4dqz_joDQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-800-italic.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JJ2WaXx0wqVv3_g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-900-normal.svg\";}i:7;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJzX5-w4dqz_joDQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sansita\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita/sansita.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1449;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Sansita Swashed\";s:10:\"fontFamily\";s:28:\"\"Sansita Swashed\", system-ui\";s:4:\"slug\";s:15:\"sansita-swashed\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubT8VehmEa4Q.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sansita Swashed\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/sansita-swashed/sansita-swashed.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1450;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sarabun\";s:10:\"fontFamily\";s:19:\"Sarabun, sans-serif\";s:4:\"slug\";s:7:\"sarabun\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9YHZJn3YI5gnOpg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/sarabun/v15/DtVnJx26TKEr37c9aBBx_nwJxAzephhN.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YNpoulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxUl0s6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YL5rulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxNl4s6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9WBdDnlQN9gk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9aBBJn3YI5gnOpg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YOZqulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxbl8s6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YMptulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxQlgs6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YK5sulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxJlks6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YLJvulkm6gDXvwE.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxOlos6yLSrwFUlw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Sarabun\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun-800-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sarabun/sarabun.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1451;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Sarala\";s:10:\"fontFamily\";s:18:\"Sarala, sans-serif\";s:4:\"slug\";s:6:\"sarala\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9RDx0TMv6EXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sarala\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sarala/sarala-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/sarala/v12/uK_x4riEZv4o1w9ptjI3P9WYVkMpXA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sarala\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sarala/sarala-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/sarala/sarala.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1452;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Sarina\";s:10:\"fontFamily\";s:17:\"Sarina, system-ui\";s:4:\"slug\";s:6:\"sarina\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/sarina/v23/-F6wfjF3ITQwasLhK0DUriBQxw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sarina\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sarina/sarina-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/sarina/sarina.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1453;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Sarpanch\";s:10:\"fontFamily\";s:20:\"Sarpanch, sans-serif\";s:4:\"slug\";s:8:\"sarpanch\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/sarpanch/v13/hESy6Xt4NCpRuk6Pzh2FRIrX_20n.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziV0ba7a1HEuRHkM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziVYaq7a1HEuRHkM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziU8a67a1HEuRHkM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUgaK7a1HEuRHkM.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUEaa7a1HEuRHkM.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sarpanch\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/sarpanch/sarpanch.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1454;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Sassy Frass\";s:10:\"fontFamily\";s:22:\"\"Sassy Frass\", cursive\";s:4:\"slug\";s:11:\"sassy-frass\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sassyfrass/v7/LhWhMVrGOe0FLb97BjhsE99YGNWQg_am.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Sassy Frass\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/sassy-frass/sassy-frass-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/sassy-frass/sassy-frass.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1455;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Satisfy\";s:10:\"fontFamily\";s:16:\"Satisfy, cursive\";s:4:\"slug\";s:7:\"satisfy\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoOZGCHBeHFl0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Satisfy\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/satisfy/satisfy-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/satisfy/satisfy.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1456;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Sawarabi Gothic\";s:10:\"fontFamily\";s:29:\"\"Sawarabi Gothic\", sans-serif\";s:4:\"slug\";s:15:\"sawarabi-gothic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/sawarabigothic/v13/x3d4ckfVaqqa-BEj-I9mE65u3k3NACk3E2YljQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sawarabi Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sawarabi-gothic/sawarabi-gothic-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/sawarabi-gothic/sawarabi-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1457;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Sawarabi Mincho\";s:10:\"fontFamily\";s:24:\"\"Sawarabi Mincho\", serif\";s:4:\"slug\";s:15:\"sawarabi-mincho\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/sawarabimincho/v18/8QIRdiDaitzr7brc8ahpxt6GcIJTKKhP46UDUw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Sawarabi Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/sawarabi-mincho/sawarabi-mincho-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/sawarabi-mincho/sawarabi-mincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1458;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Scada\";s:10:\"fontFamily\";s:17:\"Scada, sans-serif\";s:4:\"slug\";s:5:\"scada\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeWJtxzUobkvv.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Scada\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/scada/scada-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/scada/v15/RLp_K5Pv5qumeVJqzTQKa1vvffg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Scada\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/scada/scada-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/scada/v15/RLp8K5Pv5qumeVrU6BElRVfmZOE5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Scada\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/scada/scada-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/scada/v15/RLp6K5Pv5qumeVJq9Y0lT1bEYfE5p6g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Scada\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/scada/scada-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/scada/scada.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1459;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Scheherazade New\";s:10:\"fontFamily\";s:25:\"\"Scheherazade New\", serif\";s:4:\"slug\";s:16:\"scheherazade-new\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/scheherazadenew/v15/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwZsOl4p5Is.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Scheherazade New\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/scheherazade-new/scheherazade-new-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM_dFHlMC-IKnoSE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Scheherazade New\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/scheherazade-new/scheherazade-new-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM9tCHlMC-IKnoSE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Scheherazade New\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/scheherazade-new/scheherazade-new-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlMC-IKnoSE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Scheherazade New\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/scheherazade-new/scheherazade-new-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/scheherazade-new/scheherazade-new.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1460;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Schibsted Grotesk\";s:10:\"fontFamily\";s:31:\"\"Schibsted Grotesk\", sans-serif\";s:4:\"slug\";s:17:\"schibsted-grotesk\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMN_MYASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNosYASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNi8YASsJuXFGVOQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLoDMhvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLaDMhvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oI2C8hvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJoC8hvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJBC8hvflSFOTXs.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:17:\"Schibsted Grotesk\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk-900-italic.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/schibsted-grotesk/schibsted-grotesk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1461;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Schoolbell\";s:10:\"fontFamily\";s:19:\"Schoolbell, cursive\";s:4:\"slug\";s:10:\"schoolbell\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxcQ6mRqfiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Schoolbell\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/schoolbell/schoolbell-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/schoolbell/schoolbell.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1462;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Scope One\";s:10:\"fontFamily\";s:18:\"\"Scope One\", serif\";s:4:\"slug\";s:9:\"scope-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1Xk_MJMGxiQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Scope One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/scope-one/scope-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/scope-one/scope-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1463;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Seaweed Script\";s:10:\"fontFamily\";s:27:\"\"Seaweed Script\", system-ui\";s:4:\"slug\";s:14:\"seaweed-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe0WM-KcGVbLW.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Seaweed Script\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/seaweed-script/seaweed-script-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/seaweed-script/seaweed-script.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1464;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Secular One\";s:10:\"fontFamily\";s:25:\"\"Secular One\", sans-serif\";s:4:\"slug\";s:11:\"secular-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/secularone/v12/8QINdiTajsj_87rMuMdKypDgMul7LJpK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Secular One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/secular-one/secular-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/secular-one/secular-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1465;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Sedan\";s:10:\"fontFamily\";s:12:\"Sedan, serif\";s:4:\"slug\";s:5:\"sedan\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/sedan/v1/Yq6a-L-VVyD6-eOXiTpovf5b.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Sedan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/sedan/sedan-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/sedan/v1/Yq6U-L-VVyD6-dOQgztKuO5bjxE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Sedan\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/sedan/sedan-400-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/sedan/sedan.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1466;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Sedan SC\";s:10:\"fontFamily\";s:17:\"\"Sedan SC\", serif\";s:4:\"slug\";s:8:\"sedan-sc\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sedansc/v2/yMJRMIlvYZ3Jn1Y30Dq5fSx5i814.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sedan SC\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sedan-sc/sedan-sc-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/sedan-sc/sedan-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1467;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Sedgwick Ave\";s:10:\"fontFamily\";s:23:\"\"Sedgwick Ave\", cursive\";s:4:\"slug\";s:12:\"sedgwick-ave\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8W2g1Vcf5JA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Sedgwick Ave\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/sedgwick-ave/sedgwick-ave-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/sedgwick-ave/sedgwick-ave.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1468;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Sedgwick Ave Display\";s:10:\"fontFamily\";s:31:\"\"Sedgwick Ave Display\", cursive\";s:4:\"slug\";s:20:\"sedgwick-ave-display\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2c2d-YnOzUD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sedgwick Ave Display\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sedgwick-ave-display/sedgwick-ave-display-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/sedgwick-ave-display/sedgwick-ave-display.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1469;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:3:\"Sen\";s:10:\"fontFamily\";s:15:\"Sen, sans-serif\";s:4:\"slug\";s:3:\"sen\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISCq5H4vKlD9q78A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Sen\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISBi5H4vKlD9q78A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Sen\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISPS-H4vKlD9q78A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Sen\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISM2-H4vKlD9q78A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Sen\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISKq-H4vKlD9q78A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:3:\"Sen\";s:7:\"preview\";s:67:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen-800-normal.svg\";}}s:7:\"preview\";s:56:\"https://s.w.org/images/fonts/wp-6.7/previews/sen/sen.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1470;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Send Flowers\";s:10:\"fontFamily\";s:23:\"\"Send Flowers\", cursive\";s:4:\"slug\";s:12:\"send-flowers\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sendflowers/v5/If2PXTjtZS-0Xqy13uCQSULvwgjjouU1iw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Send Flowers\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/send-flowers/send-flowers-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/send-flowers/send-flowers.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1471;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Sevillana\";s:10:\"fontFamily\";s:20:\"Sevillana, system-ui\";s:4:\"slug\";s:9:\"sevillana\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/sevillana/v23/KFOlCnWFscmDt1Bfiy1vBh05IsDqlA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sevillana\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sevillana/sevillana-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/sevillana/sevillana.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1472;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Seymour One\";s:10:\"fontFamily\";s:25:\"\"Seymour One\", sans-serif\";s:4:\"slug\";s:11:\"seymour-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/seymourone/v23/4iCp6Khla9xbjQpoWGGd0myNPYBvgpUI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Seymour One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/seymour-one/seymour-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/seymour-one/seymour-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1473;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Shadows Into Light\";s:10:\"fontFamily\";s:29:\"\"Shadows Into Light\", cursive\";s:4:\"slug\";s:18:\"shadows-into-light\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/shadowsintolight/v19/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDd8r4xzSMYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shadows Into Light\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shadows-into-light/shadows-into-light-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/shadows-into-light/shadows-into-light.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1474;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:22:\"Shadows Into Light Two\";s:10:\"fontFamily\";s:33:\"\"Shadows Into Light Two\", cursive\";s:4:\"slug\";s:22:\"shadows-into-light-two\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/shadowsintolighttwo/v17/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlA7NGLNnIF0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:22:\"Shadows Into Light Two\";s:7:\"preview\";s:105:\"https://s.w.org/images/fonts/wp-6.7/previews/shadows-into-light-two/shadows-into-light-two-400-normal.svg\";}}s:7:\"preview\";s:94:\"https://s.w.org/images/fonts/wp-6.7/previews/shadows-into-light-two/shadows-into-light-two.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1475;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Shalimar\";s:10:\"fontFamily\";s:17:\"Shalimar, cursive\";s:4:\"slug\";s:8:\"shalimar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/shalimar/v7/uU9MCBoE6I6iNWFUvTP08PCOg0uX.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Shalimar\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/shalimar/shalimar-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/shalimar/shalimar.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1476;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Shantell Sans\";s:10:\"fontFamily\";s:26:\"\"Shantell Sans\", system-ui\";s:4:\"slug\";s:13:\"shantell-sans\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYQiS2izyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S2izyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYROS2izyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSiTGizyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSbTGizyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:155:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYT8TGizyPwxjyRN.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CN71wv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-300-italic.svg\";}i:7;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CID1wv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CLL1wv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-500-italic.svg\";}i:9;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CF7ywv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CGfywv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-700-italic.svg\";}i:11;a:5:{s:3:\"src\";s:158:\"https://fonts.gstatic.com/s/shantellsans/v10/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CADywv0TijRNYgQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Shantell Sans\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans-800-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/shantell-sans/shantell-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1477;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Shanti\";s:10:\"fontFamily\";s:18:\"Shanti, sans-serif\";s:4:\"slug\";s:6:\"shanti\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzgVkezpKfwzA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Shanti\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/shanti/shanti-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/shanti/shanti.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1478;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Share\";s:10:\"fontFamily\";s:17:\"Share, sans-serif\";s:4:\"slug\";s:5:\"share\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/share/v18/i7dEIFliZjKNF5VIHLq2cV5d.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Share\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/share/share-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/share/v18/i7dKIFliZjKNF6VPFruUdE5dWFM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Share\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/share/share-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/share/v18/i7dJIFliZjKNF63xM567WkJUQUq7.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Share\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/share/share-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/share/v18/i7dPIFliZjKNF6VPLgK7UEN2RFq7AwU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Share\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/share/share-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/share/share.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1479;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Share Tech\";s:10:\"fontFamily\";s:24:\"\"Share Tech\", sans-serif\";s:4:\"slug\";s:10:\"share-tech\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sharetech/v21/7cHtv4Uyi5K0OeZ7bohUwH8DmTcibrA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Share Tech\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/share-tech/share-tech-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/share-tech/share-tech.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1480;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Share Tech Mono\";s:10:\"fontFamily\";s:28:\"\"Share Tech Mono\", monospace\";s:4:\"slug\";s:15:\"share-tech-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7oQsEIc3Xew.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Share Tech Mono\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/share-tech-mono/share-tech-mono-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/share-tech-mono/share-tech-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1481;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Shippori Antique\";s:10:\"fontFamily\";s:30:\"\"Shippori Antique\", sans-serif\";s:4:\"slug\";s:16:\"shippori-antique\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/shipporiantique/v9/-F6qfid3KC8pdMyzR0qRyFUht11v8lJPg-IUDNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Shippori Antique\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-antique/shippori-antique-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-antique/shippori-antique.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1482;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Shippori Antique B1\";s:10:\"fontFamily\";s:33:\"\"Shippori Antique B1\", sans-serif\";s:4:\"slug\";s:20:\"shippori-antique-b-1\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/shipporiantiqueb1/v9/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRRCj9-5Y8Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Shippori Antique B1\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-antique-b1/shippori-antique-b1-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-antique-b1/shippori-antique-b1.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1483;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Shippori Mincho\";s:10:\"fontFamily\";s:24:\"\"Shippori Mincho\", serif\";s:4:\"slug\";s:15:\"shippori-mincho\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/shipporimincho/v15/VdGGAZweH5EbgHY6YExcZfDoj0BA3v-C7LoS7g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Shippori Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am4ZEO5--2zg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Shippori Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm4ZEO5--2zg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Shippori Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm4ZEO5--2zg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Shippori Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om4ZEO5--2zg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Shippori Mincho\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho-800-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho/shippori-mincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1484;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Shippori Mincho B1\";s:10:\"fontFamily\";s:27:\"\"Shippori Mincho B1\", serif\";s:4:\"slug\";s:19:\"shippori-mincho-b-1\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/shipporiminchob1/v22/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nyi6Br1lO97Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shippori Mincho B1\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/shipporiminchob1/v22/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKeolP23ih5H4Uug.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shippori Mincho B1\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/shipporiminchob1/v22/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKVo5P23ih5H4Uug.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shippori Mincho B1\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/shipporiminchob1/v22/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKMo9P23ih5H4Uug.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shippori Mincho B1\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/shipporiminchob1/v22/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKLoxP23ih5H4Uug.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Shippori Mincho B1\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1-800-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/shippori-mincho-b1/shippori-mincho-b1.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1485;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Shizuru\";s:10:\"fontFamily\";s:18:\"Shizuru, system-ui\";s:4:\"slug\";s:7:\"shizuru\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/shizuru/v11/O4ZSFGfvnxFiCA3i30cJlgUTj2A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Shizuru\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/shizuru/shizuru-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/shizuru/shizuru.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1486;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Shojumaru\";s:10:\"fontFamily\";s:20:\"Shojumaru, system-ui\";s:4:\"slug\";s:9:\"shojumaru\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMARJek0vA8A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Shojumaru\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/shojumaru/shojumaru-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/shojumaru/shojumaru.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1487;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Short Stack\";s:10:\"fontFamily\";s:22:\"\"Short Stack\", cursive\";s:4:\"slug\";s:11:\"short-stack\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SXcX8D0nq6.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Short Stack\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/short-stack/short-stack-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/short-stack/short-stack.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1488;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Shrikhand\";s:10:\"fontFamily\";s:20:\"Shrikhand, system-ui\";s:4:\"slug\";s:9:\"shrikhand\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/shrikhand/v15/a8IbNovtLWfR7T7bMJwbAYiQ0zhMtA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Shrikhand\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/shrikhand/shrikhand-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/shrikhand/shrikhand.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1489;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:8:\"Siemreap\";s:10:\"fontFamily\";s:20:\"Siemreap, sans-serif\";s:4:\"slug\";s:8:\"siemreap\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/siemreap/v28/Gg82N5oFbgLvHAfNl2YenA8DLXpe.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Siemreap\";}}}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1490;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Sigmar\";s:10:\"fontFamily\";s:17:\"Sigmar, system-ui\";s:4:\"slug\";s:6:\"sigmar\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/sigmar/v7/hv-XlzJgIE8a85pUaGY3MTFgVg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sigmar\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sigmar/sigmar-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/sigmar/sigmar.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1491;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Sigmar One\";s:10:\"fontFamily\";s:23:\"\"Sigmar One\", system-ui\";s:4:\"slug\";s:10:\"sigmar-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3dk6bjp3Di8U0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sigmar One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sigmar-one/sigmar-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/sigmar-one/sigmar-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1492;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Signika\";s:10:\"fontFamily\";s:19:\"Signika, sans-serif\";s:4:\"slug\";s:7:\"signika\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r93zuYyDMngt4xjw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Signika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuYyDMngt4xjw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Signika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9szuYyDMngt4xjw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Signika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9XzyYyDMngt4xjw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Signika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9ZjyYyDMngt4xjw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Signika\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/signika/signika.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1493;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Signika Negative\";s:10:\"fontFamily\";s:30:\"\"Signika Negative\", sans-serif\";s:4:\"slug\";s:16:\"signika-negative\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73pt9hiuEq8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Signika Negative\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73pt9hiuEq8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Signika Negative\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73pt9hiuEq8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Signika Negative\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3pt9hiuEq8.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Signika Negative\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3pt9hiuEq8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Signika Negative\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/signika-negative/signika-negative.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1494;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Silkscreen\";s:10:\"fontFamily\";s:21:\"Silkscreen, system-ui\";s:4:\"slug\";s:10:\"silkscreen\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/silkscreen/v4/m8JXjfVPf62XiF7kO-i9ULFvamODxdI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Silkscreen\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/silkscreen/silkscreen-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/silkscreen/v4/m8JUjfVPf62XiF7kO-i9aAhATm6o2dudFvc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Silkscreen\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/silkscreen/silkscreen-700-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/silkscreen/silkscreen.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1495;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Simonetta\";s:10:\"fontFamily\";s:20:\"Simonetta, system-ui\";s:4:\"slug\";s:9:\"simonetta\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/simonetta/v27/x3dickHVYrCU5BU15c4BefACvy_1BA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Simonetta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/simonetta/simonetta-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/simonetta/v27/x3dkckHVYrCU5BU15c4xfvoDnSrlBBsy.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Simonetta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/simonetta/simonetta-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/simonetta/v27/x3dnckHVYrCU5BU15c45-N0msgTpDQIrGg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Simonetta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/simonetta/simonetta-900-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/simonetta/v27/x3d5ckHVYrCU5BU15c4xfsKCsA7oLwc7Gn88.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Simonetta\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/simonetta/simonetta-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/simonetta/simonetta.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1496;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Single Day\";s:10:\"fontFamily\";s:23:\"\"Single Day\", system-ui\";s:4:\"slug\";s:10:\"single-day\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5jV8FUNfeQJU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Single Day\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/single-day/single-day-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/single-day/single-day.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1497;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sintony\";s:10:\"fontFamily\";s:19:\"Sintony, sans-serif\";s:4:\"slug\";s:7:\"sintony\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sintony/v15/XoHm2YDqR7-98cVUITEnu98ojjs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sintony\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sintony/sintony-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sintony/v15/XoHj2YDqR7-98cVUGYgIn9IDkjLp6C8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sintony\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sintony/sintony-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sintony/sintony.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1498;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Sirin Stencil\";s:10:\"fontFamily\";s:26:\"\"Sirin Stencil\", system-ui\";s:4:\"slug\";s:13:\"sirin-stencil\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/sirinstencil/v25/mem4YaWwznmLx-lzGfN7MdRydc1GBq6al6o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sirin Stencil\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sirin-stencil/sirin-stencil-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/sirin-stencil/sirin-stencil.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1499;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Six Caps\";s:10:\"fontFamily\";s:22:\"\"Six Caps\", sans-serif\";s:4:\"slug\";s:8:\"six-caps\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/sixcaps/v20/6ae_4KGrU7VR7bNmabcX9XXaPCop.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Six Caps\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/six-caps/six-caps-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/six-caps/six-caps.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1500;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Sixtyfour\";s:10:\"fontFamily\";s:20:\"Sixtyfour, monospace\";s:4:\"slug\";s:9:\"sixtyfour\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/sixtyfour/v1/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f73dnyS5ZuOV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sixtyfour\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sixtyfour/sixtyfour-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/sixtyfour/sixtyfour.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1501;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Sixtyfour Convergence\";s:10:\"fontFamily\";s:34:\"\"Sixtyfour Convergence\", monospace\";s:4:\"slug\";s:21:\"sixtyfour-convergence\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:173:\"https://fonts.gstatic.com/s/sixtyfourconvergence/v1/m8IQjepPf7mIglv5K__zM9srGA7wurbybZMfZsqG2Q6EWlJro5FJSJ4acT9PoOPwGgieaK7zkSpdXP-GrR9Yw9Tg7E4HGLbUKPlOh102ho5kk3grz3g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Sixtyfour Convergence\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/sixtyfour-convergence/sixtyfour-convergence-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/sixtyfour-convergence/sixtyfour-convergence.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1502;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Skranji\";s:10:\"fontFamily\";s:18:\"Skranji, system-ui\";s:4:\"slug\";s:7:\"skranji\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYz6uklTm3Ek.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Skranji\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/skranji/skranji-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlnNwED-b4g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Skranji\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/skranji/skranji-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/skranji/skranji.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1503;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Slabo 13px\";s:10:\"fontFamily\";s:19:\"\"Slabo 13px\", serif\";s:4:\"slug\";s:11:\"slabo-13-px\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/slabo13px/v15/11hEGp_azEvXZUdSBzzRcKKr2wkYnvI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Slabo 13px\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/slabo-13px/slabo-13px-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/slabo-13px/slabo-13px.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1504;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Slabo 27px\";s:10:\"fontFamily\";s:19:\"\"Slabo 27px\", serif\";s:4:\"slug\";s:11:\"slabo-27-px\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/slabo27px/v14/mFT0WbgBwKPR_Z4hGN2qsx0J1EJ7i90.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Slabo 27px\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/slabo-27px/slabo-27px-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/slabo-27px/slabo-27px.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1505;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Slackey\";s:10:\"fontFamily\";s:18:\"Slackey, system-ui\";s:4:\"slug\";s:7:\"slackey\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/slackey/v28/N0bV2SdQO-5yM0-dKlFaJdbWgdY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Slackey\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/slackey/slackey-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/slackey/slackey.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1506;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Slackside One\";s:10:\"fontFamily\";s:24:\"\"Slackside One\", cursive\";s:4:\"slug\";s:13:\"slackside-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/slacksideone/v11/EJRQQgMrXdcGsiBuvnRxodTwVyvVocNB6Iw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Slackside One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/slackside-one/slackside-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/slackside-one/slackside-one.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1507;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Smokum\";s:10:\"fontFamily\";s:17:\"Smokum, system-ui\";s:4:\"slug\";s:6:\"smokum\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/smokum/v28/TK3iWkUbAhopmrdGGzUHte5fKg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Smokum\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/smokum/smokum-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/smokum/smokum.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1508;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Smooch\";s:10:\"fontFamily\";s:15:\"Smooch, cursive\";s:4:\"slug\";s:6:\"smooch\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/smooch/v7/o-0LIps4xW8U1xUBi6p_6hVdYg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Smooch\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch/smooch-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch/smooch.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1509;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Smooch Sans\";s:10:\"fontFamily\";s:25:\"\"Smooch Sans\", sans-serif\";s:4:\"slug\";s:11:\"smooch-sans\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0Boc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80Boc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0doc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdoc6IeNlzayg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Smooch Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/smooch-sans/smooch-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1510;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Smythe\";s:10:\"fontFamily\";s:17:\"Smythe, system-ui\";s:4:\"slug\";s:6:\"smythe\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BPbh_uGInjA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Smythe\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/smythe/smythe-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/smythe/smythe.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1511;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Sniglet\";s:10:\"fontFamily\";s:18:\"Sniglet, system-ui\";s:4:\"slug\";s:7:\"sniglet\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCyrYGkHgIs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sniglet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sniglet/sniglet-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGQsnIJkWL4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Sniglet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/sniglet/sniglet-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/sniglet/sniglet.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1512;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Snippet\";s:10:\"fontFamily\";s:19:\"Snippet, sans-serif\";s:4:\"slug\";s:7:\"snippet\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2vrAfcp9QWc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Snippet\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/snippet/snippet-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/snippet/snippet.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1513;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Snowburst One\";s:10:\"fontFamily\";s:26:\"\"Snowburst One\", system-ui\";s:4:\"slug\";s:13:\"snowburst-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7eZqUPyacPbo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Snowburst One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/snowburst-one/snowburst-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/snowburst-one/snowburst-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1514;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Sofadi One\";s:10:\"fontFamily\";s:23:\"\"Sofadi One\", system-ui\";s:4:\"slug\";s:10:\"sofadi-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDaIETkmYDU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofadi One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofadi-one/sofadi-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/sofadi-one/sofadi-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1515;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Sofia\";s:10:\"fontFamily\";s:14:\"Sofia, cursive\";s:4:\"slug\";s:5:\"sofia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu7sowsrqjk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Sofia\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia/sofia-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia/sofia.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1516;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Sofia Sans\";s:10:\"fontFamily\";s:24:\"\"Sofia Sans\", sans-serif\";s:4:\"slug\";s:10:\"sofia-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sa3orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6sK3orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69AksK3orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sK3orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69BIsK3orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Ckt63orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Cdt63orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6t63orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69DTt63orvKCXl8k.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WvpPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WupPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8xuupPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WupPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy83eupPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy85uppPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy86KppPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WppPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8-yppPOgW08kdLY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Sofia Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans-900-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans/sofia-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1517;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Sofia Sans Condensed\";s:10:\"fontFamily\";s:34:\"\"Sofia Sans Condensed\", sans-serif\";s:4:\"slug\";s:20:\"sofia-sans-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-CsksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-GsksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUq2eGsksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-GsksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqteGsksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqWeasksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqYOasksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-asksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqLuasksQO3OfwQQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1c4P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE1M4P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ia1M4P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1M4P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6J21M4P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ka084P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Kj084P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE084P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:120:\"https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Lt084P_uLgQZ_3.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:20:\"Sofia Sans Condensed\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed-900-italic.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-condensed/sofia-sans-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1518;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:26:\"Sofia Sans Extra Condensed\";s:10:\"fontFamily\";s:40:\"\"Sofia Sans Extra Condensed\", sans-serif\";s:4:\"slug\";s:26:\"sofia-sans-extra-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmmEejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGmiEejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLxGiEejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmiEejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLqGiEejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLRG-EejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLfW-EejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGm-EejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLM2-EejmM356GxA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPTON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsPDON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUisyPDON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPDON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitePDON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuyOzON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuLOzON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsOzON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:133:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivFOzON_ZuWxFXe.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:26:\"Sofia Sans Extra Condensed\";s:7:\"preview\";s:113:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed-900-italic.svg\";}}s:7:\"preview\";s:102:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-extra-condensed/sofia-sans-extra-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1519;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:25:\"Sofia Sans Semi Condensed\";s:10:\"fontFamily\";s:39:\"\"Sofia Sans Semi Condensed\", sans-serif\";s:4:\"slug\";s:25:\"sofia-sans-semi-condensed\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEO9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbEe9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvopFEe9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEe9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoopEe9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvorFFu9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvor8Fu9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbFu9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:128:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqyFu9WGahllIhN.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcRE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocQE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUlkQE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcQE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUjUQE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUtkXE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUuAXE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocXE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:131:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUq4XE6lHkZhNeas.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:25:\"Sofia Sans Semi Condensed\";s:7:\"preview\";s:111:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed-900-italic.svg\";}}s:7:\"preview\";s:100:\"https://s.w.org/images/fonts/wp-6.7/previews/sofia-sans-semi-condensed/sofia-sans-semi-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1520;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Solitreo\";s:10:\"fontFamily\";s:17:\"Solitreo, cursive\";s:4:\"slug\";s:8:\"solitreo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO8usyDYtStiJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Solitreo\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/solitreo/solitreo-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/solitreo/solitreo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1521;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Solway\";s:10:\"fontFamily\";s:13:\"Solway, serif\";s:4:\"slug\";s:6:\"solway\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuLlgZn80QW3mqyg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Solway\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCWh3A9kuYMUg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Solway\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCudlkZn80QW3mqyg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Solway\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuPl8Zn80QW3mqyg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Solway\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuIlwZn80QW3mqyg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Solway\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway-800-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/solway/solway.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1522;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Sometype Mono\";s:10:\"fontFamily\";s:26:\"\"Sometype Mono\", monospace\";s:4:\"slug\";s:13:\"sometype-mono\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGE9fgQBbs7uG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTA-GE9fgQBbs7uG.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDSH09fgQBbs7uG.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDrH09fgQBbs7uG.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW6cZiwF5tquGrxk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW5UZiwF5tquGrxk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW3keiwF5tquGrxk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW0AeiwF5tquGrxk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Sometype Mono\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono-700-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/sometype-mono/sometype-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1523;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Song Myung\";s:10:\"fontFamily\";s:19:\"\"Song Myung\", serif\";s:4:\"slug\";s:10:\"song-myung\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhr1SqhcitzeM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Song Myung\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/song-myung/song-myung-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/song-myung/song-myung.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1524;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Sono\";s:10:\"fontFamily\";s:16:\"Sono, sans-serif\";s:4:\"slug\";s:4:\"sono\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkWdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxV6EWdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVhEWdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVaEKdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVUUKdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkKdF3R4qYeB4Q.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sono\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono-800-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/sono/sono.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1525;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Sonsie One\";s:10:\"fontFamily\";s:23:\"\"Sonsie One\", system-ui\";s:4:\"slug\";s:10:\"sonsie-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YV680lbp8JM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Sonsie One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/sonsie-one/sonsie-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/sonsie-one/sonsie-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1526;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Sora\";s:10:\"fontFamily\";s:16:\"Sora, sans-serif\";s:4:\"slug\";s:4:\"sora\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSn3-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSnn-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmScMnn-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdgnn-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSeMmX-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-PIwNhBti0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sora\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora-800-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/sora/sora.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1527;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Sorts Mill Goudy\";s:10:\"fontFamily\";s:25:\"\"Sorts Mill Goudy\", serif\";s:4:\"slug\";s:16:\"sorts-mill-goudy\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXHgOjpM75PE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Sorts Mill Goudy\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/sorts-mill-goudy/sorts-mill-goudy-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8Ej7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Sorts Mill Goudy\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/sorts-mill-goudy/sorts-mill-goudy-400-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/sorts-mill-goudy/sorts-mill-goudy.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1528;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Source Code Pro\";s:10:\"fontFamily\";s:28:\"\"Source Code Pro\", monospace\";s:4:\"slug\";s:15:\"source-code-pro\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhMthTXUcdJg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprTFcZZJiGpw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:15:\"Source Code Pro\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro-900-italic.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/source-code-pro/source-code-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1529;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Source Sans 3\";s:10:\"fontFamily\";s:27:\"\"Source Sans 3\", sans-serif\";s:4:\"slug\";s:13:\"source-sans-3\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEI_io6npfB.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9CsYm4fB3Ts.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Source Sans 3\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3-900-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/source-sans-3/source-sans-3.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1530;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Source Serif 4\";s:10:\"fontFamily\";s:23:\"\"Source Serif 4\", serif\";s:4:\"slug\";s:14:\"source-serif-4\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:121:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhlXD-wGvjU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-900-normal.svg\";}i:8;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-800-italic.svg\";}i:15;a:5:{s:3:\"src\";s:124:\"https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdDs4DrjXEXw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Source Serif 4\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/source-serif-4/source-serif-4.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1531;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Space Grotesk\";s:10:\"fontFamily\";s:27:\"\"Space Grotesk\", sans-serif\";s:4:\"slug\";s:13:\"space-grotesk\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsmNsFjTDJK.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Space Grotesk\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsmNsFjTDJK.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Space Grotesk\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsmNsFjTDJK.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Space Grotesk\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksmNsFjTDJK.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Space Grotesk\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksmNsFjTDJK.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Space Grotesk\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/space-grotesk/space-grotesk.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1532;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Space Mono\";s:10:\"fontFamily\";s:23:\"\"Space Mono\", monospace\";s:4:\"slug\";s:10:\"space-mono\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spacemono/v14/i7dPIFZifjKcF5UAWdDRUEN2RFq7AwU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Space Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/space-mono/space-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spacemono/v14/i7dNIFZifjKcF5UAWdDRYER8RXi-EwWMbg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Space Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/space-mono/space-mono-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/spacemono/v14/i7dMIFZifjKcF5UAWdDRaPpZYFeQHwyVd3U.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Space Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/space-mono/space-mono-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/spacemono/v14/i7dSIFZifjKcF5UAWdDRYERE_FeaHi6QZ3WfYg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Space Mono\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/space-mono/space-mono-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/space-mono/space-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1533;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Special Elite\";s:10:\"fontFamily\";s:26:\"\"Special Elite\", system-ui\";s:4:\"slug\";s:13:\"special-elite\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhnIESXFtUsM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Special Elite\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/special-elite/special-elite-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/special-elite/special-elite.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1534;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Spectral\";s:10:\"fontFamily\";s:15:\"Spectral, serif\";s:4:\"slug\";s:8:\"spectral\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9v2s13DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qrXHafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uSsF3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qtHEafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA-M7mHnOSOuk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/spectral/v13/rnCt-xNNww_2s0amA9M8knjsTfukQHs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vKsV3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qonFafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vmtl3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qqXCafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uCt13DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uetF3DY_etWWIJ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-800-normal.svg\";}i:13;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qt3AafaPXHIJErY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Spectral\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral-800-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral/spectral.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1535;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Spectral SC\";s:10:\"fontFamily\";s:20:\"\"Spectral SC\", serif\";s:4:\"slug\";s:11:\"spectral-sc\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1qwkTSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg26zWN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0OwUTSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28jVN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/spectralsc/v12/KtkpALCRZonmalTgyPmRfvWn6WDfFpuc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/spectralsc/v12/KtkrALCRZonmalTgyPmRfsWg42H9E4ucRY8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1WwETSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-500-normal.svg\";}i:7;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg25DUN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs16x0TSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-600-normal.svg\";}i:9;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg27zTN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-600-italic.svg\";}i:10;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0exkTSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-700-normal.svg\";}i:11;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg29jSN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-700-italic.svg\";}i:12;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0CxUTSPYeVXJZB.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-800-normal.svg\";}i:13;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28TRN4a3WYZB_sU.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Spectral SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc-800-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/spectral-sc/spectral-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1536;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Spicy Rice\";s:10:\"fontFamily\";s:23:\"\"Spicy Rice\", system-ui\";s:4:\"slug\";s:10:\"spicy-rice\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/spicyrice/v25/uK_24rSEd-Uqwk4jY1RyGvq2WkowRcc.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Spicy Rice\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/spicy-rice/spicy-rice-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/spicy-rice/spicy-rice.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1537;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Spinnaker\";s:10:\"fontFamily\";s:21:\"Spinnaker, sans-serif\";s:4:\"slug\";s:9:\"spinnaker\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/spinnaker/v19/w8gYH2oyX-I0_rvR6Hmn2XwLqOqSBg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Spinnaker\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/spinnaker/spinnaker-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/spinnaker/spinnaker.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1538;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Spirax\";s:10:\"fontFamily\";s:17:\"Spirax, system-ui\";s:4:\"slug\";s:6:\"spirax\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cW0tt-Csn-Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Spirax\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/spirax/spirax-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/spirax/spirax.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1539;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Splash\";s:10:\"fontFamily\";s:15:\"Splash, cursive\";s:4:\"slug\";s:6:\"splash\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/splash/v6/KtksAL2RZoDkbU6hofPGNdS6wg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Splash\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/splash/splash-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/splash/splash.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1540;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Spline Sans\";s:10:\"fontFamily\";s:25:\"\"Spline Sans\", sans-serif\";s:4:\"slug\";s:11:\"spline-sans\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYF9vlUfE2kw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spline Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYF9vlUfE2kw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spline Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYF9vlUfE2kw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spline Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YF9vlUfE2kw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spline Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YF9vlUfE2kw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Spline Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans-700-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans/spline-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1541;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Spline Sans Mono\";s:10:\"fontFamily\";s:29:\"\"Spline Sans Mono\", monospace\";s:4:\"slug\";s:16:\"spline-sans-mono\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtQy4d4dGb1.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtQy4d4dGb1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtQy4d4dGb1.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtQy4d4dGb1.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtQy4d4dGb1.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYZacXb12MM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYZacXb12MM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYZacXb12MM.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYZacXb12MM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYZacXb12MM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Spline Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/spline-sans-mono/spline-sans-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1542;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Squada One\";s:10:\"fontFamily\";s:23:\"\"Squada One\", system-ui\";s:4:\"slug\";s:10:\"squada-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6MtWaU8WDBkHgs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Squada One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/squada-one/squada-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/squada-one/squada-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1543;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Square Peg\";s:10:\"fontFamily\";s:21:\"\"Square Peg\", cursive\";s:4:\"slug\";s:10:\"square-peg\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/squarepeg/v5/y83eW48Nzw6ZlUHc-phrBDTrHHfrFPE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Square Peg\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/square-peg/square-peg-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/square-peg/square-peg.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1544;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Sree Krushnadevaraya\";s:10:\"fontFamily\";s:29:\"\"Sree Krushnadevaraya\", serif\";s:4:\"slug\";s:20:\"sree-krushnadevaraya\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWe2FhQuXir.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Sree Krushnadevaraya\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/sree-krushnadevaraya/sree-krushnadevaraya-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/sree-krushnadevaraya/sree-krushnadevaraya.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1545;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Sriracha\";s:10:\"fontFamily\";s:17:\"Sriracha, cursive\";s:4:\"slug\";s:8:\"sriracha\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/sriracha/v14/0nkrC9D4IuYBgWcI9ObdRQDioeb0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Sriracha\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/sriracha/sriracha-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/sriracha/sriracha.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1546;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Srisakdi\";s:10:\"fontFamily\";s:19:\"Srisakdi, system-ui\";s:4:\"slug\";s:8:\"srisakdi\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-jq5fSx5i814.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Srisakdi\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/srisakdi/srisakdi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/srisakdi/v16/yMJWMIlvdpDbkB0A-gIAUgh0oNFxW0Hz.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Srisakdi\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/srisakdi/srisakdi-700-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/srisakdi/srisakdi.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1547;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Staatliches\";s:10:\"fontFamily\";s:22:\"Staatliches, system-ui\";s:4:\"slug\";s:11:\"staatliches\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/staatliches/v13/HI_OiY8KO6hCsQSoAPmtMbeZtJG9O9PS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Staatliches\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/staatliches/staatliches-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/staatliches/staatliches.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1548;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Stalemate\";s:10:\"fontFamily\";s:18:\"Stalemate, cursive\";s:4:\"slug\";s:9:\"stalemate\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/stalemate/v22/taiIGmZ_EJq97-UfkZRpv6Ss8ZQpaQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Stalemate\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/stalemate/stalemate-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/stalemate/stalemate.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1549;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Stalinist One\";s:10:\"fontFamily\";s:26:\"\"Stalinist One\", system-ui\";s:4:\"slug\";s:13:\"stalinist-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/stalinistone/v56/MQpS-WezM9W4Dd7D3B7I-UT7eZqUPyacPbo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Stalinist One\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/stalinist-one/stalinist-one-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/stalinist-one/stalinist-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1550;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Stardos Stencil\";s:10:\"fontFamily\";s:28:\"\"Stardos Stencil\", system-ui\";s:4:\"slug\";s:15:\"stardos-stencil\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR6lR3tiSx0g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Stardos Stencil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/stardos-stencil/stardos-stencil-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTuw-t29HSHw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Stardos Stencil\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/stardos-stencil/stardos-stencil-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/stardos-stencil/stardos-stencil.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1551;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Stick\";s:10:\"fontFamily\";s:17:\"Stick, sans-serif\";s:4:\"slug\";s:5:\"stick\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/stick/v18/Qw3TZQpMCyTtJSvavPVDMPoF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Stick\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/stick/stick-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/stick/stick.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1552;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Stick No Bills\";s:10:\"fontFamily\";s:28:\"\"Stick No Bills\", sans-serif\";s:4:\"slug\";s:14:\"stick-no-bills\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7L7iwKhcTKA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Stick No Bills\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills-800-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/stick-no-bills/stick-no-bills.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1553;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Stint Ultra Condensed\";s:10:\"fontFamily\";s:30:\"\"Stint Ultra Condensed\", serif\";s:4:\"slug\";s:21:\"stint-ultra-condensed\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/stintultracondensed/v23/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-rxUO2cNvdg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Stint Ultra Condensed\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/stint-ultra-condensed/stint-ultra-condensed-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/stint-ultra-condensed/stint-ultra-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1554;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Stint Ultra Expanded\";s:10:\"fontFamily\";s:29:\"\"Stint Ultra Expanded\", serif\";s:4:\"slug\";s:20:\"stint-ultra-expanded\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/stintultraexpanded/v22/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qtATQkWwam.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Stint Ultra Expanded\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/stint-ultra-expanded/stint-ultra-expanded-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/stint-ultra-expanded/stint-ultra-expanded.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1555;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Stoke\";s:10:\"fontFamily\";s:12:\"Stoke, serif\";s:4:\"slug\";s:5:\"stoke\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/stoke/v24/z7NXdRb7aTMfKNvFVgxH_pjcTeWU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Stoke\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/stoke/stoke-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/stoke/v24/z7NadRb7aTMfKONsfihK1YTV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Stoke\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/stoke/stoke-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/stoke/stoke.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1556;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Strait\";s:10:\"fontFamily\";s:18:\"Strait, sans-serif\";s:4:\"slug\";s:6:\"strait\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/strait/v17/DtViJxy6WaEr1LZzfThtkl0U7w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Strait\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/strait/strait-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/strait/strait.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1557;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Style Script\";s:10:\"fontFamily\";s:23:\"\"Style Script\", cursive\";s:4:\"slug\";s:12:\"style-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/stylescript/v11/vm8xdRX3SV7Z0aPa88xzW5npfVT76NZnMw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Style Script\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/style-script/style-script-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/style-script/style-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1558;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Stylish\";s:10:\"fontFamily\";s:19:\"Stylish, sans-serif\";s:4:\"slug\";s:7:\"stylish\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/stylish/v22/m8JSjfhPYriQkk7-foj5dLxEdmo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Stylish\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/stylish/stylish-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/stylish/stylish.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1559;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Sue Ellen Francisco\";s:10:\"fontFamily\";s:30:\"\"Sue Ellen Francisco\", cursive\";s:4:\"slug\";s:19:\"sue-ellen-francisco\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/sueellenfrancisco/v20/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ro9F2lqk9H4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Sue Ellen Francisco\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/sue-ellen-francisco/sue-ellen-francisco-400-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/sue-ellen-francisco/sue-ellen-francisco.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1560;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Suez One\";s:10:\"fontFamily\";s:17:\"\"Suez One\", serif\";s:4:\"slug\";s:8:\"suez-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/suezone/v13/taiJGmd_EZ6rqscQgNFMkIqg-I0w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Suez One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/suez-one/suez-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/suez-one/suez-one.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1561;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Sulphur Point\";s:10:\"fontFamily\";s:27:\"\"Sulphur Point\", sans-serif\";s:4:\"slug\";s:13:\"sulphur-point\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afVU6n6wFUHPIFaU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sulphur Point\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sulphur-point/sulphur-point-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2aRfwSu6EuTHo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sulphur Point\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sulphur-point/sulphur-point-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afUU9n6wFUHPIFaU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Sulphur Point\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/sulphur-point/sulphur-point-700-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/sulphur-point/sulphur-point.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1562;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Sumana\";s:10:\"fontFamily\";s:13:\"Sumana, serif\";s:4:\"slug\";s:6:\"sumana\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-G9Rji76zR4w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sumana\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sumana/sumana-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/sumana/v10/4UaArE5TqRBjGj--TDfG4ofN6ppsKg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Sumana\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/sumana/sumana-700-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/sumana/sumana.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1563;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Sunflower\";s:10:\"fontFamily\";s:21:\"Sunflower, sans-serif\";s:4:\"slug\";s:9:\"sunflower\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-06MfirIsGBGBzCw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sunflower\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sunflower/sunflower-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0sMbirIsGBGBzCw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sunflower\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sunflower/sunflower-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0-MDirIsGBGBzCw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sunflower\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sunflower/sunflower-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/sunflower/sunflower.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1564;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Sunshiney\";s:10:\"fontFamily\";s:18:\"Sunshiney, cursive\";s:4:\"slug\";s:9:\"sunshiney\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgFsmoUePWkg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Sunshiney\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/sunshiney/sunshiney-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/sunshiney/sunshiney.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1565;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Supermercado One\";s:10:\"fontFamily\";s:29:\"\"Supermercado One\", system-ui\";s:4:\"slug\";s:16:\"supermercado-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/supermercadoone/v26/OpNXnpQWg8jc_xps_Gi14kVVEXOn60P3MClBRTs.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Supermercado One\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/supermercado-one/supermercado-one-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/supermercado-one/supermercado-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1566;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Sura\";s:10:\"fontFamily\";s:11:\"Sura, serif\";s:4:\"slug\";s:4:\"sura\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/sura/v19/SZc23FL5PbyzFftUWzXtjUM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sura/sura-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/sura/v19/SZc53FL5PbyzLUJ7fzjGkUrS8DI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Sura\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/sura/sura-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/sura/sura.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1567;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Suranna\";s:10:\"fontFamily\";s:14:\"Suranna, serif\";s:4:\"slug\";s:7:\"suranna\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58tBFZT2KmgP0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Suranna\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/suranna/suranna-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/suranna/suranna.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1568;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Suravaram\";s:10:\"fontFamily\";s:16:\"Suravaram, serif\";s:4:\"slug\";s:9:\"suravaram\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIAjm61Qv9roQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Suravaram\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/suravaram/suravaram-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/suravaram/suravaram.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1569;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Suwannaphum\";s:10:\"fontFamily\";s:18:\"Suwannaphum, serif\";s:4:\"slug\";s:11:\"suwannaphum\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/suwannaphum/v31/jAnAgHV7GtDvc8jbe8hXXL3B9cGWXx2VZmk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Suwannaphum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0J1-S5cRGcf3Ai.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Suwannaphum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/suwannaphum/v31/jAnCgHV7GtDvc8jbe8hXXIWg_8C0Wg2V.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Suwannaphum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0Z0OS5cRGcf3Ai.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Suwannaphum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0h0uS5cRGcf3Ai.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Suwannaphum\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/suwannaphum/suwannaphum.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1570;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Swanky and Moo Moo\";s:10:\"fontFamily\";s:29:\"\"Swanky and Moo Moo\", cursive\";s:4:\"slug\";s:18:\"swanky-and-moo-moo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUsLPkR64SYQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Swanky and Moo Moo\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/swanky-and-moo-moo/swanky-and-moo-moo-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/swanky-and-moo-moo/swanky-and-moo-moo.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1571;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Syncopate\";s:10:\"fontFamily\";s:21:\"Syncopate, sans-serif\";s:4:\"slug\";s:9:\"syncopate\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/syncopate/v21/pe0sMIuPIYBCpEV5eFdyB_2-C99ycg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Syncopate\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/syncopate/syncopate-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/syncopate/v21/pe0pMIuPIYBCpEV5eFdKvtKaBvRue1UwVg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Syncopate\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/syncopate/syncopate-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/syncopate/syncopate.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1572;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Syne\";s:10:\"fontFamily\";s:16:\"Syne, sans-serif\";s:4:\"slug\";s:4:\"syne\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Syne\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Syne\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Syne\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Syne\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6hR47NCV5Z.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Syne\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne-800-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/syne/syne.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1573;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Syne Mono\";s:10:\"fontFamily\";s:22:\"\"Syne Mono\", monospace\";s:4:\"slug\";s:9:\"syne-mono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzJ6CkDyvqZA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Syne Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/syne-mono/syne-mono-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/syne-mono/syne-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1574;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Syne Tactile\";s:10:\"fontFamily\";s:25:\"\"Syne Tactile\", system-ui\";s:4:\"slug\";s:12:\"syne-tactile\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh2isdjvKU8Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Syne Tactile\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/syne-tactile/syne-tactile-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/syne-tactile/syne-tactile.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1575;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Tac One\";s:10:\"fontFamily\";s:21:\"\"Tac One\", sans-serif\";s:4:\"slug\";s:7:\"tac-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/tacone/v4/ahcZv8Cj3zw7qDr8fOshU-FwnU0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tac One\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tac-one/tac-one-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/tac-one/tac-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1576;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Tai Heritage Pro\";s:10:\"fontFamily\";s:25:\"\"Tai Heritage Pro\", serif\";s:4:\"slug\";s:16:\"tai-heritage-pro\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/taiheritagepro/v6/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHlSENxuLuE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Tai Heritage Pro\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/tai-heritage-pro/tai-heritage-pro-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/taiheritagepro/v6/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNFFMuhjCXY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Tai Heritage Pro\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/tai-heritage-pro/tai-heritage-pro-700-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/tai-heritage-pro/tai-heritage-pro.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1577;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Tajawal\";s:10:\"fontFamily\";s:19:\"Tajawal, sans-serif\";s:4:\"slug\";s:7:\"tajawal\";s:8:\"fontFace\";a:7:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l_6gLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l5qjLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/tajawal/v10/Iura6YBj_oCad4k1rzOLCr5IlLA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l8KiLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l4qkLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l5anLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-800-normal.svg\";}i:6;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tajawal/v10/Iurf6YBj_oCad4k1l7KmLrNjiLlJ-G0.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tajawal\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal-900-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/tajawal/tajawal.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1578;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Tangerine\";s:10:\"fontFamily\";s:18:\"Tangerine, cursive\";s:4:\"slug\";s:9:\"tangerine\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBC5xNhLBQ4Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Tangerine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/tangerine/tangerine-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpiZtM6G0t9w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Tangerine\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/tangerine/tangerine-700-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/tangerine/tangerine.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1579;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Tapestry\";s:10:\"fontFamily\";s:17:\"Tapestry, cursive\";s:4:\"slug\";s:8:\"tapestry\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/tapestry/v4/SlGTmQecrosEYXhaGBIhqnB6aSQU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tapestry\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tapestry/tapestry-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/tapestry/tapestry.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1580;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Taprom\";s:10:\"fontFamily\";s:17:\"Taprom, system-ui\";s:4:\"slug\";s:6:\"taprom\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULbFRik3-0kvHg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Taprom\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/taprom/taprom-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/taprom/taprom.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1581;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Tauri\";s:10:\"fontFamily\";s:17:\"Tauri, sans-serif\";s:4:\"slug\";s:5:\"tauri\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/tauri/v18/TwMA-IISS0AM3IpQWHU_TBqO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Tauri\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tauri/tauri-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/tauri/tauri.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1582;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Taviraj\";s:10:\"fontFamily\";s:14:\"Taviraj, serif\";s:4:\"slug\";s:7:\"taviraj\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzRIorUsN1jU2gog.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/taviraj/v13/ahcdv8Cj3ylylTXzTOwTM8l0r0iwolLl.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRCYKd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTn-hRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzREIJd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT--tRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/taviraj/v13/ahcZv8Cj3ylylTXzfOshU-FwnU0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzTOwrUsN1jU2gog.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRBoId-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTo-pRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRDYPd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTj-1RgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRFIOd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT6-xRgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRE4Nd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT9-9RgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRGoMd-xbgUS5u0s.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT0-5RgGa8q0v8ag.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Taviraj\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/taviraj/taviraj.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1583;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Teachers\";s:10:\"fontFamily\";s:20:\"Teachers, sans-serif\";s:4:\"slug\";s:8:\"teachers\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/teachers/v4/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBr3powZp5O4AS32A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/teachers/v4/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBr7JowZp5O4AS32A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/teachers/v4/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrAJ0wZp5O4AS32A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/teachers/v4/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrOZ0wZp5O4AS32A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/teachers/v4/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrXp0wZp5O4AS32A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/teachers/v4/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtnYIJRPwgGn2JLo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/teachers/v4/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtnqIJRPwgGn2JLo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-500-italic.svg\";}i:7;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/teachers/v4/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtkGJ5RPwgGn2JLo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/teachers/v4/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-Ftk_J5RPwgGn2JLo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-700-italic.svg\";}i:9;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/teachers/v4/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtlYJ5RPwgGn2JLo.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Teachers\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers-800-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/teachers/teachers.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1584;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Teko\";s:10:\"fontFamily\";s:16:\"Teko, sans-serif\";s:4:\"slug\";s:4:\"teko\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG7S33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Teko\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8XG7S33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Teko\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG7S33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Teko\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_JHLS33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Teko\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_wHLS33TKEvkCF.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Teko\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko-700-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/teko/teko.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1585;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Tektur\";s:10:\"fontFamily\";s:17:\"Tektur, system-ui\";s:4:\"slug\";s:6:\"tektur\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwcVYtLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzwUotLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzJUotLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryuUotLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryHUotLY8P7TWd0.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tektur\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/tektur/tektur.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1586;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Telex\";s:10:\"fontFamily\";s:17:\"Telex, sans-serif\";s:4:\"slug\";s:5:\"telex\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO9fWB1piKFIf.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Telex\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/telex/telex-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/telex/telex.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1587;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"Tenali Ramakrishna\";s:10:\"fontFamily\";s:32:\"\"Tenali Ramakrishna\", sans-serif\";s:4:\"slug\";s:18:\"tenali-ramakrishna\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8LZXqUFFvtA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"Tenali Ramakrishna\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/tenali-ramakrishna/tenali-ramakrishna-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/tenali-ramakrishna/tenali-ramakrishna.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1588;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Tenor Sans\";s:10:\"fontFamily\";s:24:\"\"Tenor Sans\", sans-serif\";s:4:\"slug\";s:10:\"tenor-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISr3dyC22IyqI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Tenor Sans\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/tenor-sans/tenor-sans-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/tenor-sans/tenor-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1589;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Text Me One\";s:10:\"fontFamily\";s:25:\"\"Text Me One\", sans-serif\";s:4:\"slug\";s:11:\"text-me-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/textmeone/v24/i7dOIFdlayuLUvgoFvHQFWZZalayGhyV.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Text Me One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/text-me-one/text-me-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/text-me-one/text-me-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1590;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Texturina\";s:10:\"fontFamily\";s:16:\"Texturina, serif\";s:4:\"slug\";s:9:\"texturina\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ul25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUl25riW1OD.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0ZvAXkODN94.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Texturina\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/texturina/texturina.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1591;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Thasadith\";s:10:\"fontFamily\";s:21:\"Thasadith, sans-serif\";s:4:\"slug\";s:9:\"thasadith\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/thasadith/v11/mtG44_1TIqPYrd_f5R1YtUkU0CWuFw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Thasadith\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/thasadith/thasadith-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/thasadith/v11/mtG-4_1TIqPYrd_f5R1oskMV8iC-F1ZE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Thasadith\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/thasadith/thasadith-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/thasadith/v11/mtG94_1TIqPYrd_f5R1gDGYw3Q6yHk9d8w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Thasadith\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/thasadith/thasadith-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/thasadith/v11/mtGj4_1TIqPYrd_f5R1osnus3QSzPEpN8zxA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Thasadith\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/thasadith/thasadith-700-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/thasadith/thasadith.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1592;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"The Girl Next Door\";s:10:\"fontFamily\";s:29:\"\"The Girl Next Door\", cursive\";s:4:\"slug\";s:18:\"the-girl-next-door\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:96:\"https://fonts.gstatic.com/s/thegirlnextdoor/v22/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIUrt7w6bE2A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"The Girl Next Door\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/the-girl-next-door/the-girl-next-door-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/the-girl-next-door/the-girl-next-door.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1593;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"The Nautigal\";s:10:\"fontFamily\";s:23:\"\"The Nautigal\", cursive\";s:4:\"slug\";s:12:\"the-nautigal\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/thenautigal/v6/VdGZAZ8ZH51Lvng9fQV2bfKr4gVk09Se5Q.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"The Nautigal\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/the-nautigal/the-nautigal-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/thenautigal/v6/VdGGAZ8ZH51Lvng9fQV2bfKTWypA3v-C7LoS7g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"The Nautigal\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/the-nautigal/the-nautigal-700-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/the-nautigal/the-nautigal.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1594;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Tienne\";s:10:\"fontFamily\";s:13:\"Tienne, serif\";s:4:\"slug\";s:6:\"tienne\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LlUPHSFNyxw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tienne\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tienne/tienne-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjRXhuzvef5Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tienne\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tienne/tienne-700-normal.svg\";}i:2;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jRXhuzvef5Q.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Tienne\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/tienne/tienne-900-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/tienne/tienne.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1595;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Tillana\";s:10:\"fontFamily\";s:18:\"Tillana, system-ui\";s:4:\"slug\";s:7:\"tillana\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/tillana/v13/VuJxdNvf35P4qJ1OeKPXOIFneRo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tillana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQFL-HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tillana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQH75HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tillana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQBr4HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tillana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQAb7HIxMZRNcp0o.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tillana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana-800-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/tillana/tillana.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1596;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Tilt Neon\";s:10:\"fontFamily\";s:22:\"\"Tilt Neon\", system-ui\";s:4:\"slug\";s:9:\"tilt-neon\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/tiltneon/v10/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquXK4WualJ9DS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Tilt Neon\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-neon/tilt-neon-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-neon/tilt-neon.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1597;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Tilt Prism\";s:10:\"fontFamily\";s:23:\"\"Tilt Prism\", system-ui\";s:4:\"slug\";s:10:\"tilt-prism\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:114:\"https://fonts.gstatic.com/s/tiltprism/v11/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbwpDSrn86NKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Tilt Prism\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-prism/tilt-prism-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-prism/tilt-prism.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1598;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Tilt Warp\";s:10:\"fontFamily\";s:22:\"\"Tilt Warp\", system-ui\";s:4:\"slug\";s:9:\"tilt-warp\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/tiltwarp/v12/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Tilt Warp\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-warp/tilt-warp-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/tilt-warp/tilt-warp.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1599;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Timmana\";s:10:\"fontFamily\";s:19:\"Timmana, sans-serif\";s:4:\"slug\";s:7:\"timmana\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpCm7bKHwJUOM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Timmana\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/timmana/timmana-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/timmana/timmana.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1600;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Tinos\";s:10:\"fontFamily\";s:12:\"Tinos, serif\";s:4:\"slug\";s:5:\"tinos\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX5dGVh8TI-.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Tinos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tinos/tinos-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmRD9CI-4NU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Tinos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tinos/tinos-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fs2i43-cxL.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Tinos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tinos/tinos-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0C8V_NxLeiw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:5:\"Tinos\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tinos/tinos-700-italic.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/tinos/tinos.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1601;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Tiny5\";s:10:\"fontFamily\";s:19:\"\"Tiny5\", sans-serif\";s:4:\"slug\";s:6:\"tiny-5\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/tiny5/v1/KFOpCnmCvdGT7hw7z0hHAi88.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Tiny5\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/tiny5/tiny5-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/tiny5/tiny5.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1602;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Tiro Bangla\";s:10:\"fontFamily\";s:20:\"\"Tiro Bangla\", serif\";s:4:\"slug\";s:11:\"tiro-bangla\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8MG4-UPeuz4i.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Tiro Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-bangla/tiro-bangla-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/tirobangla/v6/IFSiHe1Tm95E3O8b5i2V8PG_80L8vi4imBM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Tiro Bangla\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-bangla/tiro-bangla-400-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-bangla/tiro-bangla.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1603;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Tiro Devanagari Hindi\";s:10:\"fontFamily\";s:30:\"\"Tiro Devanagari Hindi\", serif\";s:4:\"slug\";s:21:\"tiro-devanagari-hindi\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:103:\"https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fTekOfG0Y3A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Tiro Devanagari Hindi\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-hindi/tiro-devanagari-hindi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMPXmgI3F_o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:21:\"Tiro Devanagari Hindi\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-hindi/tiro-devanagari-hindi-400-italic.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-hindi/tiro-devanagari-hindi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1604;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Tiro Devanagari Marathi\";s:10:\"fontFamily\";s:32:\"\"Tiro Devanagari Marathi\", serif\";s:4:\"slug\";s:23:\"tiro-devanagari-marathi\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDuDJYM2lAZ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Tiro Devanagari Marathi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-marathi/tiro-devanagari-marathi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpcu30AZbUY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:23:\"Tiro Devanagari Marathi\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-marathi/tiro-devanagari-marathi-400-italic.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-marathi/tiro-devanagari-marathi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1605;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:24:\"Tiro Devanagari Sanskrit\";s:10:\"fontFamily\";s:33:\"\"Tiro Devanagari Sanskrit\", serif\";s:4:\"slug\";s:24:\"tiro-devanagari-sanskrit\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pF4EqgtOh0w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:24:\"Tiro Devanagari Sanskrit\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-sanskrit/tiro-devanagari-sanskrit-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsroNax06MM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:24:\"Tiro Devanagari Sanskrit\";s:7:\"preview\";s:109:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-sanskrit/tiro-devanagari-sanskrit-400-italic.svg\";}}s:7:\"preview\";s:98:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-devanagari-sanskrit/tiro-devanagari-sanskrit.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1606;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Tiro Gurmukhi\";s:10:\"fontFamily\";s:22:\"\"Tiro Gurmukhi\", serif\";s:4:\"slug\";s:13:\"tiro-gurmukhi\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7JvlyvHAQsyA2Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Tiro Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-gurmukhi/tiro-gurmukhi-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/tirogurmukhi/v6/x3d4ckXSYq-Uqjc048JUF7JvpyzNACk3E2YljQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Tiro Gurmukhi\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-gurmukhi/tiro-gurmukhi-400-italic.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-gurmukhi/tiro-gurmukhi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1607;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Tiro Kannada\";s:10:\"fontFamily\";s:21:\"\"Tiro Kannada\", serif\";s:4:\"slug\";s:12:\"tiro-kannada\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIYKTfl6tOU9Eg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Tiro Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-kannada/tiro-kannada-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/tirokannada/v6/CSRm4ztKmvqaDxEDJFY7CIY6SvN7luAtEnKp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Tiro Kannada\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-kannada/tiro-kannada-400-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-kannada/tiro-kannada.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1608;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Tiro Tamil\";s:10:\"fontFamily\";s:19:\"\"Tiro Tamil\", serif\";s:4:\"slug\";s:10:\"tiro-tamil\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_ULFvamODxdI.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Tiro Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-tamil/tiro-tamil-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tirotamil/v10/m8JVjfVIf7OT22n3M-S_YLZla0GG1dKEDw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Tiro Tamil\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-tamil/tiro-tamil-400-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-tamil/tiro-tamil.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1609;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Tiro Telugu\";s:10:\"fontFamily\";s:20:\"\"Tiro Telugu\", serif\";s:4:\"slug\";s:11:\"tiro-telugu\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdKSIQqn0X0BO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Tiro Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-telugu/tiro-telugu-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/tirotelugu/v7/aFTS7PxlZWk2EPiSymjXdJSPSKjWWlBOoas.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Tiro Telugu\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-telugu/tiro-telugu-400-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/tiro-telugu/tiro-telugu.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1610;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Titan One\";s:10:\"fontFamily\";s:22:\"\"Titan One\", system-ui\";s:4:\"slug\";s:9:\"titan-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/titanone/v15/mFTzWbsGxbbS_J5cQcjyljIn2Etikg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Titan One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/titan-one/titan-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/titan-one/titan-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1611;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Titillium Web\";s:10:\"fontFamily\";s:27:\"\"Titillium Web\", sans-serif\";s:4:\"slug\";s:13:\"titillium-web\";s:8:\"fontFace\";a:11:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIl5YrSYqWM.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zY5aduWMmxA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-200-italic.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIl5YrSYqWM.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zY5aduWMmxA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-300-italic.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fRMHsDIRSfr0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-400-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPAcZTIAOhVxoMyOr9n_E7fdMbmDaZXbr2BsA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-400-italic.svg\";}i:6;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIl5YrSYqWM.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzY5aduWMmxA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIl5YrSYqWM.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzY5aduWMmxA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIl5YrSYqWM.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Titillium Web\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web-900-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/titillium-web/titillium-web.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1612;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Tomorrow\";s:10:\"fontFamily\";s:20:\"Tomorrow, sans-serif\";s:4:\"slug\";s:8:\"tomorrow\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgR2xe2DiKMiokE4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLirETNbFtZCeGqgRXXQwHoKeqtgE5h0A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0dWkXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ63JDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR15WUXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8nKDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLmrETNbFtZCeGqgSXQcWHALdio.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgRXXe2DiKMiokE4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0hWEXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ5HLDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0NX0XNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ73MDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1pXkXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ9nNDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR11XUXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8XODMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1RXEXNBsShiVd4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ-HPDMWDjEd4yVY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Tomorrow\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/tomorrow/tomorrow.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1613;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Tourney\";s:10:\"fontFamily\";s:18:\"Tourney, system-ui\";s:4:\"slug\";s:7:\"tourney\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyYDp1I1LcGA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITB0AVfMGOPb.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Tourney\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/tourney/tourney.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1614;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Trade Winds\";s:10:\"fontFamily\";s:24:\"\"Trade Winds\", system-ui\";s:4:\"slug\";s:11:\"trade-winds\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jv7PKP5Z_G.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Trade Winds\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/trade-winds/trade-winds-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/trade-winds/trade-winds.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1615;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Train One\";s:10:\"fontFamily\";s:22:\"\"Train One\", system-ui\";s:4:\"slug\";s:9:\"train-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trainone/v14/gyB-hwkiNtc6KnxUVjWHP6bZRY7JVQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Train One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/train-one/train-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/train-one/train-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1616;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Trirong\";s:10:\"fontFamily\";s:14:\"Trirong, serif\";s:4:\"slug\";s:7:\"trirong\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOl-go2IRl6ujngw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/trirong/v15/7r3CqXNgp8wxdOdOn44QuY5kyO33g8IY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-100-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl0QJ_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-200-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QFa9B58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-200-italic.svg\";}i:4;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlyAK_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-300-normal.svg\";}i:5;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QcaxB58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/trirong/v15/7r3GqXNgp8wxdOdOr4ki2aZg-ug.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-400-normal.svg\";}i:7;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOn44o2IRl6ujngw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-400-italic.svg\";}i:8;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl3gL_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-500-normal.svg\";}i:9;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QKa1B58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-500-italic.svg\";}i:10;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl1QM_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-600-normal.svg\";}i:11;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QBapB58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-600-italic.svg\";}i:12;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlzAN_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-700-normal.svg\";}i:13;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QYatB58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-700-italic.svg\";}i:14;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlywO_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-800-normal.svg\";}i:15;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QfahB58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-800-italic.svg\";}i:16;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlwgP_atL5uH-mts.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-900-normal.svg\";}i:17;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QWalB58P7itsB5g.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trirong\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/trirong/trirong.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1617;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Trispace\";s:10:\"fontFamily\";s:20:\"Trispace, sans-serif\";s:4:\"slug\";s:8:\"trispace\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:110:\"https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQx0zHugpt0.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Trispace\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace-800-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/trispace/trispace.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1618;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Trocchi\";s:10:\"fontFamily\";s:14:\"Trocchi, serif\";s:4:\"slug\";s:7:\"trocchi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/trocchi/v17/qWcqB6WkuIDxDZLcDr5UvMeTYD0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trocchi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trocchi/trocchi-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/trocchi/trocchi.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1619;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Trochut\";s:10:\"fontFamily\";s:18:\"Trochut, system-ui\";s:4:\"slug\";s:7:\"trochut\";s:8:\"fontFace\";a:3:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/trochut/v22/CHyjV-fDDlP9bDIw5nGIfVIPLns.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trochut\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trochut/trochut-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/trochut/v22/CHyhV-fDDlP9bDIw1naCfHAKPns8jw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Trochut\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trochut/trochut-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/trochut/v22/CHymV-fDDlP9bDIw3sinWV8kMnIllmA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trochut\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trochut/trochut-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/trochut/trochut.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1620;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Truculenta\";s:10:\"fontFamily\";s:22:\"Truculenta, sans-serif\";s:4:\"slug\";s:10:\"truculenta\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:132:\"https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswIFHnJMMhg.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Truculenta\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/truculenta/truculenta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1621;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Trykker\";s:10:\"fontFamily\";s:14:\"Trykker, serif\";s:4:\"slug\";s:7:\"trykker\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNzoOd2j22U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Trykker\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/trykker/trykker-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/trykker/trykker.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1622;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Tsukimi Rounded\";s:10:\"fontFamily\";s:29:\"\"Tsukimi Rounded\", sans-serif\";s:4:\"slug\";s:15:\"tsukimi-rounded\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/tsukimirounded/v11/sJoZ3LJNksWZO0LvnZwkF3HtoB7VkVsqMrMT3T9X8g.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Tsukimi Rounded\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/tsukimirounded/v11/sJoc3LJNksWZO0LvnZwkF3HtoB7tOHMOP5gP1A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Tsukimi Rounded\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/tsukimirounded/v11/sJoZ3LJNksWZO0LvnZwkF3HtoB7VyVoqMrMT3T9X8g.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Tsukimi Rounded\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/tsukimirounded/v11/sJoZ3LJNksWZO0LvnZwkF3HtoB7V5V0qMrMT3T9X8g.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Tsukimi Rounded\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/tsukimirounded/v11/sJoZ3LJNksWZO0LvnZwkF3HtoB7VgVwqMrMT3T9X8g.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Tsukimi Rounded\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded-700-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/tsukimi-rounded/tsukimi-rounded.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1623;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Tulpen One\";s:10:\"fontFamily\";s:23:\"\"Tulpen One\", system-ui\";s:4:\"slug\";s:10:\"tulpen-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/tulpenone/v25/dFa6ZfeC474skLgesc0CWjgw_HyIRlE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Tulpen One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/tulpen-one/tulpen-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/tulpen-one/tulpen-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1624;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Turret Road\";s:10:\"fontFamily\";s:24:\"\"Turret Road\", system-ui\";s:4:\"slug\";s:11:\"turret-road\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0ONEdeOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PpEteOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/turretroad/v9/pxiAypMgpcBFjE84Zv-fE3tAOvODSVFF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0OxE9eOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0P5FdeOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PlFteOYk1Mq3ap.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Turret Road\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road-800-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/turret-road/turret-road.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1625;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Twinkle Star\";s:10:\"fontFamily\";s:23:\"\"Twinkle Star\", cursive\";s:4:\"slug\";s:12:\"twinkle-star\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/twinklestar/v6/pe0pMI6IL4dPoFl9LGEmY6WaBvRue1UwVg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Twinkle Star\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/twinkle-star/twinkle-star-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/twinkle-star/twinkle-star.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1626;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Ubuntu\";s:10:\"fontFamily\";s:18:\"Ubuntu, sans-serif\";s:4:\"slug\";s:6:\"ubuntu\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTsmaMH4V_gg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyNPYBvgpUI.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6fQT3v02QFg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg72nUiAFpxm.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3TsmaMH4V_gg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyNPYBvgpUI.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTsmaMH4V_gg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyNPYBvgpUI.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:6:\"Ubuntu\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu-700-italic.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu/ubuntu.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1627;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Ubuntu Condensed\";s:10:\"fontFamily\";s:30:\"\"Ubuntu Condensed\", sans-serif\";s:4:\"slug\";s:16:\"ubuntu-condensed\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-LVqvHoJXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ubuntu Condensed\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-condensed/ubuntu-condensed-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-condensed/ubuntu-condensed.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1628;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Ubuntu Mono\";s:10:\"fontFamily\";s:24:\"\"Ubuntu Mono\", monospace\";s:4:\"slug\";s:11:\"ubuntu-mono\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/ubuntumono/v17/KFOjCneDtsqEr0keqCMhbBc4AMX6lJBP.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-mono/ubuntu-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/ubuntumono/v17/KFOhCneDtsqEr0keqCMhbCc_CsTYkYBPY3o.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-mono/ubuntu-mono-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/ubuntumono/v17/KFO-CneDtsqEr0keqCMhbC-BL-H3v4xGemO1.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-mono/ubuntu-mono-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/ubuntumono/v17/KFO8CneDtsqEr0keqCMhbCc_Mn33tY1kf3O1GVg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-mono/ubuntu-mono-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-mono/ubuntu-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1629;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Ubuntu Sans\";s:10:\"fontFamily\";s:25:\"\"Ubuntu Sans\", sans-serif\";s:4:\"slug\";s:11:\"ubuntu-sans\";s:8:\"fontFace\";a:16:{i:0;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujzt7Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj7t6Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj2V6Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujzt6Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujwl6Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj-V9Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj9x9Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:115:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj7t9Cf-LVLT9mgk.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM54biBVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-100-italic.svg\";}i:9;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5YbmBVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-200-italic.svg\";}i:10;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5v7mBVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-300-italic.svg\";}i:11;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM54bmBVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-400-italic.svg\";}i:12;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM507mBVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-500-italic.svg\";}i:13;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5P76BVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-600-italic.svg\";}i:14;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5Br6BVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-700-italic.svg\";}i:15;a:5:{s:3:\"src\";s:118:\"https://fonts.gstatic.com/s/ubuntusans/v2/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5Yb6BVZb4iglIHg.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Ubuntu Sans\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans-800-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans/ubuntu-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1630;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Ubuntu Sans Mono\";s:10:\"fontFamily\";s:29:\"\"Ubuntu Sans Mono\", monospace\";s:4:\"slug\";s:16:\"ubuntu-sans-mono\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Ev_kYUiqcZu3n0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Ed_kYUiqcZu3n0.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Hx-UYUiqcZu3n0.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27HI-UYUiqcZu3n0.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnva5SgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-400-italic.svg\";}i:5;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvZxSgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvXBVgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-600-italic.svg\";}i:7;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/ubuntusansmono/v1/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvUlVgKY7vmn0BLE.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Ubuntu Sans Mono\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono-700-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/ubuntu-sans-mono/ubuntu-sans-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1631;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Uchen\";s:10:\"fontFamily\";s:12:\"Uchen, serif\";s:4:\"slug\";s:5:\"uchen\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:67:\"https://fonts.gstatic.com/s/uchen/v9/nKKZ-GokGZ1baIaXEQGodLxA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Uchen\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/uchen/uchen-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/uchen/uchen.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1632;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Ultra\";s:10:\"fontFamily\";s:12:\"Ultra, serif\";s:4:\"slug\";s:5:\"ultra\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/ultra/v23/zOLy4prXmrtY-tT_yLOD6NxF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Ultra\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/ultra/ultra-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/ultra/ultra.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1633;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Unbounded\";s:10:\"fontFamily\";s:21:\"Unbounded, sans-serif\";s:4:\"slug\";s:9:\"unbounded\";s:8:\"fontFace\";a:8:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65jx04jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG60bx04jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6yrx04jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG68b204jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__204jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-700-normal.svg\";}i:6;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65j204jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-800-normal.svg\";}i:7;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG67H204jHgP6LR0Y.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unbounded\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/unbounded/unbounded.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1634;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Uncial Antiqua\";s:10:\"fontFamily\";s:27:\"\"Uncial Antiqua\", system-ui\";s:4:\"slug\";s:14:\"uncial-antiqua\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-PfUS5VBBSSF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Uncial Antiqua\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/uncial-antiqua/uncial-antiqua-400-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/uncial-antiqua/uncial-antiqua.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1635;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Underdog\";s:10:\"fontFamily\";s:19:\"Underdog, system-ui\";s:4:\"slug\";s:8:\"underdog\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroVSnU14GN2Il.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Underdog\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/underdog/underdog-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/underdog/underdog.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1636;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Unica One\";s:10:\"fontFamily\";s:22:\"\"Unica One\", system-ui\";s:4:\"slug\";s:9:\"unica-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalshc9ffuEY7FA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Unica One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/unica-one/unica-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/unica-one/unica-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1637;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"UnifrakturCook\";s:10:\"fontFamily\";s:25:\"UnifrakturCook, system-ui\";s:4:\"slug\";s:14:\"unifrakturcook\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/unifrakturcook/v23/IurA6Yli8YOdcoky-0PTTdkm56n05Uww3ILXs-h6.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"UnifrakturCook\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/unifrakturcook/unifrakturcook-700-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/unifrakturcook/unifrakturcook.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1638;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:18:\"UnifrakturMaguntia\";s:10:\"fontFamily\";s:29:\"UnifrakturMaguntia, system-ui\";s:4:\"slug\";s:18:\"unifrakturmaguntia\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:99:\"https://fonts.gstatic.com/s/unifrakturmaguntia/v20/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVummxNNgNa1A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:18:\"UnifrakturMaguntia\";s:7:\"preview\";s:97:\"https://s.w.org/images/fonts/wp-6.7/previews/unifrakturmaguntia/unifrakturmaguntia-400-normal.svg\";}}s:7:\"preview\";s:86:\"https://s.w.org/images/fonts/wp-6.7/previews/unifrakturmaguntia/unifrakturmaguntia.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1639;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Unkempt\";s:10:\"fontFamily\";s:18:\"Unkempt, system-ui\";s:4:\"slug\";s:7:\"unkempt\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/unkempt/v21/2EbnL-Z2DFZue0DSSYMf8z2Yt_c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Unkempt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/unkempt/unkempt-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/unkempt/v21/2EbiL-Z2DFZue0DScTow1zCzq_5uT84.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Unkempt\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/unkempt/unkempt-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/unkempt/unkempt.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1640;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Unlock\";s:10:\"fontFamily\";s:17:\"Unlock, system-ui\";s:4:\"slug\";s:6:\"unlock\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/unlock/v26/7Au-p_8ykD-cDl7GLQjSwkUVOQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Unlock\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/unlock/unlock-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/unlock/unlock.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1641;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Unna\";s:10:\"fontFamily\";s:11:\"Unna, serif\";s:4:\"slug\";s:4:\"unna\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/unna/v23/AYCEpXzofN0NCp0BlGHCWFM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Unna\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/unna/unna-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/unna/v23/AYCKpXzofN0NOpoLlUPHSFNyxw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Unna\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/unna/unna-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/unna/v23/AYCLpXzofN0NMiQusGzpRFpr3vc.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Unna\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/unna/unna-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/unna/v23/AYCJpXzofN0NOpozLGzjRXhuzvef5Q.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Unna\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/unna/unna-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/unna/unna.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1642;a:2:{s:20:\"font_family_settings\";a:4:{s:4:\"name\";s:6:\"Updock\";s:10:\"fontFamily\";s:15:\"Updock, cursive\";s:4:\"slug\";s:6:\"updock\";s:8:\"fontFace\";a:1:{i:0;a:4:{s:3:\"src\";s:70:\"https://fonts.gstatic.com/s/updock/v5/nuF4D_3dVZ70UI9SibK3602XBw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Updock\";}}}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1643;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Urbanist\";s:10:\"fontFamily\";s:20:\"Urbanist, sans-serif\";s:4:\"slug\";s:8:\"urbanist\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfE5OrS8SlKw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmqacG1K4S1.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Urbanist\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/urbanist/urbanist.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1644;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"VT323\";s:10:\"fontFamily\";s:18:\"\"VT323\", monospace\";s:4:\"slug\";s:6:\"vt-323\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsdHpT2dkNE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"VT323\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/vt323/vt323-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/vt323/vt323.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1645;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Vampiro One\";s:10:\"fontFamily\";s:24:\"\"Vampiro One\", system-ui\";s:4:\"slug\";s:11:\"vampiro-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqisvhIor3K.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vampiro One\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vampiro-one/vampiro-one-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/vampiro-one/vampiro-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1646;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Varela\";s:10:\"fontFamily\";s:18:\"Varela, sans-serif\";s:4:\"slug\";s:6:\"varela\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJARQFfvzDsQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Varela\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/varela/varela-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/varela/varela.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1647;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Varela Round\";s:10:\"fontFamily\";s:26:\"\"Varela Round\", sans-serif\";s:4:\"slug\";s:12:\"varela-round\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIvpcGOD9gxZw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Varela Round\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/varela-round/varela-round-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/varela-round/varela-round.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1648;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Varta\";s:10:\"fontFamily\";s:17:\"Varta, sans-serif\";s:4:\"slug\";s:5:\"varta\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4Ej7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Varta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4Ej7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Varta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4Ej7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Varta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEj7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Varta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEj7E-9PGLfQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Varta\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta-700-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/varta/varta.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1649;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Vast Shadow\";s:10:\"fontFamily\";s:20:\"\"Vast Shadow\", serif\";s:4:\"slug\";s:11:\"vast-shadow\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/vastshadow/v19/pe0qMImKOZ1V62ZwbVY9dfe_Kdpickwp.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vast Shadow\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vast-shadow/vast-shadow-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/vast-shadow/vast-shadow.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1650;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Vazirmatn\";s:10:\"fontFamily\";s:21:\"Vazirmatn, sans-serif\";s:4:\"slug\";s:9:\"vazirmatn\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0ORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80ORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0ORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0ORKZ72DF_QY.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vazirmatn\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn-900-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/vazirmatn/vazirmatn.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1651;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Vesper Libre\";s:10:\"fontFamily\";s:21:\"\"Vesper Libre\", serif\";s:4:\"slug\";s:12:\"vesper-libre\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_Rd4Ck-N2qIWVQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Vesper Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/vesper-libre/vesper-libre-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdA-2ap14kKXKvPlw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Vesper Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/vesper-libre/vesper-libre-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp14kKXKvPlw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Vesper Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/vesper-libre/vesper-libre-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:88:\"https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp14kKXKvPlw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Vesper Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/vesper-libre/vesper-libre-900-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/vesper-libre/vesper-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1652;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Viaoda Libre\";s:10:\"fontFamily\";s:25:\"\"Viaoda Libre\", system-ui\";s:4:\"slug\";s:12:\"viaoda-libre\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/viaodalibre/v18/vEFW2_lWCgoR6OKuRz9kcRVJamIY2tOHXg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Viaoda Libre\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/viaoda-libre/viaoda-libre-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/viaoda-libre/viaoda-libre.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1653;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Vibes\";s:10:\"fontFamily\";s:16:\"Vibes, system-ui\";s:4:\"slug\";s:5:\"vibes\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmbdyHpbsuBlh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Vibes\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/vibes/vibes-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/vibes/vibes.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1654;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Vibur\";s:10:\"fontFamily\";s:14:\"Vibur, cursive\";s:4:\"slug\";s:5:\"vibur\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTsLjoJd-Xa.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Vibur\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/vibur/vibur-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/vibur/vibur.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1655;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Victor Mono\";s:10:\"fontFamily\";s:24:\"\"Victor Mono\", monospace\";s:4:\"slug\";s:11:\"victor-mono\";s:8:\"fontFace\";a:14:{i:0;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO8_NgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyu87NgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyZc7NgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO87NgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyCc7NgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy5cnNgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy3MnNgdyOV0Y9bQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lxtaPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-100-italic.svg\";}i:8;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen842lx9aPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-200-italic.svg\";}i:9;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8417x9aPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-300-italic.svg\";}i:10;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lx9aPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-400-italic.svg\";}i:11;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840Xx9aPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-500-italic.svg\";}i:12;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8437wNaPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-600-italic.svg\";}i:13;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen843CwNaPdUMtba8p.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:11:\"Victor Mono\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono-700-italic.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/victor-mono/victor-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1656;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Vidaloka\";s:10:\"fontFamily\";s:15:\"Vidaloka, serif\";s:4:\"slug\";s:8:\"vidaloka\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass5yn4hnCci.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vidaloka\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vidaloka/vidaloka-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/vidaloka/vidaloka.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1657;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Viga\";s:10:\"fontFamily\";s:16:\"Viga, sans-serif\";s:4:\"slug\";s:4:\"viga\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:66:\"https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QcjD4e2OX8.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Viga\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/viga/viga-400-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/viga/viga.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1658;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Vina Sans\";s:10:\"fontFamily\";s:22:\"\"Vina Sans\", system-ui\";s:4:\"slug\";s:9:\"vina-sans\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/vinasans/v6/m8JQjfZKf6-d2273MP7zdZ5BZmqa3A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Vina Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/vina-sans/vina-sans-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/vina-sans/vina-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1659;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:5:\"Voces\";s:10:\"fontFamily\";s:17:\"Voces, sans-serif\";s:4:\"slug\";s:5:\"voces\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:68:\"https://fonts.gstatic.com/s/voces/v22/-F6_fjJyLyU8d4PEBG7YpzlJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:5:\"Voces\";s:7:\"preview\";s:71:\"https://s.w.org/images/fonts/wp-6.7/previews/voces/voces-400-normal.svg\";}}s:7:\"preview\";s:60:\"https://s.w.org/images/fonts/wp-6.7/previews/voces/voces.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1660;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Volkhov\";s:10:\"fontFamily\";s:14:\"Volkhov, serif\";s:4:\"slug\";s:7:\"volkhov\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTcOhHxzcD0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Volkhov\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/volkhov/volkhov-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEhV52YD0NYw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Volkhov\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/volkhov/volkhov-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHFYbDQUego.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Volkhov\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/volkhov/volkhov-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSbRYRagrQrA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Volkhov\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/volkhov/volkhov-700-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/volkhov/volkhov.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1661;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Vollkorn\";s:10:\"fontFamily\";s:15:\"Vollkorn, serif\";s:4:\"slug\";s:8:\"vollkorn\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauHGOdEbD63w.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/vollkorn/v27/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmcM7Xq34g9.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Vollkorn\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn-900-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn/vollkorn.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1662;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Vollkorn SC\";s:10:\"fontFamily\";s:20:\"\"Vollkorn SC\", serif\";s:4:\"slug\";s:11:\"vollkorn-sc\";s:8:\"fontFace\";a:4:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF8NH-iSq_E.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vollkorn SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn-sc/vollkorn-sc-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluvYbPN5Yjn.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vollkorn SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn-sc/vollkorn-sc-600-normal.svg\";}i:2;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uvYbPN5Yjn.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vollkorn SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn-sc/vollkorn-sc-700-normal.svg\";}i:3;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuvYbPN5Yjn.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Vollkorn SC\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn-sc/vollkorn-sc-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/vollkorn-sc/vollkorn-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1663;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Voltaire\";s:10:\"fontFamily\";s:20:\"Voltaire, sans-serif\";s:4:\"slug\";s:8:\"voltaire\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/voltaire/v21/1Pttg8PcRfSblAvGvQotYKVnBOif.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Voltaire\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/voltaire/voltaire-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/voltaire/voltaire.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1664;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Vujahday Script\";s:10:\"fontFamily\";s:26:\"\"Vujahday Script\", cursive\";s:4:\"slug\";s:15:\"vujahday-script\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/vujahdayscript/v8/RWmQoKGA8fEkrIPtSZ3_J7er2dUiCUtvAlaMKw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Vujahday Script\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/vujahday-script/vujahday-script-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/vujahday-script/vujahday-script.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1665;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Waiting for the Sunrise\";s:10:\"fontFamily\";s:34:\"\"Waiting for the Sunrise\", cursive\";s:4:\"slug\";s:23:\"waiting-for-the-sunrise\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/waitingforthesunrise/v20/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZV9h_ZYk5J.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Waiting for the Sunrise\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/waiting-for-the-sunrise/waiting-for-the-sunrise-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/waiting-for-the-sunrise/waiting-for-the-sunrise.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1666;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Wallpoet\";s:10:\"fontFamily\";s:19:\"Wallpoet, system-ui\";s:4:\"slug\";s:8:\"wallpoet\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/wallpoet/v20/f0X10em2_8RnXVVdUNbr7cXP8L8G.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wallpoet\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wallpoet/wallpoet-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/wallpoet/wallpoet.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1667;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Walter Turncoat\";s:10:\"fontFamily\";s:26:\"\"Walter Turncoat\", cursive\";s:4:\"slug\";s:15:\"walter-turncoat\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/walterturncoat/v23/snfys0Gs98ln43n0d-14ULoToe67ZR2dQ5ZPqQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Walter Turncoat\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/walter-turncoat/walter-turncoat-400-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/walter-turncoat/walter-turncoat.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1668;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Warnes\";s:10:\"fontFamily\";s:17:\"Warnes, system-ui\";s:4:\"slug\";s:6:\"warnes\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/warnes/v27/pONn1hc0GsW6sW5OoyC2o6Lkqg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Warnes\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/warnes/warnes-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/warnes/warnes.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1669;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Water Brush\";s:10:\"fontFamily\";s:22:\"\"Water Brush\", cursive\";s:4:\"slug\";s:11:\"water-brush\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/waterbrush/v4/AYCPpXPqc8cJWLhp4hywKHJv7PKP5Z_G.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Water Brush\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/water-brush/water-brush-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/water-brush/water-brush.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1670;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Waterfall\";s:10:\"fontFamily\";s:18:\"Waterfall, cursive\";s:4:\"slug\";s:9:\"waterfall\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwY37H8D_EZwA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Waterfall\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/waterfall/waterfall-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/waterfall/waterfall.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1671;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Wavefont\";s:10:\"fontFamily\";s:19:\"Wavefont, system-ui\";s:4:\"slug\";s:8:\"wavefont\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V0rDCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V07DCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI2L07DCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V07DCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3n07DCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0L1LDCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0y1LDCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V1LDCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:127:\"https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI181LDCXKtOXOg4.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wavefont\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont-900-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/wavefont/wavefont.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1672;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Wellfleet\";s:10:\"fontFamily\";s:16:\"Wellfleet, serif\";s:4:\"slug\";s:9:\"wellfleet\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/wellfleet/v23/nuF7D_LfQJb3VYgX6eyT5maLDhO2HA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Wellfleet\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/wellfleet/wellfleet-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/wellfleet/wellfleet.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1673;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Wendy One\";s:10:\"fontFamily\";s:23:\"\"Wendy One\", sans-serif\";s:4:\"slug\";s:9:\"wendy-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/wendyone/v18/2sDcZGJOipXfgfXV5wgDam-4C7wFZQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Wendy One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/wendy-one/wendy-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/wendy-one/wendy-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1674;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Whisper\";s:10:\"fontFamily\";s:16:\"Whisper, cursive\";s:4:\"slug\";s:7:\"whisper\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:72:\"https://fonts.gstatic.com/s/whisper/v5/q5uHsoqtKftx74K9mixCBxxdmYU.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Whisper\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/whisper/whisper-400-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/whisper/whisper.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1675;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"WindSong\";s:10:\"fontFamily\";s:17:\"WindSong, cursive\";s:4:\"slug\";s:8:\"windsong\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:75:\"https://fonts.gstatic.com/s/windsong/v11/KR1WBsyu-P-GFEW57r98HdG6vjH3.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"WindSong\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/windsong/windsong-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/windsong/v11/KR1RBsyu-P-GFEW57oeNNPW3lS3-jVXm.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"WindSong\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/windsong/windsong-500-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/windsong/windsong.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1676;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Wire One\";s:10:\"fontFamily\";s:22:\"\"Wire One\", sans-serif\";s:4:\"slug\";s:8:\"wire-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/wireone/v28/qFdH35Wah5htUhV75WGnWdrCwwcJ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Wire One\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/wire-one/wire-one-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/wire-one/wire-one.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1677;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Wittgenstein\";s:10:\"fontFamily\";s:19:\"Wittgenstein, serif\";s:4:\"slug\";s:12:\"wittgenstein\";s:8:\"fontFace\";a:12:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61G4T_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61FwT_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61LAU_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61IkU_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61O4U_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61McU_B77Z15J4ow.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-900-normal.svg\";}i:6;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQFFjxZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQJljxZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQyl_xZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQ81_xZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-700-italic.svg\";}i:10;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQlF_xZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-800-italic.svg\";}i:11;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/wittgenstein/v2/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQvV_xZnxM8ozHYA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:12:\"Wittgenstein\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein-900-italic.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/wittgenstein/wittgenstein.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1678;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Wix Madefor Display\";s:10:\"fontFamily\";s:33:\"\"Wix Madefor Display\", sans-serif\";s:4:\"slug\";s:19:\"wix-madefor-display\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYlthv_3HQKgh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Wix Madefor Display\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYlthv_3HQKgh.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Wix Madefor Display\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVthv_3HQKgh.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Wix Madefor Display\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Wix Madefor Display\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:116:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVthv_3HQKgh.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Wix Madefor Display\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display-800-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-display/wix-madefor-display.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1679;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Wix Madefor Text\";s:10:\"fontFamily\";s:30:\"\"Wix Madefor Text\", sans-serif\";s:4:\"slug\";s:16:\"wix-madefor-text\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NOeAgpRt9rN5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dw_GiJVP86N53IY.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-400-italic.svg\";}i:2;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cKNNOeAgpRt9rN5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dz3GiJVP86N53IY.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-500-italic.svg\";}i:4;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJhM-eAgpRt9rN5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d9HBiJVP86N53IY.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-600-italic.svg\";}i:6;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJYM-eAgpRt9rN5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d-jBiJVP86N53IY.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-700-italic.svg\";}i:8;a:5:{s:3:\"src\";s:109:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cI_M-eAgpRt9rN5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-800-normal.svg\";}i:9;a:5:{s:3:\"src\";s:112:\"https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d4_BiJVP86N53IY.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:16:\"Wix Madefor Text\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text-800-italic.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/wix-madefor-text/wix-madefor-text.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1680;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Work Sans\";s:10:\"fontFamily\";s:23:\"\"Work Sans\", sans-serif\";s:4:\"slug\";s:9:\"work-sans\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNi0Dp6_cOyA.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:97:\"https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJpo3ZKyDSQQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Work Sans\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-900-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1681;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Workbench\";s:10:\"fontFamily\";s:20:\"Workbench, monospace\";s:4:\"slug\";s:9:\"workbench\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/workbench/v1/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapdOO0GKqgZyb.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Workbench\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/workbench/workbench-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/workbench/workbench.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1682;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Xanh Mono\";s:10:\"fontFamily\";s:22:\"\"Xanh Mono\", monospace\";s:4:\"slug\";s:9:\"xanh-mono\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSYnQCQXzLhTg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Xanh Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/xanh-mono/xanh-mono-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/xanhmono/v18/R70ejykVmvKCep-vWhSomgqRfTfxTo24.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:9:\"Xanh Mono\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/xanh-mono/xanh-mono-400-italic.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/xanh-mono/xanh-mono.svg\";}s:10:\"categories\";a:1:{i:0;s:9:\"monospace\";}}i:1683;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Yaldevi\";s:10:\"fontFamily\";s:19:\"Yaldevi, sans-serif\";s:4:\"slug\";s:7:\"yaldevi\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvtbxLCBJkS.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Yaldevi\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi-700-normal.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/yaldevi/yaldevi.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1684;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:17:\"Yanone Kaffeesatz\";s:10:\"fontFamily\";s:31:\"\"Yanone Kaffeesatz\", sans-serif\";s:4:\"slug\";s:17:\"yanone-kaffeesatz\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-600-normal.svg\";}i:5;a:5:{s:3:\"src\";s:113:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpdWuLCnXkVA.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:17:\"Yanone Kaffeesatz\";s:7:\"preview\";s:95:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz-700-normal.svg\";}}s:7:\"preview\";s:84:\"https://s.w.org/images/fonts/wp-6.7/previews/yanone-kaffeesatz/yanone-kaffeesatz.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1685;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Yantramanav\";s:10:\"fontFamily\";s:23:\"Yantramanav, sans-serif\";s:4:\"slug\";s:11:\"yantramanav\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/yantramanav/v13/flU-Rqu5zY00QEpyWJYWN5-QXeZzDB41rZg.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59Yf8NcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/yantramanav/v13/flU8Rqu5zY00QEpyWJYWN6fxV-dRCQ41.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN58AfsNcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-500-normal.svg\";}i:4;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59IeMNcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59wesNcIhI8tIHh.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yantramanav\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav-900-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/yantramanav/yantramanav.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1686;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Yarndings 12\";s:10:\"fontFamily\";s:25:\"\"Yarndings 12\", system-ui\";s:4:\"slug\";s:12:\"yarndings-12\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yarndings12/v2/55xreyp2N8T5P2LJbZAlkY9c9JLMI2VUnQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Yarndings 12\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-12/yarndings-12-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-12/yarndings-12.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1687;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Yarndings 12 Charted\";s:10:\"fontFamily\";s:33:\"\"Yarndings 12 Charted\", system-ui\";s:4:\"slug\";s:20:\"yarndings-12-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/yarndings12charted/v2/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvvbM0t-dHaJH.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Yarndings 12 Charted\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-12-charted/yarndings-12-charted-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-12-charted/yarndings-12-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1688;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"Yarndings 20\";s:10:\"fontFamily\";s:25:\"\"Yarndings 20\", system-ui\";s:4:\"slug\";s:12:\"yarndings-20\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yarndings20/v2/TuGWUVlkUohEQu8l7K8b-vNFAn80PMTK1w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"Yarndings 20\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-20/yarndings-20-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-20/yarndings-20.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1689;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Yarndings 20 Charted\";s:10:\"fontFamily\";s:33:\"\"Yarndings 20 Charted\", system-ui\";s:4:\"slug\";s:20:\"yarndings-20-charted\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:100:\"https://fonts.gstatic.com/s/yarndings20charted/v2/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaLQj4UTqz5V9.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Yarndings 20 Charted\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-20-charted/yarndings-20-charted-400-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/yarndings-20-charted/yarndings-20-charted.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1690;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Yatra One\";s:10:\"fontFamily\";s:22:\"\"Yatra One\", system-ui\";s:4:\"slug\";s:9:\"yatra-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0xxlOBbRDvXw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Yatra One\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/yatra-one/yatra-one-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/yatra-one/yatra-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1691;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Yellowtail\";s:10:\"fontFamily\";s:19:\"Yellowtail, cursive\";s:4:\"slug\";s:10:\"yellowtail\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/yellowtail/v22/OZpGg_pnoDtINPfRIlLotlnNwED-b4g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Yellowtail\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/yellowtail/yellowtail-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/yellowtail/yellowtail.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1692;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Yeon Sung\";s:10:\"fontFamily\";s:22:\"\"Yeon Sung\", system-ui\";s:4:\"slug\";s:9:\"yeon-sung\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:77:\"https://fonts.gstatic.com/s/yeonsung/v21/QldMNTpbohAGtsJvUn6xTFNazqx2xg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Yeon Sung\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/yeon-sung/yeon-sung-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/yeon-sung/yeon-sung.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1693;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Yeseva One\";s:10:\"fontFamily\";s:23:\"\"Yeseva One\", system-ui\";s:4:\"slug\";s:10:\"yeseva-one\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/yesevaone/v22/OpNJno4ck8vc-xYpwWWxpi9fWhXD00c.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Yeseva One\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/yeseva-one/yeseva-one-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/yeseva-one/yeseva-one.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1694;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Yesteryear\";s:10:\"fontFamily\";s:19:\"Yesteryear, cursive\";s:4:\"slug\";s:10:\"yesteryear\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/yesteryear/v18/dg4g_p78rroaKl8kRKo1r7kHTwonmyw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Yesteryear\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/yesteryear/yesteryear-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/yesteryear/yesteryear.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1695;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Yomogi\";s:10:\"fontFamily\";s:15:\"Yomogi, cursive\";s:4:\"slug\";s:6:\"yomogi\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/yomogi/v12/VuJwdNrS2ZL7rpoPXYz5NIh-YA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Yomogi\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/yomogi/yomogi-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/yomogi/yomogi.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1696;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Young Serif\";s:10:\"fontFamily\";s:20:\"\"Young Serif\", serif\";s:4:\"slug\";s:11:\"young-serif\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:80:\"https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ2t_1EcYaQ7F.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Young Serif\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/young-serif/young-serif-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/young-serif/young-serif.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1697;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Yrsa\";s:10:\"fontFamily\";s:11:\"Yrsa, serif\";s:4:\"slug\";s:4:\"yrsa\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-600-normal.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NQ9rRPfrKu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-700-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-300-italic.svg\";}i:6;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-400-italic.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-500-italic.svg\";}i:8;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-600-italic.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LVte6KuGEo.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:4:\"Yrsa\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa-700-italic.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/yrsa/yrsa.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1698;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:7:\"Ysabeau\";s:10:\"fontFamily\";s:19:\"Ysabeau, sans-serif\";s:4:\"slug\";s:7:\"ysabeau\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCTY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWCDY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7PICDY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCDY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OkCDY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NIDzY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NxDzY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWDzY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:89:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7M_DzY1I8Gcw6Oi.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95yKcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS15zKcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS4BzKcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95zKcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS-xzKcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSwB0KcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSzl0KcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS150KcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS3d0KcC-xrOiIUw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:7:\"Ysabeau\";s:7:\"preview\";s:75:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau-900-italic.svg\";}}s:7:\"preview\";s:64:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau/ysabeau.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1699;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Ysabeau Infant\";s:10:\"fontFamily\";s:28:\"\"Ysabeau Infant\", sans-serif\";s:4:\"slug\";s:14:\"ysabeau-infant\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo4HLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlo8HLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYSI8HLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo8HLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYJI8HLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYyIgHLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQY8YgHLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlogHLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYv4gHLpChLwKH6A.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaZqgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvaJqgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3syxaJqgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaJqgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szdaJqgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swxb5qgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swIb5qgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvb5qgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxGb5qgDQeX6Dc5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Infant\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-infant/ysabeau-infant.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1700;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Ysabeau Office\";s:10:\"fontFamily\";s:28:\"\"Ysabeau Office\", sans-serif\";s:4:\"slug\";s:14:\"ysabeau-office\";s:8:\"fontFace\";a:18:{i:0;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6IfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6MfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPb2aMfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbtaMfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbWaQfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbYKQfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6QfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbLqQfZCfpQj7IGQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-900-normal.svg\";}i:9;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Iy3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-100-italic.svg\";}i:10;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3Ii3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-200-italic.svg\";}i:11;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-CpIi3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-300-italic.svg\";}i:12;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Ii3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-400-italic.svg\";}i:13;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-DFIi3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-500-italic.svg\";}i:14;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-ApJS3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-600-italic.svg\";}i:15;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-AQJS3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-700-italic.svg\";}i:16;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3JS3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-800-italic.svg\";}i:17;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-BeJS3oYDvYGbGh.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:14:\"Ysabeau Office\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office-900-italic.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-office/ysabeau-office.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1701;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Ysabeau SC\";s:10:\"fontFamily\";s:24:\"\"Ysabeau SC\", sans-serif\";s:4:\"slug\";s:10:\"ysabeau-sc\";s:8:\"fontFace\";a:9:{i:0;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98U1qBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"100\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-100-normal.svg\";}i:1;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8UlqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-200-normal.svg\";}i:2;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw8iUlqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-300-normal.svg\";}i:3;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UlqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-400-normal.svg\";}i:4;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw9OUlqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-iVVqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-600-normal.svg\";}i:6;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-bVVqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-700-normal.svg\";}i:7;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8VVqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-800-normal.svg\";}i:8;a:5:{s:3:\"src\";s:95:\"https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_VVVqBZ4EOmsT5.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Ysabeau SC\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc-900-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/ysabeau-sc/ysabeau-sc.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1702;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:9:\"Yuji Boku\";s:10:\"fontFamily\";s:18:\"\"Yuji Boku\", serif\";s:4:\"slug\";s:9:\"yuji-boku\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/yujiboku/v6/P5sAzZybeNzXsA9xj1FkiL2r2dgvJA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:9:\"Yuji Boku\";s:7:\"preview\";s:79:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-boku/yuji-boku-400-normal.svg\";}}s:7:\"preview\";s:68:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-boku/yuji-boku.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1703;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"Yuji Hentaigana Akari\";s:10:\"fontFamily\";s:32:\"\"Yuji Hentaigana Akari\", cursive\";s:4:\"slug\";s:21:\"yuji-hentaigana-akari\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/yujihentaiganaakari/v12/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnLIQDzODYALaA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"Yuji Hentaigana Akari\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-hentaigana-akari/yuji-hentaigana-akari-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-hentaigana-akari/yuji-hentaigana-akari.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1704;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Yuji Hentaigana Akebono\";s:10:\"fontFamily\";s:34:\"\"Yuji Hentaigana Akebono\", cursive\";s:4:\"slug\";s:23:\"yuji-hentaigana-akebono\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:108:\"https://fonts.gstatic.com/s/yujihentaiganaakebono/v13/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wQy4NKXRzrrF.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Yuji Hentaigana Akebono\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-hentaigana-akebono/yuji-hentaigana-akebono-400-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-hentaigana-akebono/yuji-hentaigana-akebono.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1705;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Yuji Mai\";s:10:\"fontFamily\";s:17:\"\"Yuji Mai\", serif\";s:4:\"slug\";s:8:\"yuji-mai\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/yujimai/v6/ZgNQjPxdJ7DEHrS0gC35hmHmNpCO.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Yuji Mai\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-mai/yuji-mai-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-mai/yuji-mai.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1706;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Yuji Syuku\";s:10:\"fontFamily\";s:19:\"\"Yuji Syuku\", serif\";s:4:\"slug\";s:10:\"yuji-syuku\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:78:\"https://fonts.gstatic.com/s/yujisyuku/v6/BngNUXdTV3vO6Lw5ApOPqPLgwqiA-Rk.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Yuji Syuku\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-syuku/yuji-syuku-400-normal.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/yuji-syuku/yuji-syuku.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1707;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Yusei Magic\";s:10:\"fontFamily\";s:25:\"\"Yusei Magic\", sans-serif\";s:4:\"slug\";s:11:\"yusei-magic\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/yuseimagic/v14/yYLt0hbAyuCmoo5wlhPkpjHU-tdfcIT_.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Yusei Magic\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/yusei-magic/yusei-magic-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/yusei-magic/yusei-magic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1708;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:12:\"ZCOOL KuaiLe\";s:10:\"fontFamily\";s:26:\"\"ZCOOL KuaiLe\", sans-serif\";s:4:\"slug\";s:12:\"zcool-kuaile\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2Wo4zzoXhC2g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:12:\"ZCOOL KuaiLe\";s:7:\"preview\";s:85:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-kuaile/zcool-kuaile-400-normal.svg\";}}s:7:\"preview\";s:74:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-kuaile/zcool-kuaile.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1709;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:21:\"ZCOOL QingKe HuangYou\";s:10:\"fontFamily\";s:35:\"\"ZCOOL QingKe HuangYou\", sans-serif\";s:4:\"slug\";s:21:\"zcool-qingke-huangyou\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:104:\"https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIjv28c8bHWA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:21:\"ZCOOL QingKe HuangYou\";s:7:\"preview\";s:103:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-qingke-huangyou/zcool-qingke-huangyou-400-normal.svg\";}}s:7:\"preview\";s:92:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-qingke-huangyou/zcool-qingke-huangyou.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1710;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"ZCOOL XiaoWei\";s:10:\"fontFamily\";s:27:\"\"ZCOOL XiaoWei\", sans-serif\";s:4:\"slug\";s:13:\"zcool-xiaowei\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1YFeQHwyVd3U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"ZCOOL XiaoWei\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-xiaowei/zcool-xiaowei-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/zcool-xiaowei/zcool-xiaowei.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1711;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:4:\"Zain\";s:10:\"fontFamily\";s:16:\"Zain, sans-serif\";s:4:\"slug\";s:4:\"zain\";s:8:\"fontFace\";a:6:{i:0;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/zain/v2/sykz-y9lm7soOBrstS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"200\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-200-normal.svg\";}i:1;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/zain/v2/sykz-y9lm7soOH7vtS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-300-normal.svg\";}i:2;a:5:{s:3:\"src\";s:65:\"https://fonts.gstatic.com/s/zain/v2/syk8-y9lm7soANfHkSKW5tM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/zain/v2/sykz-y9lm7soOG7otS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/zain/v2/sykz-y9lm7soOHLrtS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"800\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-800-normal.svg\";}i:5;a:5:{s:3:\"src\";s:69:\"https://fonts.gstatic.com/s/zain/v2/sykz-y9lm7soOFbqtS-9-trEvlQ.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:4:\"Zain\";s:7:\"preview\";s:69:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain-900-normal.svg\";}}s:7:\"preview\";s:58:\"https://s.w.org/images/fonts/wp-6.7/previews/zain/zain.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1712;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:11:\"Zen Antique\";s:10:\"fontFamily\";s:20:\"\"Zen Antique\", serif\";s:4:\"slug\";s:11:\"zen-antique\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:81:\"https://fonts.gstatic.com/s/zenantique/v13/AYCPpXPnd91Ma_Zf-Ri2JXJv7PKP5Z_G.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:11:\"Zen Antique\";s:7:\"preview\";s:83:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-antique/zen-antique-400-normal.svg\";}}s:7:\"preview\";s:72:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-antique/zen-antique.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1713;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:16:\"Zen Antique Soft\";s:10:\"fontFamily\";s:25:\"\"Zen Antique Soft\", serif\";s:4:\"slug\";s:16:\"zen-antique-soft\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:92:\"https://fonts.gstatic.com/s/zenantiquesoft/v13/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwVmkui5HNg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:16:\"Zen Antique Soft\";s:7:\"preview\";s:93:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-antique-soft/zen-antique-soft-400-normal.svg\";}}s:7:\"preview\";s:82:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-antique-soft/zen-antique-soft.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1714;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Zen Dots\";s:10:\"fontFamily\";s:21:\"\"Zen Dots\", system-ui\";s:4:\"slug\";s:8:\"zen-dots\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:74:\"https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQeaBTM_FcCIG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Zen Dots\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-dots/zen-dots-400-normal.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-dots/zen-dots.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1715;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:23:\"Zen Kaku Gothic Antique\";s:10:\"fontFamily\";s:37:\"\"Zen Kaku Gothic Antique\", sans-serif\";s:4:\"slug\";s:23:\"zen-kaku-gothic-antique\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/zenkakugothicantique/v16/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TauWJtyZyGU.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Zen Kaku Gothic Antique\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:107:\"https://fonts.gstatic.com/s/zenkakugothicantique/v16/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-l3RKjc4d7.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Zen Kaku Gothic Antique\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/zenkakugothicantique/v16/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DauWJtyZyGU.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Zen Kaku Gothic Antique\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/zenkakugothicantique/v16/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jauWJtyZyGU.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Zen Kaku Gothic Antique\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:111:\"https://fonts.gstatic.com/s/zenkakugothicantique/v16/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DauWJtyZyGU.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:23:\"Zen Kaku Gothic Antique\";s:7:\"preview\";s:107:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique-900-normal.svg\";}}s:7:\"preview\";s:96:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-antique/zen-kaku-gothic-antique.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1716;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:19:\"Zen Kaku Gothic New\";s:10:\"fontFamily\";s:33:\"\"Zen Kaku Gothic New\", sans-serif\";s:4:\"slug\";s:19:\"zen-kaku-gothic-new\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWHSTGlMyd8.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Zen Kaku Gothic New\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:98:\"https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkj5iTWz5UGA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Zen Kaku Gothic New\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWHSTGlMyd8.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Zen Kaku Gothic New\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWHSTGlMyd8.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Zen Kaku Gothic New\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:102:\"https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWHSTGlMyd8.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:19:\"Zen Kaku Gothic New\";s:7:\"preview\";s:99:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new-900-normal.svg\";}}s:7:\"preview\";s:88:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kaku-gothic-new/zen-kaku-gothic-new.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1717;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Zen Kurenaido\";s:10:\"fontFamily\";s:27:\"\"Zen Kurenaido\", sans-serif\";s:4:\"slug\";s:13:\"zen-kurenaido\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zenkurenaido/v17/3XFsEr0515BK2u6UUptu_gWJZfn22PRLd0U.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Zen Kurenaido\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kurenaido/zen-kurenaido-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-kurenaido/zen-kurenaido.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1718;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:8:\"Zen Loop\";s:10:\"fontFamily\";s:21:\"\"Zen Loop\", system-ui\";s:4:\"slug\";s:8:\"zen-loop\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:73:\"https://fonts.gstatic.com/s/zenloop/v9/h0GrssK16UsnJwHsEK92qwzX5vOG.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:8:\"Zen Loop\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-loop/zen-loop-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:76:\"https://fonts.gstatic.com/s/zenloop/v9/h0GtssK16UsnJwHsEJ9xoQ314-OGJ0w.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:8:\"Zen Loop\";s:7:\"preview\";s:77:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-loop/zen-loop-400-italic.svg\";}}s:7:\"preview\";s:66:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-loop/zen-loop.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1719;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:15:\"Zen Maru Gothic\";s:10:\"fontFamily\";s:29:\"\"Zen Maru Gothic\", sans-serif\";s:4:\"slug\";s:15:\"zen-maru-gothic\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/zenmarugothic/v17/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCOZqa_ajlvw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Zen Maru Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:90:\"https://fonts.gstatic.com/s/zenmarugothic/v17/o-0SIpIxzW5b-RxT-6A8jWAtCp-k6EJmNLGG9A.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Zen Maru Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic-400-normal.svg\";}i:2;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/zenmarugothic/v17/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCOZqa_ajlvw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Zen Maru Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic-500-normal.svg\";}i:3;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/zenmarugothic/v17/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1COZqa_ajlvw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Zen Maru Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:94:\"https://fonts.gstatic.com/s/zenmarugothic/v17/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9COZqa_ajlvw.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:15:\"Zen Maru Gothic\";s:7:\"preview\";s:91:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic-900-normal.svg\";}}s:7:\"preview\";s:80:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-maru-gothic/zen-maru-gothic.svg\";}s:10:\"categories\";a:1:{i:0;s:10:\"sans-serif\";}}i:1720;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:14:\"Zen Old Mincho\";s:10:\"fontFamily\";s:23:\"\"Zen Old Mincho\", serif\";s:4:\"slug\";s:14:\"zen-old-mincho\";s:8:\"fontFace\";a:5:{i:0;a:5:{s:3:\"src\";s:87:\"https://fonts.gstatic.com/s/zenoldmincho/v12/tss0ApVaYytLwxTqcxfMyBveyYbyg31S2s8p.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Zen Old Mincho\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/zenoldmincho/v12/tss3ApVaYytLwxTqcxfMyBveyb4Dqllf8dMgPgBu.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Zen Old Mincho\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho-500-normal.svg\";}i:2;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/zenoldmincho/v12/tss3ApVaYytLwxTqcxfMyBveyb4vrVlf8dMgPgBu.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Zen Old Mincho\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho-600-normal.svg\";}i:3;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/zenoldmincho/v12/tss3ApVaYytLwxTqcxfMyBveyb5LrFlf8dMgPgBu.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Zen Old Mincho\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho-700-normal.svg\";}i:4;a:5:{s:3:\"src\";s:91:\"https://fonts.gstatic.com/s/zenoldmincho/v12/tss3ApVaYytLwxTqcxfMyBveyb5zrllf8dMgPgBu.woff2\";s:10:\"fontWeight\";s:3:\"900\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:14:\"Zen Old Mincho\";s:7:\"preview\";s:89:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho-900-normal.svg\";}}s:7:\"preview\";s:78:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-old-mincho/zen-old-mincho.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1721;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Zen Tokyo Zoo\";s:10:\"fontFamily\";s:26:\"\"Zen Tokyo Zoo\", system-ui\";s:4:\"slug\";s:13:\"zen-tokyo-zoo\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:84:\"https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8ahuRWe9amg.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Zen Tokyo Zoo\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-tokyo-zoo/zen-tokyo-zoo-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/zen-tokyo-zoo/zen-tokyo-zoo.svg\";}s:10:\"categories\";a:1:{i:0;s:7:\"display\";}}i:1722;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:6:\"Zeyada\";s:10:\"fontFamily\";s:15:\"Zeyada, cursive\";s:4:\"slug\";s:6:\"zeyada\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:71:\"https://fonts.gstatic.com/s/zeyada/v19/11hAGpPTxVPUbgZDMWatWKaZ3g.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:6:\"Zeyada\";s:7:\"preview\";s:73:\"https://s.w.org/images/fonts/wp-6.7/previews/zeyada/zeyada-400-normal.svg\";}}s:7:\"preview\";s:62:\"https://s.w.org/images/fonts/wp-6.7/previews/zeyada/zeyada.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1723;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:13:\"Zhi Mang Xing\";s:10:\"fontFamily\";s:24:\"\"Zhi Mang Xing\", cursive\";s:4:\"slug\";s:13:\"zhi-mang-xing\";s:8:\"fontFace\";a:1:{i:0;a:5:{s:3:\"src\";s:85:\"https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0aItfektIJ0.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:13:\"Zhi Mang Xing\";s:7:\"preview\";s:87:\"https://s.w.org/images/fonts/wp-6.7/previews/zhi-mang-xing/zhi-mang-xing-400-normal.svg\";}}s:7:\"preview\";s:76:\"https://s.w.org/images/fonts/wp-6.7/previews/zhi-mang-xing/zhi-mang-xing.svg\";}s:10:\"categories\";a:1:{i:0;s:11:\"handwriting\";}}i:1724;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:10:\"Zilla Slab\";s:10:\"fontFamily\";s:19:\"\"Zilla Slab\", serif\";s:4:\"slug\";s:10:\"zilla-slab\";s:8:\"fontFace\";a:10:{i:0;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HGjWlhzbaw.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-300-normal.svg\";}i:1;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapW3p2fazkfg.woff2\";s:10:\"fontWeight\";s:3:\"300\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-300-italic.svg\";}i:2;a:5:{s:3:\"src\";s:79:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWjgw_HyIRlE.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-400-normal.svg\";}i:3;a:5:{s:3:\"src\";s:82:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86_V6NVlFqdA.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-400-italic.svg\";}i:4;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HGjWlhzbaw.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-500-normal.svg\";}i:5;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepW3p2fazkfg.woff2\";s:10:\"fontWeight\";s:3:\"500\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-500-italic.svg\";}i:6;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HGjWlhzbaw.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-600-normal.svg\";}i:7;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpW3p2fazkfg.woff2\";s:10:\"fontWeight\";s:3:\"600\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-600-italic.svg\";}i:8;a:5:{s:3:\"src\";s:83:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HGjWlhzbaw.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-700-normal.svg\";}i:9;a:5:{s:3:\"src\";s:86:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpW3p2fazkfg.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"italic\";s:10:\"fontFamily\";s:10:\"Zilla Slab\";s:7:\"preview\";s:81:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab-700-italic.svg\";}}s:7:\"preview\";s:70:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab/zilla-slab.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}i:1725;a:2:{s:20:\"font_family_settings\";a:5:{s:4:\"name\";s:20:\"Zilla Slab Highlight\";s:10:\"fontFamily\";s:29:\"\"Zilla Slab Highlight\", serif\";s:4:\"slug\";s:20:\"zilla-slab-highlight\";s:8:\"fontFace\";a:2:{i:0;a:5:{s:3:\"src\";s:101:\"https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtNY2DwSXlM.woff2\";s:10:\"fontWeight\";s:3:\"400\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Zilla Slab Highlight\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab-highlight/zilla-slab-highlight-400-normal.svg\";}i:1;a:5:{s:3:\"src\";s:105:\"https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET9YmVF0Mb6.woff2\";s:10:\"fontWeight\";s:3:\"700\";s:9:\"fontStyle\";s:6:\"normal\";s:10:\"fontFamily\";s:20:\"Zilla Slab Highlight\";s:7:\"preview\";s:101:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab-highlight/zilla-slab-highlight-700-normal.svg\";}}s:7:\"preview\";s:90:\"https://s.w.org/images/fonts/wp-6.7/previews/zilla-slab-highlight/zilla-slab-highlight.svg\";}s:10:\"categories\";a:1:{i:0;s:5:\"serif\";}}}}','off');
INSERT INTO `punseNP_options` VALUES
(507,'_transient_ptk_patterns','a:99:{i:0;a:18:{s:2:\"ID\";i:450;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Giriş: Görsel ile başlık ve üstünde iki sütun\";s:4:\"name\";s:51:\"intro-heading-with-image-and-two-columns-above-copy\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4038:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"480px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Şık bir şekilde kuru kal</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Moda ve işlev için tasarlanan yağmurluklarımız, şık stiller ve su geçirmez koruma sunarak sizi her türlü yağmurda kuru tutar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Keşfet koleksiyonu</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:105:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-heading-with-image-and-two-columns-above-copy/\";s:13:\"modified_date\";s:19:\"2024-07-10 13:45:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:1;a:18:{s:2:\"ID\";i:448;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Giriş: İçerik ve görsel ile iki sütun\";s:4:\"name\";s:39:\"intro-two-column-with-content-and-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3551:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Başka hiçbir şeye<br>benzemiyor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>En son nesil yüksek kaliteli kulaklıklarımızla müziğinizi daha önce hiç olmadığı gibi deneyimleyin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":79,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\" alt=\"\" class=\"wp-image-79\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-two-column-with-content-and-image/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:14:17\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:2;a:18:{s:2:\"ID\";i:410;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"İnceleme: Merkezlenmiş görüş\";s:4:\"name\";s:27:\"review-centered-testimonial\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4662:\"<!-- wp:group {\"metadata\":{\"name\":\"Review\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-centered-testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-large-font-size\">İnsanlar Neler Diyor?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Bu dükkanda yakın zamanda bir seramik atölyesine katıldım ve harika bir deneyimdi. Eğitmen sabırlı ve teşvik ediciydi, ben de kil ile yaratıcılığımı konuşturmakta çok eğlendim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"64px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:64px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-medium-font-size\">Liz S.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Boyacı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-centered-testimonial/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:03:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:3;a:18:{s:2:\"ID\";i:404;s:7:\"site_id\";i:231214916;s:5:\"title\";s:49:\"İnceleme: Dağılmış görsellerle bir alıntı\";s:4:\"name\";s:36:\"review-a-quote-with-scattered-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4694:\"<!-- wp:group {\"metadata\":{\"categories\":[\"reviews\"],\"patternName\":\"review-a-quote-with-scattered-images\",\"name\":\"Review: A quote with scattered images\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":405,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/table-food-dessert-cake-circle-painting-23295-pxhere-2.png\" alt=\"\" class=\"wp-image-405\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":408,\"width\":\"95px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/formation-cave-food-autumn-darkness-still-life-790116-pxhere-2.png\" alt=\"\" class=\"wp-image-408\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:95px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|20\",\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--20)\"><!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"62px\",\"height\":\"62px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"object-fit:cover;width:62px;height:62px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">\"Tek sınırlama, hayal gücünüzün sınırlarıdır.\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Jayla H.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":406,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/plant-fruit-dish-meal-food-cooking-88153-pxhere-2.png\" alt=\"\" class=\"wp-image-406\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":407,\"width\":\"112px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/tree-nature-branch-plant-fruit-flower-104610-pxhere.png\" alt=\"\" class=\"wp-image-407\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:112px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-a-quote-with-scattered-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:4;a:18:{s:2:\"ID\";i:401;s:7:\"site_id\";i:231214916;s:5:\"title\";s:50:\"İnceleme: İki sütunlu merkezlenmiş incelemeler\";s:4:\"name\";s:2:\"ff\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7075:\"<!-- wp:group {\"metadata\":{\"name\":\"Reviews\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-two-column-centered-reviews\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"wideSize\":\"900px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">İncelemeler</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Jayla H.</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">Yıllardır sadık bir müşteriyim ve bunun iyi bir nedeni var. Müşteri hizmetleri harika, ürünler de her zaman güvenilir.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":325,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Scott F.</h4>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">“Yakın zamanda bir akıllı TV aldım ve bu alışverişimden daha mutlu olamazdım. Personel dost canlısıydı ve tüm sorularımı yanıtladı.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:56:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/ff/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:56\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:5;a:18:{s:2:\"ID\";i:397;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Üç sütunlu fiyatlandırma Tablosu\";s:4:\"name\";s:28:\"three-column-pricing-table-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:15951:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Öğreniminizi yükseltin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"width\":\"0px\"} -->\n<div style=\"height:var(--wp--preset--spacing--30);width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Tiers\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ücretsiz</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$0</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Video dersler</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Etkileşimli Sınavlar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">İndirilebilir kaynaklar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Tamamlanma sertifikaları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Abone Ol</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item (highlighted)\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"2px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:2px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Temel</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$39</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Ücretsiz olarak her şey dahil</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Kişisel besleme</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Canlı Soru&amp;Cevap oturumları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Topluluk forumları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Abone Ol</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Premium</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">499 TL</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\"><s><span></span></s>Temel\'e dahil olan her şey</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Ayrıcalıklı destek</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Koçluk seansları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Yeni içeriğe öncelikli erişim</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Abone Ol</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:59:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:6;a:18:{s:2:\"ID\";i:395;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"İki sütunlu kutulu fiyatlandırma tablosu\";s:4:\"name\";s:30:\"two-column-boxed-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7698:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title has-ast-global-color-2-color has-text-color\">Fiyatlandırma</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-description\"} -->\n<p class=\"has-text-align-center is-pricing-description\">İster esnekliğe ihtiyaç duyan kendi hızında öğrenen biri olun, ister ek destek ve rehberlikle daha iyi performans gösteren biri, sizin için bir paketimiz var.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Ücretsiz</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">0.00 TL/ay</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video dersleri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Etkileşimli Sınavlar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> İndirilebilir kaynaklar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> İndirilebilir kaynaklar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Temel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">69.00 dolar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Ücretsiz olan her şey dahil</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Kişisel besleme</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Canlı Soru-Cevap oturumları</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Çevrimiçi topluluk forumları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-boxed-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:49:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:7;a:18:{s:2:\"ID\";i:392;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"İki sütunlu fiyatlandırma tablosu\";s:4:\"name\";s:24:\"two-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7027:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"960px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center is-pricing-title\">Fiyatlandırma</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Temel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">499 TL</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Tüm kurs materyallerine, video dersler, etkileşimli Sınavlar ve indirilebilir kaynaklar dahil olmak üzere kapsamlı erişim sunar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">299 TL</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Temel paket içindeki her şey artı özel avantajlar ve ek destek. Canlı Soru-Cevap, koçluk seansları ve yeni içeriğe öncelikli erişim keyfini çıkar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"0px\"} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:48:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:8;a:18:{s:2:\"ID\";i:384;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"İki sütunlu hizmet teklifleri\";s:4:\"name\";s:28:\"two-column-service-offerings\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4383:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Temel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">999 TL/aylık</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":250,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" alt=\"\" class=\"wp-image-250\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">1999 TL/aylık</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":237,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" alt=\"\" class=\"wp-image-237\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-service-offerings/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:21:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:9;a:18:{s:2:\"ID\";i:382;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Üç sütun başlıklar, görseller ve bağlantılar\";s:4:\"name\";s:42:\"three-columns-of-headings-images-and-links\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5936:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mobilya özelleştirme</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":63,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-house-chair-floor-window-1-1024x683.jpg\" alt=\"\" class=\"wp-image-63\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alanınıza ve tarzınıza mükemmel uyum sağlayan özel parçalar oluşturun, özelleştirme hizmetlerimizle. Kumaş seçiminden boyutlara kadar, hayalinizi gerçeğe dönüştüreceğiz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Başla</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">İç mimari</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/54f708281f82831c082a1cf9d7b7faa9-1-683x1024.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Uzman tasarımcılarımız, mekanınızı kişisel zevkinizi ve yaşam tarzınızı yansıtan şık ve fonksiyonel bir cennete dönüştürmek için sizinle birlikte çalışacak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Başla</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Teslimat ve montaj</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":354,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/ade23ce2024ccbbb42f7f7d6dfe5f2e0-1-684x1024.jpeg\" alt=\"\" class=\"wp-image-354\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Teslimat ve montaj hizmetlerimizle zahmetsiz alışverişin tadını çıkarın. Ağırlıkları kaldırıp montajı ekibimizin yapmasına izin verin, böylece yeni döşenmiş evinizde rahatlayabilirsiniz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Başla</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-columns-of-headings-images-and-links/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:40:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:10;a:18:{s:2:\"ID\";i:380;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Metin özellikleri ızgarası\";s:4:\"name\";s:21:\"grid-of-text-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5254:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kişisel stil</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Uzman stilistlerimizle birebir çalışarak, benzersiz zevkiniz, vücut tipiniz ve yaşam tarzınızla uyumlu kıyafetler oluşturun.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Değişiklikler ve terzilik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Mükemmel uyumu sağlayın. Kısa etme işleminden yeniden boyutlandırmaya kadar, yetenekli terzilerimiz giysilerinizi<br>kusursuz bir şekilde dikecek.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kıyafet yenileme</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Gardırobunu yenile. Stilistlerimiz, eşyalarını düzenlemene, organize etmene ve dolabını yeni parçalarla güncellemene yardımcı olacak.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sanaldan Alışveriş</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Mağazamıza gelemedin mi? Sanal alışveriş asistanı hizmetimiz, evinin konforundan alışveriş yapmanı sağlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/grid-of-text-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:41:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:11;a:18:{s:2:\"ID\";i:378;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Başlıklar solda, içerik sağda\";s:4:\"name\";s:27:\"headings-left-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6744:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Kurulum</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Profesyonel kurulum ve ayar hizmetlerimizle gönül rahatlığı yaşayın. Ev sinema sistemlerinden akıllı ev cihazlarına kadar, her şeyin doğru bir şekilde kurulduğundan ve en iyi performans için yapılandırıldığından emin olacağız.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Daha Fazla Keşfet</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Bakım</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Elektroniklerinizin ömrünü uzatmak için onarım ve bakım hizmetlerimizi kullanın. Usta teknisyenlerimiz, cihazlarınızın sorunsuz çalışmasını sağlamak için her türlü sorunu teşhis edip çözecek.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Daha Fazla Keşfet</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Takasa</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>En son teknolojiye yükseltirken çevreye duyarlı olun, takas ve geri dönüşüm programlarımızla. Eski cihazlarınızı yeni alımlarda kullanılmak üzere kredi karşılığında takas edin ya da bunları bizimle sorumlu bir şekilde geri dönüştürün.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Daha Fazla Keşfet</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Destek</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Elektroniklerinizden en iyi şekilde yararlanmak için teknik destek ve eğitim hizmetlerimizle tanışın. Uzmanlarımız, her türlü sorunu çözmenize yardımcı olacak ve cihazlarınızı etkili bir şekilde kullanmanız için rehberlik edecek.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Daha Fazla Keşfet</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/headings-left-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:17:53\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:12;a:18:{s:2:\"ID\";i:376;s:7:\"site_id\";i:231214916;s:5:\"title\";s:38:\"Altı metin bölümüne sahip Başlık\";s:4:\"name\";s:30:\"heading-with-six-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7104:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Hizmetlerimiz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mobilya özelleştirme</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Özelleştirme hizmetlerimizle alanınıza ve tarzınıza mükemmel uyum sağlayan özel parçalar oluşturun. Hayalinizi gerçeğe dönüştüreceğiz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Ev sahneleme</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Evinizi satmayı mı düşünüyorsunuz? Ev düzenleme hizmetimiz, potansiyel alıcılara çekiciliğini artırarak, evinizin tüm potansiyelini sergilemenize yardımcı olacak.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">İç mimarlık danışmanlığı</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Uzman tasarımcılarımız, mekanınızı kişisel zevkinizi ve yaşam tarzınızı yansıtan şık ve fonksiyonel bir cennete dönüştürmek için sizinle birlikte çalışacak.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mobilya restorasyonu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sevdiğin mobilya parçalarının güzelliğini geri kazandır. Yenilemeden onarıma, değerli öğelerine yeni bir hayat vereceğiz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Teslimat ve montaj</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Teslimat ve montaj hizmetlerimizle zahmetsiz alışverişin tadını çıkarın. Ağırlıkları kaldırıp montajı ekibimizin yapmasına izin verin, böylece siz de rahatlayabilirsiniz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sanaldan tasarım danışmanlığı</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Showroom\'umuza gelemedin mi? Sorun değil! Sanal tasarım danışmanlık hizmetimiz, evinin konforunda uzman tavsiyesi almanı sağlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-six-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:34:50\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:13;a:18:{s:2:\"ID\";i:371;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Üç sütunlu kutulu fiyatlandırma Tablosu\";s:4:\"name\";s:26:\"three-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:9457:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title\">Fiyatlandırma</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Ücretsiz</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">0.00 TL/ay</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video dersleri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Etkileşimli Sınavlar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> İndirilebilir kaynaklar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Tamamlanma sertifikası</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Temel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">390.00 TL/ay</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Ücretsiz olan her şey dahil</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Kişisel besleme</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Canlı Soru-Cevap oturumları</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Çevrimiçi topluluk forumları</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">999.00 TL/ay</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Temel\'de her şey dahil</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Premium destek</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Koçluk seansları</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Yeni içeriğe öncelikli erişim</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:47:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:14;a:18:{s:2:\"ID\";i:359;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"İki sütun görsellerle\";s:4:\"name\";s:23:\"two-columns-with-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5363:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":368,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/56b4ef6554bcb138de65c66f1ec092b9-2.jpeg\" alt=\"\" class=\"wp-image-368\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Takasa verme ve geri dönüşüm</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>En son teknolojiye yükseltirken çevreye duyarlı olun, takas ve geri dönüşüm programlarımızla. Eski cihazlarınızı yeni alımlarda kullanılmak üzere kredi almak için takas edin ya da bunları sorumlu bir şekilde geri dönüştürün.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":222,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" alt=\"\" class=\"wp-image-222\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Uzatılmış garanti</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Yatırımınızı genişletilmiş garanti ve koruma paketlerimizle koruyun. Elektroniklerinizin beklenmedik hasar ve kusurlara karşı korunduğunu bilerek içiniz rahat olsun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-columns-with-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:21:17\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:15;a:18:{s:2:\"ID\";i:357;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Dört metin bölümüyle başlık\";s:4:\"name\";s:31:\"heading-with-four-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5608:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Hizmetler</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kişisel stil</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Uzman stilistlerimizle birebir çalışarak, benzersiz zevkiniz, vücut tipiniz ve yaşam tarzınızla uyumlu kıyafetler oluşturun.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kıyafet yenileme</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gardırobunu yenile. Stilistlerimiz, eşyalarını düzenlemene, organize etmene ve dolabını yeni parçalarla güncellemene yardımcı olacak.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Değişiklikler ve terzilik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mükemmel uyumu sağla. Paçaları dikmekten bedeni ayarlamaya kadar, yetenekli terzilerimiz giysilerini mükemmel bir şekilde dikecek.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sanaldan Alışveriş</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mağazamıza gelemedin mi? Sanal alışveriş asistanı hizmetimiz, evinin konforundan alışveriş yapmanı sağlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-four-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:35:12\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:16;a:18:{s:2:\"ID\";i:348;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Kişisel biyografi, iletişim düğmesiyle birlikte.\";s:4:\"name\";s:34:\"personal-bio-with-a-contact-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3809:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"175px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover;width:175px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"wideSize\":\"460px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Marianne R.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">“Moda yolculuğum, sürdürülebilirliğe olan tutkum ve el yapımı zanaatlara olan sevgimle başladı. Çocukluğumdan beri, dünya genelindeki zanaatkarların karmaşık el işçiliğine ve onların yarattığı eserlerin arkasındaki hikayelere hayran kaldım.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Hakkımda</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/personal-bio-with-a-contact-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 18:33:10\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:17;a:18:{s:2:\"ID\";i:345;s:7:\"site_id\";i:231214916;s:5:\"title\";s:79:\"Sağ üst köşede dairesel avatar, sol başlıkta alt başlık ve düğme ile.\";s:4:\"name\";s:66:\"circular-avatar-on-left-header-on-right-with-sub-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3674:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":346,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/8d605dc291be9f49e7e9afe9b8d0f5c7-1.png\" alt=\"\" class=\"wp-image-346\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sürdürülebilir moda</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Moda, gezegenimize olduğu kadar gardırobunuza da nazik olmalı diye düşünüyoruz. Sürdürülebilirlik ve çevresel sorumluluğa olan bağlılığımızla, şık ve çevre dostu giysilerden oluşan bir koleksiyon oluşturuyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">İletişime geçin</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:120:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-avatar-on-left-header-on-right-with-sub-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:53:07\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:18;a:18:{s:2:\"ID\";i:343;s:7:\"site_id\";i:231214916;s:5:\"title\";s:71:\"Sağda büyük kenarlıklı üst kısım ile sağda dairesel görüntü\";s:4:\"name\";s:57:\"circular-image-on-right-with-large-border-header-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3617:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">Hakkımızda</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sürdürülebilir moda</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Moda, gezegenimize olduğu kadar gardırobunuza da nazik olmalı diye düşünüyoruz. Sürdürülebilirlik ve çevresel sorumluluğa olan bağlılığımızla, şık ve çevre dostu giysilerden oluşan bir koleksiyon oluşturuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":262,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\",\"width\":\"0px\",\"style\":\"none\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" alt=\"\" class=\"wp-image-262\" style=\"border-style:none;border-width:0px;border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:111:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-image-on-right-with-large-border-header-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:46:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:19;a:18:{s:2:\"ID\";i:341;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Başlık, bir paragraf ve istatistikler\";s:4:\"name\";s:33:\"header-with-a-paragraph-and-stats\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4315:\"<!-- wp:group {\"metadata\":{\"name\":\"Numbers\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-xx-large-font-size\">İstediğiniz gibi bir site</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Hoş geldin, sınırsız olanakların dünyasına, burada yolculuk varış noktası kadar heyecan verici ve her anın varoluşun tuvaline izini bırakma fırsatı olduğu bir yerdesin.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">14M</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tatmin olmuş müşteri</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">eko</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gezegen hakkında düşünüyoruz</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">120</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Seçenekler</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:87:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/header-with-a-paragraph-and-stats/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:49:56\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:20;a:18:{s:2:\"ID\";i:338;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Takım üyesi\";s:4:\"name\";s:12:\"team-members\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11620:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Ekibimiz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>İç mimar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily, her bir müşterinin kişiliğini ve yaşam tarzını yansıtan benzersiz ve Kişisel alanlar yaratma konusunda uzmanlaşmış, iç mimarlıkta on yılı aşkın bir deneyim getiriyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mobilya tasarımcısı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Detaylara ve zanaatkarlığa olan keskin gözle, Mark, tarzı işlevsellikle birleştiren mobilya parçaları tasarlıyor ve her parçanın herhangi bir mekanın güzelliğini artırmasını sağlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Müşteri destek uzmanı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex, müşterilerimizin kesintisiz bir deneyim yaşamasını sağlama konusunda kararlıdır ve herhangi bir soru veya endişeleriyle ilgili dikkatli destek ve yardım sunar.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">David Carter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Proje yöneticisi</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>David, her projeyi hassasiyet ve verimlilikle denetliyor, zaman çizelgelerinin karşılandığından ve her detayın konseptten tamamlanmaya kadar kusursuz bir şekilde uygulandığından emin oluyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satış müdürü</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia, müşterilerimize mükemmel hizmet sunmaya kendini adamıştır, onlara evleri için mükemmel mobilya ve dekor parçalarını bulmalarında rehberlik ediyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":339,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/05414bb38f179cc7c6969cbaf1b152e1-1.jpeg\" alt=\"\" class=\"wp-image-339\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emma Reynolds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pazarlama koordinatörü</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emma\'nın yaratıcı yeteneği ve tasarıma olan tutkusu, ürünlerimizi ve hizmetlerimizi sergilemek için etkileyici içerikler ve ilgi çekici kampanyalar oluştururken işinde parlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team-members/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:42:27\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:21;a:18:{s:2:\"ID\";i:334;s:7:\"site_id\";i:231214916;s:5:\"title\";s:8:\"Ekibimiz\";s:4:\"name\";s:8:\"our-team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10265:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Ekibimiz</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>İç mimar</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily, her biri müşterinin kişiliğini ve yaşam tarzını yansıtan benzersiz ve Kişisel alanlar yaratma konusunda uzmanlaşmış, iç mimarlıkta on yılı aşkın bir deneyim getiriyor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mobilya tasarımcısı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Detaylara ve zanaatkarlığa olan keskin gözle, Mark, tarzı işlevsellikle birleştiren mobilya parçaları tasarlıyor ve her parçanın herhangi bir mekanın güzelliğini artırmasını sağlıyor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Müşteri destek uzmanı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex, müşterilerimizin kesintisiz bir deneyim yaşamasını sağlama konusunda kararlıdır ve herhangi bir soru veya endişeleriyle ilgili dikkatli destek ve yardım sunar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satış müdürü</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia, müşterilerimize mükemmel hizmet sunmaya kendini adamıştır, onlara evleri için mükemmel mobilya ve dekor parçalarını bulmalarında rehberlik ediyor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:62:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/our-team/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:43:04\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:22;a:18:{s:2:\"ID\";i:329;s:7:\"site_id\";i:231214916;s:5:\"title\";s:4:\"Ekip\";s:4:\"name\";s:4:\"team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4877:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Markamızın arkasındaki tutkulu ekiple tanışın</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":325,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:45:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:23;a:18:{s:2:\"ID\";i:327;s:7:\"site_id\";i:231214916;s:5:\"title\";s:9:\"Hakkında\";s:4:\"name\";s:5:\"about\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6649:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":462,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/girls-in-the-hills-3.jpg\" alt=\"\" class=\"wp-image-462\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Benimse<br>sürdürülebilir moda</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Moda, gezegenimize olduğu kadar gardırobunuza da nazik olmalı diye düşünüyoruz. Sürdürülebilirlik ve çevresel sorumluluğa olan bağlılığımızla, şık ve çevre dostu giysilerden oluşan bir koleksiyon oluşturuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">%100</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Çevre dostu ambalaj</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">75%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Geridönüşümlü malzemeler</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">80%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Daha az su kullanımı</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">%100</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Organik pamuk</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"9px\"} -->\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:59:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:31:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:24;a:18:{s:2:\"ID\";i:322;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Başlık ve görsellerle ilgili\";s:4:\"name\";s:29:\"about-with-heading-and-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4908:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Şık ve çevre dostu moda, organik kumaşlar ve geri dönüştürülmüş malzemelerle özenle tasarlandı.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":323,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f3b0161d47e4ada886ef5f69d0637ddd.jpeg\" alt=\"\" class=\"wp-image-323\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":325,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":324,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f554dfb297c4824916eb82ee70a3d942.jpeg\" alt=\"\" class=\"wp-image-324\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about-with-heading-and-images/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:38:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:25;a:18:{s:2:\"ID\";i:319;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Açıklamalarla Liste\";s:4:\"name\";s:4:\"data\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10273:\"<!-- wp:group {\"metadata\":{\"name\":\"Data list\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"color\":\"var:preset|color|theme-4\",\"width\":\"1px\"},\"right\":[],\"bottom\":[],\"left\":[]},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-color:var(--wp--preset--color--theme-4);border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">18 yaş</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pazarda 18 yıldır varız ve müşterilerimize deneyimimizin önemli olduğunu kanıtladık.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">54 ülke</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">5 kıtada 54 ülkede pazar payıyla dünya çapında bulunuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">98 bin kullanıcı</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Yüksek düzeyde etkileşim ve benimsemeyle neredeyse 100 bin aktif kullanıcımız var.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"color\":[],\"border\":{\"radius\":\"0px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"border-radius:0px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">$12M gelir</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2023 yılında 12 milyon doların üzerinde gelir elde ettik ve endüstrimizde lider konumdayız.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/data/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:33:26\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:26;a:18:{s:2:\"ID\";i:317;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Sol tarafında görsel olan uzun içerik\";s:4:\"name\";s:28:\"tall-content-with-image-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4119:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Yeşil bir yaşam tarzına bağlı</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Bizim tutkumuz, yerel kaynaklı, organik ve sürdürülebilir ürünlerle dikkatli anlar yaratmaktır. Biz bir mağaza olmaktan daha fazlasıyız; biz, premium kaliteden ödün vermeyen, topluluk odaklı, çevre dostu bir yaşam tarzına giden yolunuzuz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Bize katıl</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-left/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:06:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:27;a:18:{s:2:\"ID\";i:315;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"İki sütunlu metin bölümleri\";s:4:\"name\";s:24:\"two-column-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4024:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sürdürülebilirliğe bağlılık</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Etik kaynak kullanımı, yaptığımız her şeyin önceliğidir. Organik ve geri dönüştürülmüş malzemelerin giysilerimizde ve aksesuarlarımızda kullanılmasına öncelik vererek sürdürülebilir modayı desteklemekten gurur duyuyoruz. Adil ticaret girişimlerini destekleyerek ve şeffaf tedarik zincirlerini koruyarak, her bir parçanın etik uygulamalara olan taahhüdümüzü sürdürmesini sağlıyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kalite ve Zanaatkarlık</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Zamansız parçalar yaratmaya kendimizi adadık. Koleksiyonumuzdaki her giysi ve aksesuar, kalite ve işçiliğe olan sarsılmaz bağlılığımızın bir kanıtıdır. Yalnızca en kaliteli malzemeleri kullanmakla kalmıyor, aynı zamanda yaratım sürecinin her aşamasında titiz bir detaylara dikkat gösteriyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:16:22\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:28;a:18:{s:2:\"ID\";i:313;s:7:\"site_id\";i:231214916;s:5:\"title\";s:38:\"Sağda görsel ızgarası olan içerik\";s:4:\"name\";s:36:\"content-with-grid-of-images-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5504:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Güzellik yaratmak</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zanaatkarlık sanatına adanmış durumdayız, her vazo titizlikle mükemmel bir şekilde hazırlanıyor. Detaylara olan tutkumuz ve kaliteye olan bağlılığımız her parçadan belli oluyor, bu da vazoların sadece işlevsel değil, gerçek birer sanat eseri olmasını sağlıyor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla bizim hakkımızda</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1-768x1024.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-grid-of-images-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:00\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:29;a:18:{s:2:\"ID\";i:311;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Sol çek, tam genişlikte görsel\";s:4:\"name\";s:25:\"pull-left-fullwidth-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3584:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Evimizin, sizin benzersiz tarzınızı ve kişiliğinizi yansıtması gerektiğine inanıyoruz. Kişisel ev gereçleri ve dekor parçalarından oluşan özenle hazırlanmış koleksiyonumuz, gerçekten sizin gibi hissettiren bir alan yaratmanıza yardımcı olmak için tasarlandı. Rahat mobilyalardan şık aksesuarlara, evinizi bir yuvaya dönüştürmek için ihtiyacınız olan her şeyi sunuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":63,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-house-chair-floor-window-1.jpg\" alt=\"\" class=\"wp-image-63\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-left-fullwidth-image/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:24:14\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:30;a:18:{s:2:\"ID\";i:309;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Sağa yaslanmış içerik\";s:4:\"name\";s:21:\"right-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3553:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Zamansız parçalar yaratmaya kendimizi adadık. Koleksiyonumuzdaki her giysi ve aksesuar, kaliteye ve zanaatkarlığa olan sarsılmaz bağlılığımızın bir kanıtıdır. Yalnızca en kaliteli malzemeleri kullanmakla kalmıyor, aynı zamanda yaratım sürecinin her aşamasında titiz bir detaylara dikkat gösteriyoruz. Dikişten son dokunuşlara kadar, ürünlerimiz dayanıklılık, uzun ömür ve zamansız zarafet yayacak şekilde düşünülerek tasarlandı. Bizimle alışveriş yaptığınızda, sadece şık değil, aynı zamanda uzun ömürlü olacak öğelere yatırım yaptığınızı bilerek güvenebilirsiniz; bu da yıllarca keyif ve kullanım sağlar. Moda sadece iyi görünmekle kalmamalı, aynı zamanda gezegen ve insanları için de iyi olmalı. Bu yüzden, giyim ve aksesuar endüstrisinin çevresel ve sosyal etkisini azaltmaya kendimizi adadık. Bizimle alışveriş yaptığınızda, satın alımınızın daha sürdürülebilir ve etik bir moda yaklaşımını desteklediğini bilerek kendinizi güvende hissedebilirsiniz; bu da dünyada olumlu bir fark yaratır.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/right-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:23:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:31;a:18:{s:2:\"ID\";i:306;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Büyük başlık sağda içerikle\";s:4:\"name\";s:39:\"large-heading-with-content-on-the-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3437:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">İstediğiniz gibi bir site</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:paragraph -->\n<p>Hoş geldin, sınırsız olanakların dünyasına, yolculuğun hedef kadar heyecan verici olduğu ve her anın varoluşun tuvaline iz bırakma fırsatı olduğu bir dünyaya. Tek sınırlama, hayal gücünün sınırlarıdır.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-heading-with-content-on-the-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:22:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:32;a:18:{s:2:\"ID\";i:303;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Sağda görsel olan uzun içerik\";s:4:\"name\";s:29:\"tall-content-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4099:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Olasılıklar dünyasını keşfedin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Evimizin, sizin benzersiz tarzınızı ve kişiliğinizi yansıtması gerektiğine inanıyoruz. Kişisel ev gereçleri ve dekor parçalarından oluşan özenle hazırlanmış koleksiyonumuz, gerçekten sizin gibi hissettiren bir alan yaratmanıza yardımcı olmak için tasarlandı. Rahat mobilyalardan şık aksesuarlara, evinizi bir yuvaya dönüştürmek için ihtiyacınız olan her şeyi sunuyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Bize katıl</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/54f708281f82831c082a1cf9d7b7faa9-1.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:58:41\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:33;a:18:{s:2:\"ID\";i:301;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Sağa yay, ağır metin\";s:4:\"name\";s:23:\"spread-right-heavy-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4047:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Hakkımızda</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Botanik güzellikler dünyasına adım at</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Yeşil şeylere olan tutkumuzla, doğanın güzelliklerini evinize getirmek için, yemyeşil yapraklardan egzotik çiçeklere kadar çeşitli bitki koleksiyonları sunuyoruz. İster deneyimli bir bitki ebeveyni olun, ister yeşil yolculuğunuza yeni başlamış olun, dostane ekibimiz mükemmel bitki arkadaşınızı bulmanıza yardımcı olmak için burada.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla bizim hakkımızda</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/spread-right-heavy-text/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:51\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:34;a:18:{s:2:\"ID\";i:299;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Başlık ile düğme ve metin\";s:4:\"name\";s:28:\"heading-with-button-and-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3883:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Olasılıklar dünyasını keşfedin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Evimizin, benzersiz tarzınızı ve kişiliğinizi yansıtması gerektiğine inanıyoruz. Kişisel ihtiyaçlarınız ve dekor parçalarınız için özenle seçilmiş koleksiyonumuz, gerçekten sizin gibi hissettiren bir alan yaratmanıza yardımcı olmak için tasarlandı.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Uzman tasarımcılarımız, vizyonunuzu hayata geçirmek için sizinle yakın bir şekilde çalışacak. Mobilya seçiminden renk düzenine kadar, her adımda size mükemmel konfor, işlevsellik ve estetik çekicilik dengesini sağlamanız için Profesyonel tavsiyeler ve rehberlik sunacağız.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-button-and-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:56:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:35;a:18:{s:2:\"ID\";i:297;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Sol hizalı içerik\";s:4:\"name\";s:22:\"left-aligned-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2874:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Varoluşun karmaşık dokusunda gezinirken, sürekli olarak seçeneklerle karşı karşıya kalırız, her biri olağanüstü bir şeye giden potansiyel bir yol. Bu, yaratıcılığın sınırları olmadığı, meraklı zihnin huzur bulduğu ve korkusuz kalbin keşfedilmemiş bölgeleri keşfettiği bir dünyadır. Bilginin peşinden gitmek, değişimi kucaklamak ve risk almaya istekli olmak sadece seçenekler değil, iyi yaşanmış bir hayat için temel bileşenlerdir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hoş geldin, sınırsız olanakların dünyasına, yolculuğun hedef kadar heyecan verici olduğu ve her anın varoluşun tuvaline iz bırakma fırsatı olduğu bir dünyaya. Tek sınırlama, hayal gücünün sınırlarıdır.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:54:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:36;a:18:{s:2:\"ID\";i:294;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Tam genişlikte görsel, içerik sağa çek\";s:4:\"name\";s:34:\"fullwidth-image-content-pull-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3093:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:image {\"id\":295,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/90731e071ce29177b55e394f139c6400.jpeg\" alt=\"\" class=\"wp-image-295\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Premium kulaklıklar ve ses aksesuarları için birinci sınıf destinasyonunuza hoş geldiniz. Keskin teknolojinin şık tasarımla buluştuğu, eşsiz bir dinleme deneyimi sunan özenle hazırlanmış koleksiyonumuza dalın. Kablosuz harikalardan gürültü engelleyici harikalara, her yaşam tarzına ve tercihe uygun mükemmel çifti bulabilirsiniz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-content-pull-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:53:49\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:37;a:18:{s:2:\"ID\";i:291;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"İçerik solda, görsel sağda\";s:4:\"name\";s:24:\"content-left-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3436:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":4,\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-small-font-size\">Hakkımızda</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Alanınızı yükseltin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Her mekâna zarafet katacak şık ev dekorasyon parçalarını özenle seçme konusunda uzmanız. Detaylara olan dikkatimiz ve kaliteye olan bağlılığımızla, evinize sofistike ve çekicilik katmayı hedefliyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla bizim hakkımızda</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":292,\"width\":\"521px\",\"height\":\"auto\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b7754a09d649f4fe4ae390a60df7b556.jpeg\" alt=\"\" class=\"wp-image-292\" style=\"object-fit:cover;width:521px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:40\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:38;a:18:{s:2:\"ID\";i:289;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Ortalanmış başlık ve düğme\";s:4:\"name\";s:27:\"centered-heading-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2672:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Olasılıklar dünyasını keşfedin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:49:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:39;a:18:{s:2:\"ID\";i:287;s:7:\"site_id\";i:231214916;s:5:\"title\";s:50:\"İçerik ve altında büyük görsel olan başlık\";s:4:\"name\";s:42:\"heading-with-content-and-large-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4117:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Benimse<br>sürdürülebilir moda</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla Keşfet</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Moda, gezegenimize olduğu kadar gardırobunuza da nazik olmalı diye düşünüyoruz. Sürdürülebilirlik ve çevresel sorumluluğa olan bağlılığımızla, şık ve çevre dostu giysilerden oluşan bir koleksiyon oluşturuyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Organik kumaşlardan geri dönüştürülmüş malzemelere, koleksiyonumuzdaki her parça gezegeni düşünerek özenle tasarlandı.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-content-and-large-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:48:30\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:40;a:18:{s:2:\"ID\";i:284;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"İki ortam sütunlu başlık\";s:4:\"name\";s:30:\"heading-with-two-media-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4443:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":285,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/e7e21c3e64f977311b55a59d66aec660.jpeg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Sürdürülebilirliğe bağlılık</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Misyonumuzun kalbinde sürdürülebilirliğe olan bağlılık yer alıyor. Yerel olarak yetiştirilen ürünleri temin ederek, ambalaj atıklarını en aza indirerek ve sürdürülebilir tarım yöntemlerini destekleyerek çevre dostu uygulamaları önceliklendiriyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Kalite ve tazelik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Her adımımız, titiz malzeme seçiminin yanı sıra katı standartlara uymak, kalitemize olan bağlılığımızı yansıtıyor. İlk hasattan bitmiş ürüne kadar, tazelik ve lezzet konusunda taviz vermeyen standartları koruyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-two-media-columns/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:47:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:41;a:18:{s:2:\"ID\";i:282;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Üç sütun özellikleriyle\";s:4:\"name\";s:27:\"three-columns-with-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4449:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sürdürülebilirliğe bağlılık</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Misyonumuzun kalbinde sürdürülebilirliğe olan bağlılık yer alıyor. Yerel olarak yetiştirilen ürünleri temin ederek, ambalaj atıklarını en aza indirerek ve sürdürülebilir tarım yöntemlerini destekleyerek çevre dostu uygulamaları önceliklendiriyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Kalite ve tazelik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Temelimizde mükemmelliği sunmaya kendimizi adadık. En iyi organik meyve ve sebzeleri seçerken büyük bir özen gösteriyoruz, optimal tazelik ve lezzeti garanti etmek için sıkı standartlara uyuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Topluluk katılımı</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Yerel çiftçilerle ortaklıklar kurmaktan topluluk etkinliklerine aktif katılıma kadar, gıda güvenliği, beslenme ve genel refah odaklı girişimleri desteklemeye derinden bağlıyız.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/three-columns-with-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:17:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:42;a:18:{s:2:\"ID\";i:279;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Dört görsel ızgara, içerik solda\";s:4:\"name\";s:35:\"four-image-grid-content-on-the-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5333:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Güzellik yaratmak</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zanaatkarlık sanatına adanmış durumdayız, her vazo titizlikle mükemmel bir şekilde hazırlanıyor. Detaylara olan tutkumuz ve kaliteye olan bağlılığımız her parçadan belli oluyor, bu da vazoların sadece işlevsel değil, gerçek birer sanat eseri olmasını sağlıyor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla bizim hakkımızda</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/four-image-grid-content-on-the-left/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:14\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:43;a:18:{s:2:\"ID\";i:277;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Başlık solda ve içerik sağda\";s:4:\"name\";s:30:\"heading-left-and-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3620:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">İstediğiniz gibi bir site</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Olasılıklar dünyasını keşfedin</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Evimizin, benzersiz tarzınızı ve kişiliğinizi yansıtması gerektiğine inanıyoruz. Kişisel ihtiyaçlarınız ve dekor parçalarınız için özenle seçilmiş koleksiyonumuz, gerçekten sizin gibi hissettiren bir alan yaratmanıza yardımcı olmak için tasarlandı.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uzman tasarımcılarımız, vizyonunuzu hayata geçirmek için sizinle yakın bir şekilde çalışacak. Mobilya seçiminden renk düzenine kadar, her adımda size mükemmel konfor, işlevsellik ve estetik çekicilik dengesini sağlamanız için Profesyonel tavsiyeler ve rehberlik sunacağız.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-left-and-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:41:54\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:44;a:18:{s:2:\"ID\";i:275;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"İçerik solda, görsel sağda\";s:4:\"name\";s:29:\"content-left-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3489:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bisiklet hayallerinin uçuşa geçtiği yer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pedal gücüyle maceralara tutkulu, hevesli bisikletçiler tarafından kurulan bir şirketiz. Her seviyeden sürücüye en kaliteli bisikletler, aksesuarlar ve uzman tavsiyeleri sunmaya kendimizi adadık.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla Keşfet</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":70,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:40:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:45;a:18:{s:2:\"ID\";i:269;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Görsel ve altında iki sütun olan başlık\";s:4:\"name\";s:40:\"heading-with-image-and-two-columns-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4974:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">İstediğiniz gibi bir site</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":270,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/bc60cf21a37262b760535f0448a60acf-1.jpeg\" alt=\"\" class=\"wp-image-270\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"420px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Seramik atölyemizde yaratıcılığınızı serbest bırakın</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Bize katılın ve kil şekillendirme sanatını keşfedeceğiniz bir pota atölyesine katılın. Deneyimli zanaatkarların tekniklerini öğrenin, yaratıcılığınızı serbest bırakın ve evinize götürmek için kendi benzersiz parçalarınızı yaratın. Tüm beceri seviyeleri için mükemmel!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Şimdi rezerve et</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-image-and-two-columns-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:35:10\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:46;a:18:{s:2:\"ID\";i:264;s:7:\"site_id\";i:231214916;s:5:\"title\";s:38:\"Aşağıda üç görsel olan başlık.\";s:4:\"name\";s:31:\"heading-with-three-images-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4817:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Fonksiyonun ötesinde: vazolar sanat eserleri olarak</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Zanaatkarlık sanatına adanmış durumdayız, her vazo titizlikle mükemmel bir şekilde hazırlanıyor. Detaylara olan tutkumuz ve kaliteye olan bağlılığımız her parçadan belli oluyor, bu da vazoların sadece işlevsel değil, gerçek birer sanat eseri olmasını sağlıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":62,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-three-images-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:26:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:47;a:18:{s:2:\"ID\";i:261;s:7:\"site_id\";i:231214916;s:5:\"title\";s:59:\"Başlık, paragraf ve düğme içeren tam genişlikli kapak\";s:4:\"name\";s:50:\"full-width-cover-with-heading-paragraph-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4120:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\",\"id\":262,\"dimRatio\":50,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeight\":558,\"minHeightUnit\":\"px\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);min-height:558px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-262\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.67%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.67%\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-xx-large-font-size\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Tonunu bul</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"300px\"} -->\n<div style=\"height:300px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Özel güneş gözlüğü koleksiyonumuzu keşfedin, görünümünüzü yükseltmek ve gözlerinizi korumak için tasarlandı. Mükemmel çiftinizi bulun ve dünyayı yeni bir lensle görün.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:104:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/full-width-cover-with-heading-paragraph-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:23:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:48;a:18:{s:2:\"ID\";i:259;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Sol hizalı başlık ve düğme\";s:4:\"name\";s:30:\"left-aligned-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2644:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Hoş geldin, sınırsız olanakların olduğu bir dünyaya, yolculuğun hedef kadar heyecan verici olduğu bir dünyaya.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla Bilgi</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:20:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:49;a:18:{s:2:\"ID\";i:254;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Sol hizalı içerik\";s:4:\"name\";s:20:\"left-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3791:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-xx-large-font-size\">Bir dünya dolusu olanak</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Hoş geldin, sınırsız olanakların dünyasına, burada yolculuk varış noktası kadar heyecan verici ve her anın varoluşun tuvaline izini bırakma fırsatı olduğu bir yerdesin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Başlayın</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla Bilgi</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-23 14:32:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:50;a:18:{s:2:\"ID\";i:252;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Aşağıdaki geniş görsel ile sağa çek\";s:4:\"name\";s:32:\"pull-right-with-wide-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3930:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Macera dolu bir yolculuğa çık</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bu premium 3 vitesli bisikletle sokaklarda hızla geç. 80\'lerde Almanya\'da üretildi ve monte edildi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Alışverişe başla</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Keşfet koleksiyonu</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":70,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-right-with-wide-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:17:04\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:51;a:18:{s:2:\"ID\";i:249;s:7:\"site_id\";i:231214916;s:5:\"title\";s:47:\"İçerik ve düğme ile tam genişlikte görsel\";s:4:\"name\";s:39:\"fullwidth-image-with-content-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3792:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-fullwidth-image-with-content-and-button-2\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\",\"id\":250,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-250\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Vintage vinil hazineleri</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Zamana bir adım geri at ve vinil plakların melodilerine kapıl. Her bir plağın nostalji ve sihir dolu hikayeler anlattığı eklektik koleksiyonumuza dal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Vinyl plaklar satın al</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-with-content-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:15:23\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:52;a:18:{s:2:\"ID\";i:247;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Büyük sola hizalanmış başlık\";s:4:\"name\";s:26:\"large-left-aligned-heading\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2450:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-left-aligned-header-and-button\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Sonsuz fırsatlar ve bitmek bilmeyen potansiyel ile dolu bir dünya.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-left-aligned-heading/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:11:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:53;a:18:{s:2:\"ID\";i:244;s:7:\"site_id\";i:231214916;s:5:\"title\";s:45:\"İki sütunlu metin ile ortalanmış başlık\";s:4:\"name\";s:37:\"centered-heading-with-two-column-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4556:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/centered-heading-with-two-column-text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Hoş geldin eve</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">Başlayın</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Evimizin, sizin benzersiz tarzınızı ve kişiliğinizi yansıtması gerektiğine inanıyoruz. Kişisel ev gereçleri ve dekor parçalarından oluşan özenle hazırlanmış koleksiyonumuz, gerçekten sizin gibi hissettiren bir alan yaratmanıza yardımcı olmak için tasarlandı. Rahat mobilyalardan şık aksesuarlara, evinizi bir yuvaya dönüştürmek için ihtiyacınız olan her şeyi sunuyoruz.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Uzman tasarımcılarımız, vizyonunuzu hayata geçirmek için sizinle yakın bir şekilde çalışacak. Mobilya seçiminden renk düzenine kadar, her adımda size mükemmel konfor, işlevsellik ve estetik çekicilik dengesini sağlamanız için Profesyonel tavsiyeler ve rehberlik sunacağız.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:91:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-with-two-column-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:08:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:54;a:18:{s:2:\"ID\";i:243;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"İki sütun, görsel ve içerik ile\";s:4:\"name\";s:35:\"two-column-with-image-and-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3553:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Yeşilliğinizi yükseltin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bitkilerinizi, iç ve dış mekanlarınıza neşe katmak için özenle hazırlanmış, harika seramik saksılarımızla güzelleştirin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-with-image-and-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:02:00\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:55;a:18:{s:2:\"ID\";i:242;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Ortalanmış içerik\";s:4:\"name\";s:18:\"centered-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3626:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Macera dolu bir yolculuğa çık</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-center\">Macera tutkunuzu ateşleyecek yüksek kaliteli bisikletler için nihai hedefinize hoş geldiniz. İster sıradan bir sürücü olun, ister dağ bisikleti meraklısı, ister yol bisikleti profesyoneli, çeşitli bisiklet yelpazemiz sürüş deneyiminizi yükseltmeyi vaat ediyor. Her bisiklet, keskin teknoloji ve üstün zanaatkarlığı birleştirerek hassasiyetle tasarlandı.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Koleksiyonumuzu keşfedin</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:06:53\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:56;a:18:{s:2:\"ID\";i:241;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Düğmeli ve tam genişlikte görsel içeren içerik\";s:4:\"name\";s:41:\"content-with-button-and-fullwidth-image-3\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3630:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"0\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:0;padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Arkanıza yaslanın ve rahatlayın</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Yaşam alanınızı yükseltmek için geniş bir tasarımcı sandalye yelpazesi ile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\",\"id\":231,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-231\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:95:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-button-and-fullwidth-image-3/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:58:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:57;a:18:{s:2:\"ID\";i:239;s:7:\"site_id\";i:231214916;s:5:\"title\";s:61:\"Görselin üstüne yerleştirilmiş sola hizalanmış içerik\";s:4:\"name\";s:43:\"left-aligned-content-overlaid-on-an-image-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3570:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\",\"id\":79,\"dimRatio\":30,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.45,\"y\":0.19},\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-79\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\" style=\"object-position:45% 19%\" data-object-fit=\"cover\" data-object-position=\"45% 19%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|80\"} -->\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\",\"wideSize\":\"960px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Başka hiçbir şeye benzemiyor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#fefefe;margin-bottom:var(--wp--preset--spacing--30)\">En son nesil yüksek kaliteli kulaklıklarımızla müziğinizi daha önce hiç olmadığı gibi deneyimleyin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons alignwide\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:97:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/left-aligned-content-overlaid-on-an-image-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:42:03\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:58;a:18:{s:2:\"ID\";i:235;s:7:\"site_id\";i:231214916;s:5:\"title\";s:56:\"Görselin üzerine yerleştirilmiş ortalanmış içerik\";s:4:\"name\";s:44:\"fullwidth-image-with-call-to-action-overlaid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3495:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\",\"id\":237,\"dimRatio\":20,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull has-text-color has-link-color\" style=\"color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-237\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"580px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Ritmini bul</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#fefefe\">Müzikal bir maceraya atıl, her akor uyuma doğru bir adım. Her şekil, boyut ve melodiye sahip gitarları keşfet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Keşfet koleksiyonu</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-image-with-call-to-action-overlaid/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:24:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:59;a:18:{s:2:\"ID\";i:224;s:7:\"site_id\";i:231214916;s:5:\"title\";s:51:\"Arka plan görüntüsü ile tam genişlikte içerik\";s:4:\"name\";s:39:\"fullwidth-content-with-background-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2663:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\",\"id\":222,\"dimRatio\":0,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeightUnit\":\"vh\",\"isDark\":false,\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-222\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"xx-large\"} -->\n<p class=\"has-text-align-center has-xx-large-font-size\">Hikayeni Yarat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Binlerce hikayenin yolculuğunun başladığı yere hoş geldin. Yazmanın dönüştürücü gücünü kucakla ve sesinin zaman sayfalarında yankılanmasına izin ver. Bize katıl ve hayal gücünü gerçeğe dönüştür.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Daha Fazla Keşfet</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-content-with-background-image/\";s:13:\"modified_date\";s:19:\"2024-07-24 11:18:13\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:60;a:18:{s:2:\"ID\";i:208;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Küçük İndirim Afişi ile Görsel\";s:4:\"name\";s:32:\"small-discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2296:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/small-discount-banner-with-image\",\"name\":\"Small Discount Banner with Image\"},\"style\":{\"color\":{\"background\":\"#fcf8e1\"},\"spacing\":{\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns has-background\" style=\"background-color:#fcf8e1;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"padding\":{\"left\":\"25px\",\"top\":\"25px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;padding-top:25px;padding-left:25px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1\",\"fontSize\":\"30px\"}}} -->\n<p style=\"font-size:30px;font-style:normal;font-weight:300;line-height:1\"><em>Sandalyeler</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#74227b\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:30px;font-style:normal;font-weight:300;line-height:0\"><em>from</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#74227b\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"900\",\"fontSize\":\"52px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:52px;font-style:normal;font-weight:900;line-height:1.2\"><a href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">$149</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/small-discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-11-06 17:35:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:61;a:18:{s:2:\"ID\";i:206;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Fiyata Göre Alışveriş Yap\";s:4:\"name\";s:13:\"shop-by-price\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11112:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/shop-by-price\",\"name\":\"Shop by Price\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#e09300\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"blockGap\":\"0em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"is-light has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e09300\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Başlık yaz...\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">En Yüksek</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">değerlendirilmiş</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?rating_filter=5\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Açık Alan Mobilyaları &amp; Aksesuarları</strong></a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#6f64f1\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#6f64f1\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Başlık yaz...\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">Altında</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">$15</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=15\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Yaz Yemekleri</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#c1d21c\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#c1d21c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Başlık yaz...\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">Altında</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">$25</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=25\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Kadın Tarzları</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#10ca99\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#10ca99\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Başlık yaz...\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">Altında</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">$20</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=20\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Çocuk Tarzları</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/shop-by-price/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:41:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:62;a:18:{s:2:\"ID\";i:204;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Ürün Liste\'si ile Tam Ürün Açıklaması\";s:4:\"name\";s:42:\"product-list-with-full-product-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3327:\"<!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-full-product-description\",\"name\":\"Product List with Full Product Description\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-sku {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-full-product-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:63;a:18:{s:2:\"ID\";i:202;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"1:1 Görseller ile Ürün Liste\";s:4:\"name\";s:27:\"product-list-with-11-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2452:\"<!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-1-1-images\",\"name\":\"Product List with 1:1 Images\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-11-images/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:64;a:18:{s:2:\"ID\";i:200;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Minimal Ürün Liste\";s:4:\"name\";s:20:\"minimal-product-list\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2078:\"<!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-minimal-product-list\",\"name\":\"Minimal Product List\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-product-list/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:65;a:18:{s:2:\"ID\";i:198;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"4-Sütun Ürün Satırı\";s:4:\"name\";s:20:\"4-column-product-row\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2035:\"<!-- wp:query {\"queryId\":10,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-4-column-product-row\",\"name\":\"4-Column Product Row\"},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/4-column-product-row/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:06\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:66;a:18:{s:2:\"ID\";i:192;s:7:\"site_id\";i:231214916;s:5:\"title\";s:41:\"Galeri ve Açıklama ile Ürün Listeleme\";s:4:\"name\";s:44:\"product-listing-with-gallery-and-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7361:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-listing-with-gallery-and-description\",\"name\":\"Product Listing with Gallery and Description\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"60px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":{\"top\":\"1.5rem\",\"left\":\"1.5rem\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"15%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80px\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:0;flex-basis:15%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":193,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/desk-table-wood-chair-floor-home-square.png\" alt=\"\" class=\"has-border-color wp-image-193\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":194,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-1.png\" alt=\"\" class=\"has-border-color wp-image-194\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":195,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-home-living-room-furniture-room-square.png\" alt=\"\" class=\"has-border-color wp-image-195\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:image {\"id\":196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-chair-floor-living-room-furniture-vertical.png\" alt=\"\" class=\"wp-image-196\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"foreground\"} -->\n<h2 class=\"wp-block-heading has-foreground-color has-text-color\" style=\"font-size:48px;font-style:normal;font-weight:700\">Desenli Dikey, Turuncu ve Beyaz, Ahşap Ayaklar</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"textColor\":\"luminous-vivid-amber\"} -->\n<p class=\"has-luminous-vivid-amber-color has-text-color\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:0.7em\">\n				<strong>4.2</strong>(1,079 inceleme)\n			</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:1.2em\">\n				<strong><sup><sub>$</sub></sup>37.49</strong>\n			</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#7c0a99\"}}} -->\n<p class=\"has-text-color\" style=\"color:#7c0a99;font-size:0.7em\">10 $ tasarruf et <s>47,49 $\'dı</s></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:18px\">Sağlığınızı düşünerek tasarlanan bu sandalye, uzun süre otururken sırtınızdaki gerginliği azaltmaya yardımcı olan olağanüstü bel desteği sunan konturlu bir sırt dayanağına sahiptir. Ayarlanabilir yükseklik ve eğim mekanizmaları, sandalyeyi tercih ettiğiniz oturma pozisyonuna özelleştirmenizi sağlar, böylece rahat ve verimli bir çalışma günü geçirirsiniz. Premium kumaşla kaplanmış ve çeşitli renklerde mevcut olan Harmony Ergonomik Sandalye, her odaya zarafet katıyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"80px\",\"right\":\"80px\"}},\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000;padding-right:80px;padding-left:80px\">Sepete Ekle</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} -->\n<p style=\"font-size:16px\">SKU 6355793</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-listing-with-gallery-and-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:33:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:67;a:18:{s:2:\"ID\";i:188;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Ürün Kahramanı\";s:4:\"name\";s:12:\"product-hero\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1616:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true,\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-single-product alignwide\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:40%\">\n			<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfSingleProductBlock\":true,\"height\":\"300px\"} /-->\n		</div>\n		<!-- /wp:column -->\n\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"60%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"650px\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:60%\">\n			<!-- wp:post-title {\"textAlign\":\"\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n			<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductBlock\":true} /-->\n\n			<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-button {\"isDescendentOfSingleProductBlock\":true} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-hero/\";s:13:\"modified_date\";s:19:\"2025-02-14 15:20:35\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:68;a:18:{s:2:\"ID\";i:186;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Öne Çıkan Ürünler 2 Sütunlar\";s:4:\"name\";s:27:\"featured-products-2-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2665:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-products-2-cols\",\"name\":\"Featured Products 2 Columns\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":8,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Hayranların favorileri</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sezona doğru bir başlangıç yapmak için hazır ol. En iyi fiyatta tüm hayranların favorileri bir arada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Her Şeyi Satın Al</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-2-columns/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:30:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:69;a:18:{s:2:\"ID\";i:182;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Ürün Detayları Deseni\";s:4:\"name\";s:23:\"product-details-pattern\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:8653:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-details-pattern\",\"name\":\"Product Details Pattern\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"40px\",\"bottom\":\"0\",\"left\":\"0px\"},\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:40px;padding-bottom:0;padding-left:0px\"><!-- wp:image {\"id\":183,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-home-living-room-furniture-room.png\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0.2em\",\"bottom\":\"0.2em\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0.2em;margin-bottom:0.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"5px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;padding-right:5px;padding-bottom:0px;padding-left:0px\"><!-- wp:image {\"id\":184,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-white-chair-floor-shelf-lamp-square-lg.png\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000\">Lüks Kömür Grisi Kapitone Kanepe</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fcb900\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fcb900\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><strong>4.2</strong>(1,079 inceleme)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:1.2em\"><strong><sup><sub>$</sub></sup>158.99</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><s>173,99 $\'dı</s></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#C51313\"}}} -->\n<p class=\"has-text-color\" style=\"color:#C51313;font-size:0.7em\"><strong>%9 indirim</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"5px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:5px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#00A510\"},\"typography\":{\"fontSize\":\"0.7em\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#00A510;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:0.7em\"><strong>Ücretsiz 2-Gün Kargo</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\">Modern Zarafet: Lüks Kömür Grisi Döşemeli Kanepe\" stil ve konforu bir araya getirerek yaşam alanınızı yeniden tanımlıyor. Bu muhteşem parça, yumuşak, yüksek yoğunluklu sünger minderlerle tasarlandı ve dokunuşu davetkar şekilde yumuşak olan zengin kömür grisi bir kumaşla kaplandı. Temiz hatları ve çağdaş silueti, sağlam ahşap çerçeve ile tamamlanarak her ev dekoruna dayanıklı ama şık bir katkı sağlıyor. İster dinleniyor ister misafir ağırlıyor olun, bu kanepe eşsiz bir konfor ve kusursuz bir şıklık sunuyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Sepete Ekle</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Özellikler</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"color\":{\"text\":\"#000000\"}},\"className\":\"has-foreground-color\"} -->\n<ul style=\"color:#000000;margin-top:10px;margin-right:0;margin-bottom:0;margin-left:0\" class=\"wp-block-list has-foreground-color has-text-color\"><!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Üst rafın ağırlık kapasitesi 100 lbs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Çekmece ağırlık kapasitesi 50 lbs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Ağırlık ve Boyutlar</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}},\"backgroundColor\":\"background\",\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:0.7em\"><table class=\"has-background-background-color has-text-color has-background\" style=\"color:#000000\"><tbody><tr><td>Toplam</td><td>36.5\'\' Y X 40\'\' G X 20\'\' D</td></tr><tr><td>Çekmece İçi</td><td>2\'\' Y X 29.25\'\' G X 12.5\'\' D</td></tr><tr><td>Tezgah</td><td>40\'\' G X 20\'\' D</td></tr><tr><td>Tezgah Thickness</td><td>0.7\'\' Y</td></tr><tr><td>Toplam Product Weight</td><td>39.6 lb.</td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-pattern/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:29:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:70;a:18:{s:2:\"ID\";i:180;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Ürün Detayları Ürün Listesi\";s:4:\"name\";s:31:\"product-details-product-listing\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1582:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true} -->\n<div class=\"wp-block-woocommerce-single-product\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column -->\n		<div class=\"wp-block-column\">\n			<!-- wp:post-featured-image {\"height\":\"490px\"} /-->\n\n			<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-rating-stars {\"isDescendentOfSingleProductBlock\":true,\"textColor\":\"luminous-vivid-amber\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} /-->\n				<!-- wp:woocommerce/product-average-rating {\"style\":{\"typography\":{\"fontWeight\":\"600\",\"fontSize\":\"14px\"}}} /-->\n				<!-- wp:woocommerce/product-rating-counter {\"isDescendentOfSingleProductBlock\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"14px\"}}} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"x-large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n			<!-- wp:woocommerce/product-price {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true,\"style\":{\"typography\":{\"fontSize\":\"28px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n			<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-product-listing/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:28:16\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:71;a:18:{s:2:\"ID\";i:178;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Ürün Koleksiyonları En Yeni Gelenler\";s:4:\"name\";s:35:\"product-collections-newest-arrivals\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1995:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-newest-arrivals\",\"name\":\"Product Collections Newest Arrivals\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">En yeni gelenler</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Daha Fazla yeni ürün</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":6,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-newest-arrivals/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:26:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:72;a:18:{s:2:\"ID\";i:172;s:7:\"site_id\";i:231214916;s:5:\"title\";s:49:\"Ürün Koleksiyonları Öne Çıkan Koleksiyonlar\";s:4:\"name\";s:40:\"product-collections-featured-collections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4893:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collections\",\"name\":\"Product Collections Featured Collections\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#f3edd8\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#f3edd8;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">100$ altındaki teknoloji hediyeleri</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Teknoloji dükkanı</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":173,\"width\":\"140px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/technology-white-camera-photography-vintage-photographer.png\" alt=\"\" class=\"wp-image-173\" style=\"width:140px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":174,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/leather-guitar-typewriter-red-gadget-sofa.png\" alt=\"\" class=\"wp-image-174\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#d8f2f3\"}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#d8f2f3;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">Oyuncular için</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Mağaza sayfaları</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":175,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/music-technology-play-equipment-studio-gadget.png\" alt=\"\" class=\"wp-image-175\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":176,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/technology-joystick-gadget-console-games-playstation.png\" alt=\"\" class=\"wp-image-176\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collections/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:25:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:73;a:18:{s:2:\"ID\";i:169;s:7:\"site_id\";i:231214916;s:5:\"title\";s:46:\"Ürün Koleksiyonları Öne Çıkan Koleksiyon\";s:4:\"name\";s:39:\"product-collections-featured-collection\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4258:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collection\",\"name\":\"Product Collections Featured Collection\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#333333\"},\"spacing\":{\"padding\":{\"top\":\"1.3rem\",\"right\":\"1.3rem\",\"bottom\":\"1.3rem\",\"left\":\"1.3rem\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-columns alignwide has-white-color has-text-color has-background\" style=\"background-color:#333333;padding-top:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;padding-left:1.3rem\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-x-large-font-size\" style=\"color:#ffffff;font-style:normal;font-weight:700\">\n			Bu haftanın popüler ürünleri		</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"},\"color\":{\"background\":\"#484848\"},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"4px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group has-background\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#484848;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"4px\"},\"color\":\"#ffffff\",\"style\":\"solid\",\"width\":\"3px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-border-color\" style=\"border-color:#ffffff;border-style:solid;border-width:3px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"left\":\"20px\",\"bottom\":\"10px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontFamily\":\"system-font\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"16px\",\"textDecoration\":\"none\"},\"color\":{\"text\":\"#ffffff\"}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collection/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:74;a:18:{s:2:\"ID\";i:167;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Ürün Koleksiyonu Basit Izgara\";s:4:\"name\";s:30:\"product-collection-simple-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1725:\"<!-- wp:woocommerce/product-collection {\"queryId\":22,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-simple-grid\",\"name\":\"Product Collection Simple Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"1rem\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-simple-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:15\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:75;a:18:{s:2:\"ID\";i:165;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Ürün Koleksiyonu Satırları\";s:4:\"name\";s:23:\"product-collection-rows\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2524:\"<!-- wp:woocommerce/product-collection {\"queryId\":21,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"list\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-rows\",\"name\":\"Product Collection Rows\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"medium\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textColor\":\"luminous-vivid-amber\",\"fontSize\":\"medium\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"showMoreOnNewLine\":false,\"excerptLength\":23,\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-rows/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:22:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:76;a:18:{s:2:\"ID\";i:163;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Ürün Koleksiyonu Izgarası\";s:4:\"name\";s:23:\"product-collection-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1825:\"<!-- wp:woocommerce/product-collection {\"queryId\":20,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-grid\",\"name\":\"Product Collection Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"0.8rem\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:55\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:77;a:18:{s:2:\"ID\";i:161;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Ürün Koleksiyonu Tam Izgara\";s:4:\"name\";s:28:\"product-collection-full-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1984:\"<!-- wp:woocommerce/product-collection {\"queryId\":19,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-full-grid\",\"name\":\"Product Collection Full Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"fontSize\":\"medium\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"left\",\"width\":50,\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Sorgu hiçbir sonuç döndürmediğinde görüntülenecek metin veya blokları ekleyin.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-full-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:78;a:18:{s:2:\"ID\";i:158;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Ürün Koleksiyonu Afişi\";s:4:\"name\";s:25:\"product-collection-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3071:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-banner\",\"name\":\"Product Collection Banner\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffedf5\"}}} -->\n<div class=\"wp-block-columns alignwide has-background\" style=\"background-color:#ffedf5\"><!-- wp:column {\"width\":\"58%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:58%\"><!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/beach-landscape-sea-coast-nature-person.jpg\",\"id\":159,\"dimRatio\":20,\"customOverlayColor\":\"#9aacbd\",\"minHeight\":430,\"minHeightUnit\":\"px\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"right\":\"80px\",\"bottom\":\"80px\",\"left\":\"80px\"}}}} -->\n<div class=\"wp-block-cover is-light\" style=\"padding-top:80px;padding-right:80px;padding-bottom:80px;padding-left:80px;min-height:430px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#9aacbd\"></span><img class=\"wp-block-cover__image-background wp-image-159\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/beach-landscape-sea-coast-nature-person.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Başlık yaz...\",\"style\":{\"typography\":{\"fontSize\":\"40px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#ffffff\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-align-center has-text-color has-inter-font-family\" style=\"color:#ffffff;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;text-transform:uppercase\">Tatil için Yepyeni</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"22px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#000000\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-color has-inter-font-family\" style=\"color:#000000;font-size:22px;font-style:normal;font-weight:300;line-height:1.3\">Yeni tatil ürünleri koleksiyonumuzu inceleyin ve herkes için doğru hediyeyi bulun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#000000\"},\"border\":{\"radius\":\"100px\",\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:100px;color:#000000;background-color:#ff7179\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:19:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:79;a:18:{s:2:\"ID\";i:153;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Minimal Başlık\";s:4:\"name\";s:14:\"minimal-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1538:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-minimal\",\"name\":\"Minimal Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\",\"top\":\"24px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\" style=\"margin-top:0px;margin-bottom:0px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"always\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:68:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:14:02\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:80;a:18:{s:2:\"ID\";i:151;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Büyük Başlık Koyu\";s:4:\"name\";s:17:\"large-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2045:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large-dark\",\"name\":\"Large Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"1rem\",\"right\":\"1rem\",\"bottom\":\"1rem\",\"left\":\"1rem\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"className\":\"has-small-font-size\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/mini-cart {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"1rem\",\"left\":\"0px\",\"bottom\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1rem;padding-bottom:2rem;padding-left:0px\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:81;a:18:{s:2:\"ID\";i:149;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Büyük Başlık\";s:4:\"name\";s:12:\"large-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2444:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large\",\"name\":\"Large Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"left\":\"40px\",\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"wc-blocks-pattern-header-large wc-blocks-header-pattern\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-large wc-blocks-header-pattern\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:search {\"label\":\"\",\"showLabel\":false,\"placeholder\":\"Search\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:82;a:18:{s:2:\"ID\";i:147;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Temel Başlık Koyu\";s:4:\"name\";s:21:\"essential-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1885:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential-dark\",\"name\":\"Essential Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"2%\",\"bottom\":\"32px\",\"left\":\"2%\",\"top\":\"32px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern sticky-header has-background-color\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern sticky-header has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:2%;padding-bottom:32px;padding-left:2%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}},\"backgroundColor\":\"contrast-2\"} /-->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"overlayTextColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:83;a:18:{s:2:\"ID\";i:145;s:7:\"site_id\";i:231214916;s:5:\"title\";s:14:\"Temel Başlık\";s:4:\"name\";s:16:\"essential-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1298:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential\",\"name\":\"Essential Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-essential wc-blocks-header-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:70:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:84;a:18:{s:2:\"ID\";i:143;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Ortalanmış Başlık Menüsü\";s:4:\"name\";s:20:\"centered-header-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2534:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-centered-menu\",\"name\":\"Centered Header Menu\"},\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/centered-header-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:85;a:18:{s:2:\"ID\";i:141;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Menülerle alt bilgi\";s:4:\"name\";s:17:\"footer-with-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2915:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-3-menus\",\"name\":\"Footer with menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"className\":\"are-vertically-aligned-top\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"60%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"30%\",\"style\":{\"spacing\":{\"blockGap\":\"60px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:30%\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"56px\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:56px;margin-bottom:0;padding-right:0;padding-left:0\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">\n<a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> ile çalışıyor, <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile destekleniyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:08\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:86;a:18:{s:2:\"ID\";i:139;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"2 menülü koyu alt bilgi\";s:4:\"name\";s:24:\"footer-with-2-menus-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3706:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus-dark\",\"name\":\"Footer with 2 Menus Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:paragraph {\"textColor\":\"background\",\"fontSize\":\"medium\"} -->\n<p class=\"has-background-color has-text-color has-medium-font-size\"><strong>Topluluğumuza katıl</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Yeni ürünler ve indirimler hakkında bilgi edinin!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color has-link-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022\" şeklinde çevir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			<a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile oluşturuldu		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:87;a:18:{s:2:\"ID\";i:137;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"2 menülü alt bilgi\";s:4:\"name\";s:19:\"footer-with-2-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3054:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus\",\"name\":\"Footer with 2 Menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Topluluğumuza katıl</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Yeni ürünler ve indirimler hakkında bilgi edinin!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022\" şeklinde çevir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			<a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile oluşturuldu		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:73:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:01\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:88;a:18:{s:2:\"ID\";i:135;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Basit Menü ile Alt Bilgi\";s:4:\"name\";s:23:\"footer-with-simple-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2429:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-menu\",\"name\":\"Footer with Simple Menu\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"horizontal\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\"},\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n<a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> ile çalışıyor, <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile destekleniyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-simple-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:09:23\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:89;a:18:{s:2:\"ID\";i:133;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Basit alt bilgi koyu\";s:4:\"name\";s:18:\"simple-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2976:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-dark\",\"name\":\"Simple Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022\" şeklinde çevir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			<a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile oluşturuldu		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:08:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:90;a:18:{s:2:\"ID\";i:131;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"Basit alt bilgi\";s:4:\"name\";s:13:\"simple-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2524:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple\",\"name\":\"Simple Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022\" şeklinde çevir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			<a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile oluşturuldu		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:07:40\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:91;a:18:{s:2:\"ID\";i:129;s:7:\"site_id\";i:231214916;s:5:\"title\";s:22:\"Büyük Alt Bilgi Koyu\";s:4:\"name\";s:17:\"large-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4233:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large-dark\",\"name\":\"Large Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:site-logo /-->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"30px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Topluluğa katılın.</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yeni ürünler ve indirimler hakkında bilgi edinin!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"text_only\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color has-link-color\"><!-- wp:paragraph -->\n<p>@ 2024\" şeklinde çevir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p><em>\n			<a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile oluşturuldu		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:06:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:92;a:18:{s:2:\"ID\";i:125;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Büyük alt bilgi\";s:4:\"name\";s:12:\"large-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3637:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large\",\"name\":\"Large Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-large wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Topluluğa katılın.</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\">Yeni ürünler ve indirimler hakkında bilgi edin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}},\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.twitch.com\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n<a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> ile çalışıyor, <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> ile destekleniyor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:05:20\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:93;a:18:{s:2:\"ID\";i:119;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Öne Çıkan Ürünler: Taze ve Lezzetli\";s:4:\"name\";s:29:\"featured-products-fresh-tasty\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5125:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/sweet-organic-lemons.png\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Tatlı Organik Limon</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">$1.99\'dan itibaren</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fresh-organic-tomatoes.png\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Taze Organik Domates</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">$2.99\'dan itibaren</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":122,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fresh-lettuce-washed.png\" alt=\"\" class=\"wp-image-122\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Taze Marul (Yıkanmış)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">$0.99\'dan itibaren</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":123,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/russet-organic-potatoes.png\" alt=\"\" class=\"wp-image-123\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Russet Organik Patates</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">$1.49\'dan itibaren</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-fresh-tasty/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:47:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:94;a:18:{s:2:\"ID\";i:115;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Görsel ile İndirimli Banner\";s:4:\"name\";s:26:\"discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3285:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner-with-image\",\"name\":\"Discount Banner with Image\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#254094\"},\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center has-background\" style=\"background-color:#254094;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"350px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:15px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500;line-height:0\">kadar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.8\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.8\">%40 indirim</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"},\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;margin-bottom:40px;font-size:35px;font-style:normal;font-weight:300;line-height:0\">Ürünleri ara</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">Alışverişe başla</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"100px\",\"topRight\":\"10px\",\"bottomLeft\":\"10px\",\"bottomRight\":\"100px\"}}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\" style=\"border-top-left-radius:100px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:45:36\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:95;a:18:{s:2:\"ID\";i:113;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"İndirim afişi\";s:4:\"name\";s:15:\"discount-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2320:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner\",\"name\":\"Discount Banner\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"470px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"color\":{\"background\":\"#254094\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#254094;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500\">kadar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.1\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.1\">%40 indirim</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:35px;font-style:normal;font-weight:300\">Ürünleri ara</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">\nŞimdi alışveriş yap</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:69:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:39:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:96;a:18:{s:2:\"ID\";i:99;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Öne Çıkan Kategori Odak Noktası\";s:4:\"name\";s:22:\"feature-category-focus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1655:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-category-focus\",\"name\":\"Featured Category Focus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"right\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\",\"left\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)\"><!-- wp:image {\"id\":100,\"width\":\"469px\",\"height\":\"348px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-black-black-and-white-photograph-monochrome-photography.jpg\" alt=\"\" class=\"wp-image-100\" style=\"object-fit:cover;width:469px;height:348px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">Siyah beyaz yüksek kaliteli baskılar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px\">Mağaza baskıları</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:42:\"_woo_featured_selling\" şeklinde çevirin.\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/feature-category-focus/\";s:13:\"modified_date\";s:19:\"2024-07-18 16:17:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:97;a:18:{s:2:\"ID\";i:90;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Büyük Görsel Ürün Galerisi\";s:4:\"name\";s:27:\"large-image-product-gallery\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3144:\"<!-- wp:group {\"metadata\":{\"name\":\"Large Image Product Gallery\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"2/3\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:42:\"_woo_featured_selling\" şeklinde çevirin.\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/large-image-product-gallery/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:55:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:98;a:18:{s:2:\"ID\";i:83;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Ürün Koleksiyonu 3 Sütun\";s:4:\"name\";s:28:\"product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3351:\"<!-- wp:group {\"metadata\":{\"name\":\"Product Collection 3 Columns\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":26,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3},\"queryContextIncludes\":[\"collection\"],\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"3/5\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:42:\"_woo_featured_selling\" şeklinde çevirin.\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/product-collection-3-columns/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:35:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}}','on'),
(509,'recently_activated','a:0:{}','off'),
(511,'action_scheduler_migration_status','complete','auto'),
(512,'as_has_wp_comment_logs','no','on'),
(516,'kirki_notices','a:1:{s:15:\"discount_notice\";i:1;}','auto'),
(521,'woocommerce_admin_customize_store_completed','yes','auto'),
(545,'elementor_log','a:3:{s:32:\"7546a73e6a46e2e490503765af68e426\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-04-19 20:26:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:166:\"Elementor\\Core\\Files\\CSS\\Base::get_style_controls(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-19 20:26:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:166:\"Elementor\\Core\\Files\\CSS\\Base::get_style_controls(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:87:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/core/files/css/base.php\";s:4:\"line\";i:949;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:87:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/core/files/css/base.php\";s:7:\"\0*\0line\";i:949;}s:32:\"fb3fc728c5ff9b702a249253055fd9fd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-04-19 20:26:44\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:16;s:14:\"\0*\0times_dates\";a:16:{i:0;s:19:\"2025-04-19 20:26:44\";i:1;s:19:\"2025-04-19 20:26:45\";i:2;s:19:\"2025-04-19 20:26:50\";i:3;s:19:\"2025-04-19 20:27:04\";i:4;s:19:\"2025-04-19 20:27:11\";i:5;s:19:\"2025-04-19 20:27:11\";i:6;s:19:\"2025-04-19 20:28:20\";i:7;s:19:\"2025-04-19 20:28:58\";i:8;s:19:\"2025-04-19 20:29:20\";i:9;s:19:\"2025-04-19 20:30:43\";i:10;s:19:\"2025-04-19 20:30:49\";i:11;s:19:\"2025-04-19 20:30:56\";i:12;s:19:\"2025-04-19 20:31:56\";i:13;s:19:\"2025-04-19 20:33:18\";i:14;s:19:\"2025-04-19 20:33:22\";i:15;s:19:\"2025-04-19 20:33:23\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:104:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:4:\"line\";i:654;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:104:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:7:\"\0*\0line\";i:654;}s:32:\"e08dc8801dea680e1228c8c693f257ee\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-04-19 20:33:29\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:38:\"Trying to access array offset on false\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-19 20:33:29\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:38:\"Trying to access array offset on false\";s:4:\"file\";s:91:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:91:\"/home/okullar/public_html/hoteller/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;}}','off'),
(526,'category_children','a:0:{}','auto'),
(527,'elementor_library_category_children','a:0:{}','auto'),
(528,'product_brand_children','a:0:{}','auto'),
(530,'mphb_room_type_category_children','a:0:{}','auto'),
(531,'mphb_room_type_facility_children','a:0:{}','auto'),
(518,'MPHB_cache_data_prefix','1745094355','on'),
(533,'mphb_db_version','5.1.0','auto'),
(535,'woocommerce_demo_store_notice','This is a demo store for testing purposes &mdash; no orders shall be fulfilled.','on'),
(536,'woocommerce_shop_page_display','','on'),
(537,'woocommerce_category_archive_display','','on'),
(538,'woocommerce_default_catalog_orderby','menu_order','on'),
(539,'woocommerce_thumbnail_cropping','1:1','on'),
(540,'woocommerce_thumbnail_cropping_custom_width','4','on'),
(541,'woocommerce_thumbnail_cropping_custom_height','3','on'),
(542,'woocommerce_checkout_terms_and_conditions_checkbox_text','I have read and agree to the website [terms]','on'),
(543,'nav_menus_created_posts','a:0:{}','on'),
(549,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:7;s:3:\"all\";i:7;s:8:\"approved\";s:1:\"7\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'),
(551,'_site_transient_timeout_kirki_googlefont_names_cache','1745097996','off'),
(552,'_site_transient_kirki_googlefont_names_cache','a:1358:{i:0;s:6:\"Roboto\";i:1;s:9:\"Open Sans\";i:2;s:12:\"Noto Sans JP\";i:3;s:4:\"Lato\";i:4;s:10:\"Montserrat\";i:5;s:16:\"Roboto Condensed\";i:6;s:15:\"Source Sans Pro\";i:7;s:7:\"Poppins\";i:8;s:6:\"Oswald\";i:9;s:11:\"Roboto Mono\";i:10;s:7:\"Raleway\";i:11;s:9:\"Noto Sans\";i:12;s:6:\"Nunito\";i:13;s:6:\"Ubuntu\";i:14;s:7:\"PT Sans\";i:15;s:12:\"Merriweather\";i:16;s:11:\"Roboto Slab\";i:17;s:16:\"Playfair Display\";i:18;s:5:\"Inter\";i:19;s:5:\"Mukta\";i:20;s:5:\"Rubik\";i:21;s:19:\"Open Sans Condensed\";i:22;s:4:\"Lora\";i:23;s:12:\"Noto Sans KR\";i:24;s:9:\"Work Sans\";i:25;s:11:\"Nunito Sans\";i:26;s:12:\"Nanum Gothic\";i:27;s:9:\"Fira Sans\";i:28;s:8:\"PT Serif\";i:29;s:9:\"Quicksand\";i:30;s:13:\"Titillium Web\";i:31;s:13:\"Hind Siliguri\";i:32;s:10:\"Noto Serif\";i:33;s:5:\"Karla\";i:34;s:6:\"Barlow\";i:35;s:12:\"Noto Sans TC\";i:36;s:11:\"Inconsolata\";i:37;s:5:\"Heebo\";i:38;s:13:\"IBM Plex Sans\";i:39;s:14:\"Libre Franklin\";i:40;s:14:\"PT Sans Narrow\";i:41;s:17:\"Libre Baskerville\";i:42;s:6:\"Oxygen\";i:43;s:15:\"Source Code Pro\";i:44;s:5:\"Arimo\";i:45;s:5:\"Dosis\";i:46;s:12:\"Josefin Sans\";i:47;s:10:\"Bebas Neue\";i:48;s:6:\"Mulish\";i:49;s:5:\"Cabin\";i:50;s:7:\"Lobster\";i:51;s:6:\"Bitter\";i:52;s:11:\"EB Garamond\";i:53;s:5:\"Anton\";i:54;s:7:\"DM Sans\";i:55;s:14:\"Dancing Script\";i:56;s:16:\"Source Serif Pro\";i:57;s:6:\"Prompt\";i:58;s:5:\"Cairo\";i:59;s:17:\"Yanone Kaffeesatz\";i:60;s:12:\"Varela Round\";i:61;s:4:\"Hind\";i:62;s:4:\"Abel\";i:63;s:5:\"Kanit\";i:64;s:16:\"Barlow Condensed\";i:65;s:10:\"Fjalla One\";i:66;s:9:\"Comfortaa\";i:67;s:4:\"Arvo\";i:68;s:5:\"Exo 2\";i:69;s:8:\"Pacifico\";i:70;s:8:\"Overpass\";i:71;s:9:\"Maven Pro\";i:72;s:4:\"Teko\";i:73;s:17:\"Merriweather Sans\";i:74;s:18:\"Shadows Into Light\";i:75;s:4:\"Asap\";i:76;s:12:\"Indie Flower\";i:77;s:16:\"Signika Negative\";i:78;s:12:\"Noto Sans SC\";i:79;s:13:\"Abril Fatface\";i:80;s:8:\"Rajdhani\";i:81;s:19:\"Architects Daughter\";i:82;s:12:\"Hind Madurai\";i:83;s:9:\"Questrial\";i:84;s:18:\"Cormorant Garamond\";i:85;s:15:\"Saira Condensed\";i:86;s:10:\"Slabo 27px\";i:87;s:13:\"Noto Serif JP\";i:88;s:14:\"IBM Plex Serif\";i:89;s:9:\"Assistant\";i:90;s:6:\"Caveat\";i:91;s:19:\"Fira Sans Condensed\";i:92;s:9:\"Catamaran\";i:93;s:7:\"Manrope\";i:94;s:16:\"Permanent Marker\";i:95;s:13:\"Balsamiq Sans\";i:96;s:14:\"Nanum Myeongjo\";i:97;s:3:\"Exo\";i:98;s:11:\"Ubuntu Mono\";i:99;s:7:\"Tajawal\";i:100;s:6:\"Padauk\";i:101;s:7:\"Archivo\";i:102;s:12:\"Patrick Hand\";i:103;s:14:\"Archivo Narrow\";i:104;s:6:\"Domine\";i:105;s:7:\"Satisfy\";i:106;s:11:\"Secular One\";i:107;s:4:\"Play\";i:108;s:10:\"Zilla Slab\";i:109;s:4:\"Acme\";i:110;s:17:\"M PLUS Rounded 1c\";i:111;s:7:\"ABeeZee\";i:112;s:13:\"Alfa Slab One\";i:113;s:7:\"Spartan\";i:114;s:11:\"Public Sans\";i:115;s:10:\"Bree Serif\";i:116;s:7:\"Signika\";i:117;s:9:\"Amatic SC\";i:118;s:17:\"Noto Sans Display\";i:119;s:17:\"Gloria Hallelujah\";i:120;s:4:\"Jost\";i:121;s:9:\"Patua One\";i:122;s:21:\"Barlow Semi Condensed\";i:123;s:11:\"Staatliches\";i:124;s:11:\"Crete Round\";i:125;s:9:\"Righteous\";i:126;s:7:\"Sarabun\";i:127;s:8:\"Vollkorn\";i:128;s:11:\"Fredoka One\";i:129;s:15:\"Red Hat Display\";i:130;s:6:\"Cinzel\";i:131;s:5:\"Eczar\";i:132;s:6:\"Martel\";i:133;s:6:\"Cookie\";i:134;s:12:\"Chakra Petch\";i:135;s:13:\"Alegreya Sans\";i:136;s:11:\"Yantramanav\";i:137;s:10:\"Space Mono\";i:138;s:10:\"Antic Slab\";i:139;s:5:\"Amiri\";i:140;s:9:\"Courgette\";i:141;s:13:\"Space Grotesk\";i:142;s:7:\"Almarai\";i:143;s:9:\"M PLUS 1p\";i:144;s:11:\"Lobster Two\";i:145;s:13:\"IBM Plex Mono\";i:146;s:11:\"Great Vibes\";i:147;s:15:\"PT Sans Caption\";i:148;s:16:\"Ubuntu Condensed\";i:149;s:5:\"Tinos\";i:150;s:8:\"Alegreya\";i:151;s:13:\"Didact Gothic\";i:152;s:11:\"Encode Sans\";i:153;s:9:\"Gothic A1\";i:154;s:5:\"Prata\";i:155;s:16:\"DM Serif Display\";i:156;s:9:\"Russo One\";i:157;s:14:\"Kaushan Script\";i:158;s:21:\"Montserrat Alternates\";i:159;s:13:\"Archivo Black\";i:160;s:16:\"Frank Ruhl Libre\";i:161;s:8:\"Spectral\";i:162;s:12:\"Noticia Text\";i:163;s:5:\"Cardo\";i:164;s:12:\"Francois One\";i:165;s:10:\"Parisienne\";i:166;s:15:\"Old Standard TT\";i:167;s:7:\"Baloo 2\";i:168;s:5:\"Kalam\";i:169;s:11:\"Passion One\";i:170;s:16:\"Noto Kufi Arabic\";i:171;s:6:\"Changa\";i:172;s:10:\"Sacramento\";i:173;s:14:\"Asap Condensed\";i:174;s:11:\"Crimson Pro\";i:175;s:7:\"Rokkitt\";i:176;s:9:\"Cantarell\";i:177;s:13:\"Special Elite\";i:178;s:8:\"Orbitron\";i:179;s:9:\"Cormorant\";i:180;s:11:\"Paytone One\";i:181;s:17:\"Quattrocento Sans\";i:182;s:11:\"Concert One\";i:183;s:6:\"Cuprum\";i:184;s:5:\"Saira\";i:185;s:18:\"Pathway Gothic One\";i:186;s:12:\"Luckiest Guy\";i:187;s:13:\"Noto Serif TC\";i:188;s:7:\"Volkhov\";i:189;s:5:\"Chivo\";i:190;s:7:\"Handlee\";i:191;s:12:\"Josefin Slab\";i:192;s:5:\"Khand\";i:193;s:9:\"Ropa Sans\";i:194;s:7:\"PT Mono\";i:195;s:8:\"Faustina\";i:196;s:15:\"Sawarabi Mincho\";i:197;s:9:\"Titan One\";i:198;s:4:\"Itim\";i:199;s:4:\"Unna\";i:200;s:7:\"Gelasio\";i:201;s:10:\"News Cycle\";i:202;s:19:\"Playfair Display SC\";i:203;s:11:\"Philosopher\";i:204;s:12:\"Quattrocento\";i:205;s:9:\"Syncopate\";i:206;s:7:\"Sanchez\";i:207;s:14:\"Press Start 2P\";i:208;s:4:\"Mitr\";i:209;s:10:\"Poiret One\";i:210;s:5:\"Alata\";i:211;s:8:\"Vidaloka\";i:212;s:5:\"Monda\";i:213;s:10:\"Advent Pro\";i:214;s:6:\"Bungee\";i:215;s:13:\"Arima Madurai\";i:216;s:6:\"Neuton\";i:217;s:8:\"Playball\";i:218;s:4:\"Viga\";i:219;s:12:\"Noto Sans HK\";i:220;s:10:\"Yeseva One\";i:221;s:5:\"Ultra\";i:222;s:10:\"Yellowtail\";i:223;s:7:\"Taviraj\";i:224;s:20:\"Saira Semi Condensed\";i:225;s:25:\"Fira Sans Extra Condensed\";i:226;s:9:\"Marcellus\";i:227;s:5:\"Karma\";i:228;s:9:\"Tangerine\";i:229;s:9:\"Creepster\";i:230;s:7:\"Bangers\";i:231;s:13:\"Noto Serif KR\";i:232;s:10:\"Sigmar One\";i:233;s:15:\"Hammersmith One\";i:234;s:4:\"Sora\";i:235;s:4:\"Aleo\";i:236;s:8:\"Lusitana\";i:237;s:5:\"Alice\";i:238;s:5:\"Actor\";i:239;s:10:\"Gochi Hand\";i:240;s:10:\"El Messiri\";i:241;s:6:\"Arapey\";i:242;s:9:\"Istok Web\";i:243;s:15:\"Sawarabi Gothic\";i:244;s:4:\"Mali\";i:245;s:6:\"Neucha\";i:246;s:5:\"Gudea\";i:247;s:8:\"Merienda\";i:248;s:19:\"Nanum Gothic Coding\";i:249;s:13:\"DM Serif Text\";i:250;s:4:\"Ruda\";i:251;s:9:\"Fugaz One\";i:252;s:14:\"Homemade Apple\";i:253;s:16:\"Nanum Pen Script\";i:254;s:7:\"Adamina\";i:255;s:4:\"Jura\";i:256;s:6:\"Allura\";i:257;s:10:\"Carter One\";i:258;s:9:\"Recursive\";i:259;s:15:\"Cabin Condensed\";i:260;s:10:\"Lilita One\";i:261;s:9:\"BenchNine\";i:262;s:12:\"Bai Jamjuree\";i:263;s:13:\"Hind Vadodara\";i:264;s:11:\"Lexend Deca\";i:265;s:12:\"Marck Script\";i:266;s:13:\"Noto Serif SC\";i:267;s:8:\"Amaranth\";i:268;s:9:\"Economica\";i:269;s:9:\"Unica One\";i:270;s:4:\"Alef\";i:271;s:14:\"Pragati Narrow\";i:272;s:9:\"Palanquin\";i:273;s:13:\"Gentium Basic\";i:274;s:11:\"Mukta Malar\";i:275;s:5:\"Khula\";i:276;s:15:\"Julius Sans One\";i:277;s:18:\"IM Fell English SC\";i:278;s:3:\"Sen\";i:279;s:9:\"Rock Salt\";i:280;s:6:\"Armata\";i:281;s:7:\"Monoton\";i:282;s:10:\"Ramabhadra\";i:283;s:12:\"Abhaya Libre\";i:284;s:20:\"Nothing You Could Do\";i:285;s:10:\"Alex Brush\";i:286;s:9:\"Audiowide\";i:287;s:18:\"Gentium Book Basic\";i:288;s:12:\"Pontano Sans\";i:289;s:10:\"Tenor Sans\";i:290;s:6:\"Gruppo\";i:291;s:10:\"Bad Script\";i:292;s:7:\"Allerta\";i:293;s:13:\"Courier Prime\";i:294;s:15:\"Share Tech Mono\";i:295;s:7:\"Cousine\";i:296;s:8:\"Aclonica\";i:297;s:13:\"Reenie Beanie\";i:298;s:8:\"Pangolin\";i:299;s:11:\"Electrolize\";i:300;s:6:\"Varela\";i:301;s:9:\"Fira Code\";i:302;s:11:\"Kosugi Maru\";i:303;s:6:\"Rufina\";i:304;s:16:\"Sorts Mill Goudy\";i:305;s:12:\"Commissioner\";i:306;s:6:\"Sarala\";i:307;s:11:\"Oleo Script\";i:308;s:13:\"Black Ops One\";i:309;s:7:\"Arsenal\";i:310;s:7:\"Mate SC\";i:311;s:11:\"Martel Sans\";i:312;s:7:\"Mandali\";i:313;s:14:\"Rubik Mono One\";i:314;s:12:\"Red Hat Text\";i:315;s:8:\"Sriracha\";i:316;s:6:\"Damion\";i:317;s:5:\"Forum\";i:318;s:22:\"Shadows Into Light Two\";i:319;s:11:\"Cantata One\";i:320;s:4:\"Coda\";i:321;s:8:\"Suez One\";i:322;s:7:\"Lalezar\";i:323;s:8:\"Quantico\";i:324;s:9:\"Fira Mono\";i:325;s:4:\"Krub\";i:326;s:14:\"Bubblegum Sans\";i:327;s:5:\"Basic\";i:328;s:14:\"Black Han Sans\";i:329;s:23:\"IBM Plex Sans Condensed\";i:330;s:8:\"Mr Dafoe\";i:331;s:10:\"Changa One\";i:332;s:9:\"Italianno\";i:333;s:8:\"Michroma\";i:334;s:5:\"Laila\";i:335;s:12:\"Markazi Text\";i:336;s:4:\"Mada\";i:337;s:24:\"Annie Use Your Telescope\";i:338;s:8:\"Literata\";i:339;s:8:\"Boogaloo\";i:340;s:5:\"Jaldi\";i:341;s:7:\"Sintony\";i:342;s:7:\"Average\";i:343;s:8:\"Days One\";i:344;s:8:\"Six Caps\";i:345;s:4:\"Rasa\";i:346;s:8:\"Overlock\";i:347;s:12:\"Caveat Brush\";i:348;s:13:\"Overpass Mono\";i:349;s:6:\"Lexend\";i:350;s:9:\"Spinnaker\";i:351;s:13:\"Pinyon Script\";i:352;s:15:\"Berkshire Swash\";i:353;s:4:\"Yrsa\";i:354;s:7:\"Niramit\";i:355;s:8:\"Arizonia\";i:356;s:16:\"Alegreya Sans SC\";i:357;s:5:\"Chewy\";i:358;s:11:\"Bodoni Moda\";i:359;s:21:\"Encode Sans Condensed\";i:360;s:5:\"Antic\";i:361;s:6:\"Candal\";i:362;s:20:\"Fredericka the Great\";i:363;s:7:\"Blinker\";i:364;s:6:\"Rancho\";i:365;s:6:\"Judson\";i:366;s:8:\"Voltaire\";i:367;s:9:\"Shrikhand\";i:368;s:7:\"Norican\";i:369;s:9:\"Harmattan\";i:370;s:5:\"Pridi\";i:371;s:6:\"Glegoo\";i:372;s:7:\"Sansita\";i:373;s:6:\"Corben\";i:374;s:5:\"Kreon\";i:375;s:8:\"Lemonada\";i:376;s:21:\"Stint Ultra Condensed\";i:377;s:10:\"Squada One\";i:378;s:7:\"Kameron\";i:379;s:9:\"Enriqueta\";i:380;s:17:\"Noto Naskh Arabic\";i:381;s:13:\"Anonymous Pro\";i:382;s:6:\"Lateef\";i:383;s:8:\"Belgrano\";i:384;s:9:\"Reem Kufi\";i:385;s:5:\"VT323\";i:386;s:11:\"Hind Guntur\";i:387;s:14:\"Londrina Solid\";i:388;s:16:\"PT Serif Caption\";i:389;s:13:\"Bowlby One SC\";i:390;s:5:\"Bevan\";i:391;s:16:\"Darker Grotesque\";i:392;s:7:\"Aldrich\";i:393;s:5:\"Telex\";i:394;s:7:\"Knewave\";i:395;s:12:\"Cabin Sketch\";i:396;s:14:\"Palanquin Dark\";i:397;s:21:\"Covered By Your Grace\";i:398;s:5:\"Charm\";i:399;s:7:\"Niconne\";i:400;s:12:\"Leckerli One\";i:401;s:15:\"Allerta Stencil\";i:402;s:11:\"Coming Soon\";i:403;s:12:\"Arbutus Slab\";i:404;s:8:\"Graduate\";i:405;s:9:\"GFS Didot\";i:406;s:7:\"Castoro\";i:407;s:19:\"Mrs Saint Delafield\";i:408;s:12:\"Baskervville\";i:409;s:15:\"Holtwood One SC\";i:410;s:9:\"Rozha One\";i:411;s:20:\"Herr Von Muellerhoff\";i:412;s:21:\"Saira Extra Condensed\";i:413;s:17:\"Libre Caslon Text\";i:414;s:4:\"Mate\";i:415;s:11:\"Grand Hotel\";i:416;s:7:\"Trocchi\";i:417;s:17:\"Cinzel Decorative\";i:418;s:4:\"Syne\";i:419;s:5:\"Scada\";i:420;s:17:\"Just Another Hand\";i:421;s:15:\"Racing Sans One\";i:422;s:13:\"Gilda Display\";i:423;s:8:\"Capriola\";i:424;s:5:\"Amita\";i:425;s:7:\"Trirong\";i:426;s:6:\"Caudex\";i:427;s:8:\"Epilogue\";i:428;s:20:\"Noto Sans Devanagari\";i:429;s:10:\"Bowlby One\";i:430;s:5:\"Alike\";i:431;s:5:\"Magra\";i:432;s:6:\"Rambla\";i:433;s:6:\"Kristi\";i:434;s:5:\"Share\";i:435;s:3:\"Rye\";i:436;s:13:\"Alike Angular\";i:437;s:18:\"Nanum Brush Script\";i:438;s:3:\"Jua\";i:439;s:6:\"Delius\";i:440;s:9:\"Rochester\";i:441;s:6:\"Alatsi\";i:442;s:7:\"Lustria\";i:443;s:6:\"Athiti\";i:444;s:11:\"Mukta Vaani\";i:445;s:5:\"Copse\";i:446;s:11:\"Oranienbaum\";i:447;s:8:\"Coustard\";i:448;s:7:\"Biryani\";i:449;s:10:\"Yesteryear\";i:450;s:12:\"Marcellus SC\";i:451;s:11:\"Alegreya SC\";i:452;s:3:\"K2D\";i:453;s:12:\"Miriam Libre\";i:454;s:9:\"Amethysta\";i:455;s:7:\"Skranji\";i:456;s:4:\"Gugi\";i:457;s:9:\"Krona One\";i:458;s:15:\"Noto Sans Tamil\";i:459;s:10:\"Comic Neue\";i:460;s:6:\"Nobile\";i:461;s:11:\"Convergence\";i:462;s:9:\"Nixie One\";i:463;s:7:\"Pattaya\";i:464;s:5:\"Carme\";i:465;s:14:\"Seaweed Script\";i:466;s:12:\"Contrail One\";i:467;s:7:\"Suranna\";i:468;s:9:\"Fauna One\";i:469;s:9:\"Sunflower\";i:470;s:12:\"Average Sans\";i:471;s:19:\"Petit Formal Script\";i:472;s:18:\"Cedarville Cursive\";i:473;s:7:\"Podkova\";i:474;s:7:\"Belleza\";i:475;s:13:\"Bungee Inline\";i:476;s:3:\"NTR\";i:477;s:21:\"Big Shoulders Display\";i:478;s:14:\"JetBrains Mono\";i:479;s:6:\"Halant\";i:480;s:8:\"Do Hyeon\";i:481;s:13:\"Baloo Tamma 2\";i:482;s:18:\"Averia Serif Libre\";i:483;s:5:\"Amiko\";i:484;s:5:\"Allan\";i:485;s:6:\"Aladin\";i:486;s:6:\"Outfit\";i:487;s:14:\"Carrois Gothic\";i:488;s:8:\"BioRhyme\";i:489;s:7:\"Maitree\";i:490;s:16:\"Cormorant Infant\";i:491;s:7:\"Georama\";i:492;s:10:\"Kumbh Sans\";i:493;s:14:\"Calligraffitti\";i:494;s:3:\"Ovo\";i:495;s:7:\"Hanuman\";i:496;s:22:\"Mountains of Christmas\";i:497;s:16:\"Libre Barcode 39\";i:498;s:8:\"Wallpoet\";i:499;s:12:\"Merienda One\";i:500;s:14:\"Mr De Haviland\";i:501;s:5:\"Sofia\";i:502;s:15:\"La Belle Aurore\";i:503;s:7:\"Antonio\";i:504;s:8:\"Marmelad\";i:505;s:7:\"Molengo\";i:506;s:15:\"Stardos Stencil\";i:507;s:26:\"Encode Sans Semi Condensed\";i:508;s:10:\"Slabo 13px\";i:509;s:11:\"Spectral SC\";i:510;s:7:\"Rosario\";i:511;s:10:\"Jockey One\";i:512;s:11:\"Cutive Mono\";i:513;s:7:\"Qwigley\";i:514;s:12:\"Rammetto One\";i:515;s:13:\"STIX Two Text\";i:516;s:11:\"Metrophobic\";i:517;s:8:\"Mansalva\";i:518;s:12:\"Grandstander\";i:519;s:9:\"Hi Melody\";i:520;s:11:\"Oxygen Mono\";i:521;s:10:\"Schoolbell\";i:522;s:20:\"Monsieur La Doulaise\";i:523;s:6:\"Kosugi\";i:524;s:12:\"Raleway Dots\";i:525;s:6:\"Radley\";i:526;s:11:\"David Libre\";i:527;s:9:\"Bellefair\";i:528;s:7:\"Oxanium\";i:529;s:7:\"Esteban\";i:530;s:11:\"Short Stack\";i:531;s:9:\"Duru Sans\";i:532;s:15:\"Dela Gothic One\";i:533;s:7:\"Manjari\";i:534;s:9:\"Thasadith\";i:535;s:12:\"Averia Libre\";i:536;s:10:\"Kelly Slab\";i:537;s:6:\"Marvel\";i:538;s:6:\"Cambay\";i:539;s:10:\"Baloo Da 2\";i:540;s:8:\"Chonburi\";i:541;s:7:\"Sniglet\";i:542;s:15:\"IM Fell DW Pica\";i:543;s:4:\"Poly\";i:544;s:8:\"Mallanna\";i:545;s:9:\"Calistoga\";i:546;s:5:\"Cambo\";i:547;s:9:\"B612 Mono\";i:548;s:5:\"Farro\";i:549;s:7:\"Bentham\";i:550;s:6:\"Kurale\";i:551;s:21:\"Atkinson Hyperlegible\";i:552;s:10:\"Hepta Slab\";i:553;s:11:\"Proza Libre\";i:554;s:15:\"Shippori Mincho\";i:555;s:5:\"Lemon\";i:556;s:20:\"Dawning of a New Day\";i:557;s:8:\"Gabriela\";i:558;s:10:\"Poller One\";i:559;s:15:\"IM Fell English\";i:560;s:18:\"Noto Serif Display\";i:561;s:6:\"Andika\";i:562;s:14:\"Chelsea Market\";i:563;s:18:\"UnifrakturMaguntia\";i:564;s:7:\"Oregano\";i:565;s:13:\"Expletus Sans\";i:566;s:6:\"Zeyada\";i:567;s:12:\"Coda Caption\";i:568;s:21:\"Goudy Bookletter 1911\";i:569;s:21:\"ZCOOL QingKe HuangYou\";i:570;s:5:\"Mirza\";i:571;s:12:\"Bungee Shade\";i:572;s:6:\"Cutive\";i:573;s:12:\"Fanwood Text\";i:574;s:19:\"Noto Sans Malayalam\";i:575;s:6:\"Montez\";i:576;s:17:\"Noto Sans Mandaic\";i:577;s:9:\"Limelight\";i:578;s:12:\"Emilys Candy\";i:579;s:12:\"Cormorant SC\";i:580;s:9:\"Nova Mono\";i:581;s:22:\"Oleo Script Swash Caps\";i:582;s:14:\"Noto Sans Thai\";i:583;s:6:\"Megrim\";i:584;s:19:\"IM Fell Double Pica\";i:585;s:23:\"Waiting for the Sunrise\";i:586;s:21:\"Love Ya Like A Sister\";i:587;s:6:\"Quando\";i:588;s:8:\"Fahkwang\";i:589;s:7:\"Buenard\";i:590;s:7:\"Tillana\";i:591;s:7:\"Brawler\";i:592;s:12:\"Rouge Script\";i:593;s:19:\"Sue Ellen Francisco\";i:594;s:8:\"Urbanist\";i:595;s:14:\"Grenze Gotisch\";i:596;s:7:\"Katibeh\";i:597;s:8:\"Pompiere\";i:598;s:14:\"Give You Glory\";i:599;s:12:\"Happy Monkey\";i:600;s:12:\"Finger Paint\";i:601;s:12:\"Gravitas One\";i:602;s:12:\"Irish Grover\";i:603;s:11:\"Turret Road\";i:604;s:7:\"McLaren\";i:605;s:13:\"Source Sans 3\";i:606;s:5:\"Kadwa\";i:607;s:15:\"Original Surfer\";i:608;s:11:\"Azeret Mono\";i:609;s:14:\"Clicker Script\";i:610;s:13:\"ZCOOL XiaoWei\";i:611;s:11:\"Henny Penny\";i:612;s:16:\"Over the Rainbow\";i:613;s:14:\"Inknut Antiqua\";i:614;s:15:\"Euphoria Script\";i:615;s:8:\"Sarpanch\";i:616;s:10:\"Nova Round\";i:617;s:8:\"Homenaje\";i:618;s:11:\"Ceviche One\";i:619;s:9:\"Piazzolla\";i:620;s:5:\"Inder\";i:621;s:8:\"Ranchers\";i:622;s:13:\"Della Respira\";i:623;s:5:\"Dokdo\";i:624;s:8:\"Gurajada\";i:625;s:6:\"Galada\";i:626;s:16:\"Noto Sans Hebrew\";i:627;s:7:\"Timmana\";i:628;s:12:\"Sedgwick Ave\";i:629;s:12:\"Freckle Face\";i:630;s:15:\"Patrick Hand SC\";i:631;s:6:\"Praise\";i:632;s:4:\"Atma\";i:633;s:18:\"Major Mono Display\";i:634;s:7:\"Trykker\";i:635;s:11:\"Vast Shadow\";i:636;s:6:\"Livvic\";i:637;s:14:\"Mochiy Pop One\";i:638;s:15:\"Aguafina Script\";i:639;s:11:\"Vollkorn SC\";i:640;s:18:\"Big Shoulders Text\";i:641;s:11:\"Mukta Mahee\";i:642;s:7:\"DM Mono\";i:643;s:6:\"Rakkas\";i:644;s:10:\"Fondamento\";i:645;s:17:\"Noto Sans Kannada\";i:646;s:12:\"Antic Didone\";i:647;s:17:\"Cormorant Upright\";i:648;s:17:\"Noto Sans Bengali\";i:649;s:18:\"Tenali Ramakrishna\";i:650;s:10:\"Share Tech\";i:651;s:14:\"Baloo Thambi 2\";i:652;s:7:\"Anaheim\";i:653;s:10:\"Battambang\";i:654;s:10:\"Doppio One\";i:655;s:12:\"Vesper Libre\";i:656;s:6:\"Meddon\";i:657;s:16:\"Noto Sans Telugu\";i:658;s:6:\"Federo\";i:659;s:6:\"Tienne\";i:660;s:7:\"Baumans\";i:661;s:9:\"Road Rage\";i:662;s:3:\"Geo\";i:663;s:13:\"Mouse Memoirs\";i:664;s:10:\"Faster One\";i:665;s:7:\"Unkempt\";i:666;s:8:\"Codystar\";i:667;s:18:\"Chau Philomene One\";i:668;s:13:\"Ma Shan Zheng\";i:669;s:12:\"Metamorphous\";i:670;s:4:\"Sail\";i:671;s:17:\"Averia Sans Libre\";i:672;s:9:\"Kiwi Maru\";i:673;s:7:\"Peralta\";i:674;s:9:\"Yatra One\";i:675;s:12:\"Bellota Text\";i:676;s:10:\"Reggae One\";i:677;s:6:\"Ledger\";i:678;s:4:\"B612\";i:679;s:6:\"Lekton\";i:680;s:15:\"Walter Turncoat\";i:681;s:7:\"Caladea\";i:682;s:10:\"Aref Ruqaa\";i:683;s:10:\"Goblin One\";i:684;s:7:\"Frijole\";i:685;s:15:\"Baloo Chettan 2\";i:686;s:9:\"Balthazar\";i:687;s:15:\"Noto Sans Oriya\";i:688;s:8:\"Flamenco\";i:689;s:10:\"Prosto One\";i:690;s:17:\"Cherry Cream Soda\";i:691;s:7:\"Notable\";i:692;s:11:\"Odibee Sans\";i:693;s:20:\"Montserrat Subrayada\";i:694;s:8:\"Italiana\";i:695;s:8:\"Fraunces\";i:696;s:10:\"Readex Pro\";i:697;s:12:\"Headland One\";i:698;s:12:\"Crafty Girls\";i:699;s:9:\"Shojumaru\";i:700;s:4:\"Arya\";i:701;s:16:\"Bilbo Swash Caps\";i:702;s:5:\"Varta\";i:703;s:5:\"Eater\";i:704;s:12:\"Meera Inimai\";i:705;s:6:\"Numans\";i:706;s:5:\"Coiny\";i:707;s:6:\"Strait\";i:708;s:12:\"Lexend Zetta\";i:709;s:7:\"Orienta\";i:710;s:12:\"Cherry Swash\";i:711;s:9:\"Wendy One\";i:712;s:5:\"Elsie\";i:713;s:18:\"Noto Sans Gujarati\";i:714;s:10:\"Newsreader\";i:715;s:18:\"Noto Sans Gurmukhi\";i:716;s:17:\"Loved by the King\";i:717;s:16:\"Port Lligat Sans\";i:718;s:9:\"Fjord One\";i:719;s:7:\"Montaga\";i:720;s:7:\"Imprima\";i:721;s:6:\"Mohave\";i:722;s:18:\"Shippori Mincho B1\";i:723;s:15:\"Baloo Tammudu 2\";i:724;s:16:\"Port Lligat Slab\";i:725;s:5:\"Salsa\";i:726;s:13:\"RocknRoll One\";i:727;s:8:\"Amarante\";i:728;s:20:\"Encode Sans Expanded\";i:729;s:15:\"Sansita Swashed\";i:730;s:8:\"Shalimar\";i:731;s:10:\"MonteCarlo\";i:732;s:11:\"Trade Winds\";i:733;s:9:\"Stalemate\";i:734;s:12:\"Style Script\";i:735;s:7:\"Iceland\";i:736;s:5:\"Ranga\";i:737;s:13:\"Baloo Paaji 2\";i:738;s:4:\"Mako\";i:739;s:17:\"Carrois Gothic SC\";i:740;s:17:\"Delius Swash Caps\";i:741;s:10:\"Spicy Rice\";i:742;s:6:\"Shanti\";i:743;s:6:\"Fresca\";i:744;s:4:\"Mina\";i:745;s:8:\"Artifika\";i:746;s:18:\"The Girl Next Door\";i:747;s:23:\"Just Me Again Down Here\";i:748;s:5:\"Bilbo\";i:749;s:7:\"Pavanam\";i:750;s:9:\"Englebert\";i:751;s:11:\"Life Savers\";i:752;s:9:\"Scope One\";i:753;s:19:\"Averia Gruesa Libre\";i:754;s:11:\"Yusei Magic\";i:755;s:8:\"Wire One\";i:756;s:10:\"Charmonman\";i:757;s:5:\"Gaegu\";i:758;s:10:\"Bakbak One\";i:759;s:15:\"Lily Script One\";i:760;s:9:\"Kodchasan\";i:761;s:4:\"Asul\";i:762;s:12:\"Baloo Bhai 2\";i:763;s:11:\"Nova Square\";i:764;s:21:\"Libre Barcode 39 Text\";i:765;s:11:\"Bubbler One\";i:766;s:6:\"Gafata\";i:767;s:4:\"KoHo\";i:768;s:9:\"Dynalight\";i:769;s:6:\"Solway\";i:770;s:7:\"Goldman\";i:771;s:5:\"Voces\";i:772;s:14:\"Ruslan Display\";i:773;s:14:\"Delius Unicase\";i:774;s:26:\"Big Shoulders Stencil Text\";i:775;s:17:\"Cormorant Unicase\";i:776;s:7:\"Festive\";i:777;s:9:\"Corinthia\";i:778;s:11:\"Overlock SC\";i:779;s:7:\"Puritan\";i:780;s:10:\"Medula One\";i:781;s:25:\"Encode Sans Semi Expanded\";i:782;s:5:\"Vibur\";i:783;s:14:\"UnifrakturCook\";i:784;s:7:\"Slackey\";i:785;s:17:\"Noto Sans Sinhala\";i:786;s:11:\"Cantora One\";i:787;s:5:\"Tauri\";i:788;s:10:\"Engagement\";i:789;s:13:\"League Script\";i:790;s:14:\"Baloo Bhaina 2\";i:791;s:16:\"Ibarra Real Nova\";i:792;s:12:\"MuseoModerno\";i:793;s:8:\"Denk One\";i:794;s:10:\"Poor Story\";i:795;s:14:\"Akaya Kanadaka\";i:796;s:8:\"Kite One\";i:797;s:6:\"Chango\";i:798;s:7:\"Milonga\";i:799;s:7:\"Manuale\";i:800;s:6:\"Sarina\";i:801;s:10:\"Song Myung\";i:802;s:4:\"Buda\";i:803;s:8:\"Almendra\";i:804;s:18:\"Macondo Swash Caps\";i:805;s:12:\"Germania One\";i:806;s:30:\"Libre Barcode 39 Extended Text\";i:807;s:6:\"Besley\";i:808;s:5:\"Modak\";i:809;s:5:\"Stoke\";i:810;s:6:\"Kranky\";i:811;s:7:\"Paprika\";i:812;s:13:\"MedievalSharp\";i:813;s:20:\"IM Fell French Canon\";i:814;s:6:\"Habibi\";i:815;s:10:\"Sonsie One\";i:816;s:9:\"Yeon Sung\";i:817;s:14:\"Lovers Quarrel\";i:818;s:9:\"Nova Flat\";i:819;s:12:\"Gamja Flower\";i:820;s:11:\"DotGothic16\";i:821;s:16:\"Akaya Telivigala\";i:822;s:17:\"Libre Barcode 128\";i:823;s:10:\"Kulim Park\";i:824;s:8:\"Tomorrow\";i:825;s:7:\"Allison\";i:826;s:7:\"Bellota\";i:827;s:6:\"Ribeye\";i:828;s:8:\"Redacted\";i:829;s:13:\"Mystery Quest\";i:830;s:17:\"Saira Stencil One\";i:831;s:8:\"Ramaraja\";i:832;s:20:\"Zilla Slab Highlight\";i:833;s:16:\"Fontdiner Swanky\";i:834;s:20:\"Libre Caslon Display\";i:835;s:9:\"Cute Font\";i:836;s:5:\"Julee\";i:837;s:13:\"Sulphur Point\";i:838;s:8:\"Prociono\";i:839;s:7:\"Ephesis\";i:840;s:12:\"ZCOOL KuaiLe\";i:841;s:9:\"Margarine\";i:842;s:16:\"Londrina Outline\";i:843;s:5:\"Khmer\";i:844;s:6:\"Farsan\";i:845;s:7:\"Iceberg\";i:846;s:10:\"Lexend Exa\";i:847;s:4:\"Asar\";i:848;s:5:\"Inika\";i:849;s:14:\"Uncial Antiqua\";i:850;s:6:\"Nokora\";i:851;s:8:\"Rosarivo\";i:852;s:5:\"Dekko\";i:853;s:11:\"Lakki Reddy\";i:854;s:6:\"Sumana\";i:855;s:20:\"Stint Ultra Expanded\";i:856;s:11:\"Meie Script\";i:857;s:5:\"Fenix\";i:858;s:5:\"Kufam\";i:859;s:13:\"Croissant One\";i:860;s:11:\"Donegal One\";i:861;s:11:\"Vampiro One\";i:862;s:6:\"Chicle\";i:863;s:9:\"Rationale\";i:864;s:13:\"Fuzzy Bubbles\";i:865;s:23:\"IM Fell French Canon SC\";i:866;s:10:\"Single Day\";i:867;s:10:\"New Rocker\";i:868;s:11:\"Text Me One\";i:869;s:10:\"Pirata One\";i:870;s:9:\"Condiment\";i:871;s:10:\"Autour One\";i:872;s:20:\"Sree Krushnadevaraya\";i:873;s:8:\"Jomhuria\";i:874;s:16:\"Andika New Basic\";i:875;s:10:\"Cagliostro\";i:876;s:9:\"Simonetta\";i:877;s:7:\"Akronim\";i:878;s:6:\"Ruluko\";i:879;s:7:\"Petrona\";i:880;s:9:\"Kotta One\";i:881;s:18:\"IBM Plex Sans Thai\";i:882;s:7:\"Crushed\";i:883;s:8:\"Sancreek\";i:884;s:8:\"Gayathri\";i:885;s:5:\"Glory\";i:886;s:7:\"Rowdies\";i:887;s:16:\"Noto Sans Arabic\";i:888;s:6:\"Angkor\";i:889;s:9:\"Potta One\";i:890;s:14:\"Quintessential\";i:891;s:10:\"Rum Raisin\";i:892;s:18:\"Swanky and Moo Moo\";i:893;s:7:\"Stylish\";i:894;s:14:\"Be Vietnam Pro\";i:895;s:7:\"Nosifer\";i:896;s:14:\"Hachi Maru Pop\";i:897;s:7:\"Offside\";i:898;s:6:\"Piedra\";i:899;s:15:\"Redacted Script\";i:900;s:9:\"Kumar One\";i:901;s:9:\"Kavivanar\";i:902;s:8:\"Chilanka\";i:903;s:10:\"Eagle Lake\";i:904;s:29:\"Big Shoulders Stencil Display\";i:905;s:6:\"Griffy\";i:906;s:9:\"Wellfleet\";i:907;s:8:\"Underdog\";i:908;s:11:\"Inria Serif\";i:909;s:4:\"Moul\";i:910;s:5:\"Asset\";i:911;s:14:\"East Sea Dokdo\";i:912;s:15:\"Londrina Shadow\";i:913;s:20:\"IM Fell Great Primer\";i:914;s:6:\"Ruthie\";i:915;s:13:\"Bigelow Rules\";i:916;s:8:\"Zen Dots\";i:917;s:16:\"Scheherazade New\";i:918;s:12:\"Gemunu Libre\";i:919;s:5:\"Junge\";i:920;s:18:\"IM Fell DW Pica SC\";i:921;s:4:\"Sura\";i:922;s:14:\"Princess Sofia\";i:923;s:10:\"Barriecito\";i:924;s:11:\"Ruge Boogie\";i:925;s:10:\"Tulpen One\";i:926;s:7:\"Miniver\";i:927;s:6:\"Felipa\";i:928;s:5:\"Dorsa\";i:929;s:13:\"Sirin Stencil\";i:930;s:18:\"Noto Nastaliq Urdu\";i:931;s:6:\"Risque\";i:932;s:4:\"Gotu\";i:933;s:16:\"Elsie Swash Caps\";i:934;s:7:\"Tourney\";i:935;s:6:\"Barrio\";i:936;s:7:\"Yaldevi\";i:937;s:8:\"Gorditas\";i:938;s:8:\"WindSong\";i:939;s:9:\"Kantumruy\";i:940;s:9:\"Marko One\";i:941;s:14:\"Modern Antiqua\";i:942;s:14:\"Noto Sans Mono\";i:943;s:6:\"Spirax\";i:944;s:8:\"Chathura\";i:945;s:7:\"Content\";i:946;s:9:\"Redressed\";i:947;s:5:\"Combo\";i:948;s:7:\"Sahitya\";i:949;s:8:\"Monofett\";i:950;s:5:\"Bayon\";i:951;s:13:\"Maiden Orange\";i:952;s:8:\"Red Rose\";i:953;s:5:\"Mogra\";i:954;s:13:\"Mrs Sheppards\";i:955;s:7:\"Arbutus\";i:956;s:9:\"Jomolhari\";i:957;s:6:\"Kavoon\";i:958;s:12:\"Ravi Prakash\";i:959;s:11:\"Linden Hill\";i:960;s:13:\"Ribeye Marrow\";i:961;s:17:\"Kumar One Outline\";i:962;s:12:\"Brygada 1918\";i:963;s:11:\"Lexend Mega\";i:964;s:8:\"Joti One\";i:965;s:13:\"Rhodium Libre\";i:966;s:5:\"Molle\";i:967;s:11:\"Metal Mania\";i:968;s:10:\"Beth Ellen\";i:969;s:12:\"Diplomata SC\";i:970;s:8:\"Lancelot\";i:971;s:9:\"Romanesco\";i:972;s:16:\"Fascinate Inline\";i:973;s:9:\"Diplomata\";i:974;s:5:\"Stick\";i:975;s:23:\"Black And White Picture\";i:976;s:11:\"Almendra SC\";i:977;s:18:\"Noto Serif Bengali\";i:978;s:10:\"Devonshire\";i:979;s:11:\"Lexend Giga\";i:980;s:13:\"Glass Antiqua\";i:981;s:25:\"Libre Barcode 39 Extended\";i:982;s:12:\"Viaoda Libre\";i:983;s:12:\"Jolly Lodger\";i:984;s:8:\"Galdeano\";i:985;s:11:\"Bigshot One\";i:986;s:14:\"Kaisei Tokumin\";i:987;s:10:\"Inria Sans\";i:988;s:14:\"Zen Old Mincho\";i:989;s:22:\"Libre Barcode 128 Text\";i:990;s:14:\"Jim Nightshade\";i:991;s:8:\"Girassol\";i:992;s:15:\"Caesar Dressing\";i:993;s:10:\"Atomic Age\";i:994;s:16:\"Luxurious Script\";i:995;s:16:\"Baloo Bhaijaan 2\";i:996;s:7:\"Galindo\";i:997;s:11:\"Orelega One\";i:998;s:7:\"Peddana\";i:999;s:7:\"Revalia\";i:1000;s:6:\"Smythe\";i:1001;s:6:\"Koulen\";i:1002;s:15:\"Londrina Sketch\";i:1003;s:7:\"Dangrek\";i:1004;s:8:\"Srisakdi\";i:1005;s:23:\"Jacques Francois Shadow\";i:1006;s:9:\"Train One\";i:1007;s:15:\"GFS Neohellenic\";i:1008;s:5:\"Ewert\";i:1009;s:17:\"Noto Sans Myanmar\";i:1010;s:7:\"Plaster\";i:1011;s:14:\"Kirang Haerang\";i:1012;s:10:\"Keania One\";i:1013;s:6:\"Gupter\";i:1014;s:9:\"Bona Nova\";i:1015;s:15:\"Zen Maru Gothic\";i:1016;s:7:\"Bahiana\";i:1017;s:12:\"Purple Purse\";i:1018;s:23:\"IM Fell Great Primer SC\";i:1019;s:12:\"Kaisei Decol\";i:1020;s:14:\"Bungee Outline\";i:1021;s:12:\"Hanalei Fill\";i:1022;s:14:\"Miss Fajardose\";i:1023;s:6:\"Grenze\";i:1024;s:14:\"Odor Mean Chey\";i:1025;s:7:\"Trochut\";i:1026;s:6:\"Unlock\";i:1027;s:9:\"Chela One\";i:1028;s:9:\"Oldenburg\";i:1029;s:9:\"Sunshiney\";i:1030;s:8:\"Federant\";i:1031;s:11:\"Dr Sugiyama\";i:1032;s:11:\"Lexend Tera\";i:1033;s:19:\"Zen Kaku Gothic New\";i:1034;s:7:\"Snippet\";i:1035;s:6:\"Smooch\";i:1036;s:9:\"Nova Slim\";i:1037;s:6:\"Yomogi\";i:1038;s:16:\"Jacques Francois\";i:1039;s:12:\"Montagu Slab\";i:1040;s:5:\"Metal\";i:1041;s:18:\"Noto Sans Georgian\";i:1042;s:13:\"Zhi Mang Xing\";i:1043;s:11:\"Emblema One\";i:1044;s:7:\"Flavors\";i:1045;s:7:\"Macondo\";i:1046;s:9:\"Texturina\";i:1047;s:10:\"Kdam Thmor\";i:1048;s:11:\"Kaisei Opti\";i:1049;s:11:\"Meow Script\";i:1050;s:18:\"Noto Sans Armenian\";i:1051;s:9:\"Fascinate\";i:1052;s:10:\"Mr Bedfort\";i:1053;s:9:\"Syne Mono\";i:1054;s:11:\"Rampart One\";i:1055;s:16:\"Almendra Display\";i:1056;s:5:\"Vibes\";i:1057;s:7:\"Fuggles\";i:1058;s:23:\"Zen Kaku Gothic Antique\";i:1059;s:8:\"Klee One\";i:1060;s:14:\"Butterfly Kids\";i:1061;s:10:\"Truculenta\";i:1062;s:9:\"Nerko One\";i:1063;s:12:\"Gowun Batang\";i:1064;s:8:\"Siemreap\";i:1065;s:6:\"Smokum\";i:1066;s:9:\"Bahianita\";i:1067;s:9:\"Erica One\";i:1068;s:20:\"Sedgwick Ave Display\";i:1069;s:8:\"Freehand\";i:1070;s:11:\"Passero One\";i:1071;s:7:\"Fruktur\";i:1072;s:17:\"Noto Sans Symbols\";i:1073;s:11:\"Suwannaphum\";i:1074;s:9:\"Gwendolyn\";i:1075;s:9:\"Sevillana\";i:1076;s:11:\"Seymour One\";i:1077;s:11:\"Hina Mincho\";i:1078;s:22:\"IM Fell Double Pica SC\";i:1079;s:14:\"Otomanopee One\";i:1080;s:13:\"Stalinist One\";i:1081;s:5:\"Bokor\";i:1082;s:16:\"Kaisei HarunoUmi\";i:1083;s:6:\"Bonbon\";i:1084;s:16:\"Liu Jian Mao Cao\";i:1085;s:11:\"Preahvihear\";i:1086;s:15:\"Bungee Hairline\";i:1087;s:7:\"Lacquer\";i:1088;s:20:\"IBM Plex Sans Arabic\";i:1089;s:13:\"Snowburst One\";i:1090;s:7:\"Hanalei\";i:1091;s:16:\"Miltonian Tattoo\";i:1092;s:8:\"Zen Loop\";i:1093;s:9:\"Comforter\";i:1094;s:6:\"Gidugu\";i:1095;s:6:\"Ballet\";i:1096;s:7:\"Hahmlet\";i:1097;s:6:\"Chenla\";i:1098;s:9:\"Miltonian\";i:1099;s:16:\"IBM Plex Sans KR\";i:1100;s:9:\"Karantina\";i:1101;s:10:\"Butcherman\";i:1102;s:11:\"Zen Antique\";i:1103;s:7:\"Astloch\";i:1104;s:16:\"Supermercado One\";i:1105;s:7:\"Murecho\";i:1106;s:5:\"Benne\";i:1107;s:11:\"Nova Script\";i:1108;s:11:\"New Tegomin\";i:1109;s:6:\"Aubrey\";i:1110;s:6:\"Taprom\";i:1111;s:17:\"BioRhyme Expanded\";i:1112;s:10:\"Birthstone\";i:1113;s:9:\"Nova Oval\";i:1114;s:9:\"Long Cang\";i:1115;s:8:\"Nova Cut\";i:1116;s:14:\"Stick No Bills\";i:1117;s:8:\"Moulpali\";i:1118;s:10:\"Sofadi One\";i:1119;s:16:\"Shippori Antique\";i:1120;s:6:\"Gluten\";i:1121;s:16:\"Noto Sans Gothic\";i:1122;s:12:\"Geostar Fill\";i:1123;s:16:\"Zen Antique Soft\";i:1124;s:9:\"Suravaram\";i:1125;s:8:\"Petemoss\";i:1126;s:11:\"Alumni Sans\";i:1127;s:14:\"Bonheur Royale\";i:1128;s:17:\"Birthstone Bounce\";i:1129;s:10:\"Andada Pro\";i:1130;s:9:\"Carattere\";i:1131;s:20:\"Noto Serif Malayalam\";i:1132;s:15:\"Comforter Brush\";i:1133;s:8:\"Dhurjati\";i:1134;s:5:\"Imbue\";i:1135;s:16:\"Mochiy Pop P One\";i:1136;s:9:\"Xanh Mono\";i:1137;s:13:\"Zen Kurenaido\";i:1138;s:14:\"Encode Sans SC\";i:1139;s:8:\"Fasthand\";i:1140;s:6:\"Langar\";i:1141;s:7:\"Estonia\";i:1142;s:14:\"Palette Mosaic\";i:1143;s:11:\"Gowun Dodum\";i:1144;s:11:\"Lexend Peta\";i:1145;s:25:\"Big Shoulders Inline Text\";i:1146;s:5:\"Genos\";i:1147;s:24:\"Libre Barcode EAN13 Text\";i:1148;s:5:\"Kenia\";i:1149;s:13:\"Zen Tokyo Zoo\";i:1150;s:7:\"Geostar\";i:1151;s:16:\"Noto Serif Tamil\";i:1152;s:8:\"M PLUS 1\";i:1153;s:8:\"Trispace\";i:1154;s:14:\"Grechen Fuemen\";i:1155;s:26:\"Noto Sans Tamil Supplement\";i:1156;s:6:\"Warnes\";i:1157;s:6:\"Qahiri\";i:1158;s:13:\"M PLUS 1 Code\";i:1159;s:7:\"Cherish\";i:1160;s:15:\"Are You Serious\";i:1161;s:5:\"Kings\";i:1162;s:8:\"M PLUS 2\";i:1163;s:13:\"Flow Circular\";i:1164;s:10:\"Yuji Syuku\";i:1165;s:13:\"Rubik Beastly\";i:1166;s:13:\"Fleur De Leah\";i:1167;s:28:\"Big Shoulders Inline Display\";i:1168;s:9:\"Hurricane\";i:1169;s:12:\"Syne Tactile\";i:1170;s:25:\"IBM Plex Sans Thai Looped\";i:1171;s:12:\"Flow Rounded\";i:1172;s:10:\"Flow Block\";i:1173;s:2:\"Oi\";i:1174;s:7:\"Grey Qo\";i:1175;s:9:\"Yuji Boku\";i:1176;s:6:\"Dongle\";i:1177;s:12:\"Puppies Play\";i:1178;s:17:\"Passions Conflict\";i:1179;s:11:\"Sassy Frass\";i:1180;s:8:\"Yuji Mai\";i:1181;s:14:\"Koh Santepheap\";i:1182;s:12:\"Gideon Roman\";i:1183;s:19:\"Shippori Antique B1\";i:1184;s:7:\"Explora\";i:1185;s:7:\"Caramel\";i:1186;s:20:\"IBM Plex Sans Hebrew\";i:1187;s:24:\"IBM Plex Sans Devanagari\";i:1188;s:16:\"Noto Sans Coptic\";i:1189;s:17:\"M PLUS Code Latin\";i:1190;s:19:\"Noto Serif Georgian\";i:1191;s:18:\"Noto Serif Sinhala\";i:1192;s:13:\"Noto Sans Lao\";i:1193;s:18:\"Noto Sans Tai Viet\";i:1194;s:15:\"Noto Serif Thai\";i:1195;s:12:\"Red Hat Mono\";i:1196;s:5:\"Uchen\";i:1197;s:15:\"Noto Sans Khmer\";i:1198;s:17:\"Noto Sans Deseret\";i:1199;s:19:\"Noto Serif Armenian\";i:1200;s:19:\"Noto Sans Symbols 2\";i:1201;s:28:\"Noto Sans Caucasian Albanian\";i:1202;s:18:\"Noto Sans Javanese\";i:1203;s:16:\"Noto Serif Khmer\";i:1204;s:19:\"Noto Serif Ethiopic\";i:1205;s:16:\"Noto Sans Brahmi\";i:1206;s:21:\"Noto Sans Thai Looped\";i:1207;s:21:\"Noto Serif Devanagari\";i:1208;s:14:\"Noto Serif Lao\";i:1209;s:18:\"Noto Sans Cherokee\";i:1210;s:17:\"Noto Sans Cypriot\";i:1211;s:26:\"Noto Sans Imperial Aramaic\";i:1212;s:17:\"Noto Sans Tagalog\";i:1213;s:23:\"Noto Sans Old Hungarian\";i:1214;s:17:\"Noto Serif Hebrew\";i:1215;s:14:\"Noto Sans Cham\";i:1216;s:16:\"Noto Sans Thaana\";i:1217;s:19:\"Noto Serif Gujarati\";i:1218;s:18:\"Noto Sans Ol Chiki\";i:1219;s:20:\"Noto Sans Old Turkic\";i:1220;s:18:\"Noto Serif Kannada\";i:1221;s:17:\"Noto Rashi Hebrew\";i:1222;s:18:\"Noto Serif Myanmar\";i:1223;s:17:\"Noto Serif Yezidi\";i:1224;s:19:\"Noto Serif Gurmukhi\";i:1225;s:18:\"Noto Serif Tibetan\";i:1226;s:10:\"Noto Music\";i:1227;s:16:\"Noto Sans Carian\";i:1228;s:29:\"Noto Sans Canadian Aboriginal\";i:1229;s:17:\"Noto Serif Telugu\";i:1230;s:18:\"Noto Sans Tifinagh\";i:1231;s:16:\"Noto Sans Tai Le\";i:1232;s:22:\"Noto Sans Meetei Mayek\";i:1233;s:17:\"Noto Sans Osmanya\";i:1234;s:18:\"Noto Sans Tai Tham\";i:1235;s:18:\"Noto Sans Balinese\";i:1236;s:20:\"Noto Sans Saurashtra\";i:1237;s:22:\"Noto Sans Sora Sompeng\";i:1238;s:20:\"Noto Sans Old Italic\";i:1239;s:33:\"Noto Serif Nyiakeng Puachue Hmong\";i:1240;s:19:\"Noto Sans Mongolian\";i:1241;s:24:\"Noto Sans Adlam Unjoined\";i:1242;s:19:\"Noto Sans Sundanese\";i:1243;s:17:\"Noto Sans Grantha\";i:1244;s:31:\"Noto Sans Anatolian Hieroglyphs\";i:1245;s:15:\"Noto Sans Adlam\";i:1246;s:32:\"Noto Sans Inscriptional Parthian\";i:1247;s:21:\"Noto Sans Medefaidrin\";i:1248;s:15:\"Noto Sans Bamum\";i:1249;s:25:\"Noto Sans Hanifi Rohingya\";i:1250;s:18:\"Noto Sans Kayah Li\";i:1251;s:16:\"Noto Serif Dogra\";i:1252;s:30:\"Noto Sans Egyptian Hieroglyphs\";i:1253;s:14:\"Noto Sans Lisu\";i:1254;s:31:\"Noto Sans Inscriptional Pahlavi\";i:1255;s:18:\"Noto Sans Linear B\";i:1256;s:12:\"Noto Sans Yi\";i:1257;s:19:\"Noto Serif Balinese\";i:1258;s:19:\"Noto Sans Samaritan\";i:1259;s:17:\"Noto Sans Hanunoo\";i:1260;s:16:\"Noto Sans Syriac\";i:1261;s:27:\"Noto Sans Old South Arabian\";i:1262;s:20:\"Noto Sans Phoenician\";i:1263;s:16:\"Noto Sans Kaithi\";i:1264;s:14:\"Noto Sans Math\";i:1265;s:18:\"Noto Serif Grantha\";i:1266;s:21:\"Noto Sans Old Persian\";i:1267;s:27:\"Noto Sans Old North Arabian\";i:1268;s:19:\"Noto Sans Cuneiform\";i:1269;s:17:\"Noto Serif Tangut\";i:1270;s:15:\"Noto Serif Ahom\";i:1271;s:15:\"Noto Sans Batak\";i:1272;s:15:\"Noto Sans Runic\";i:1273;s:21:\"Noto Sans New Tai Lue\";i:1274;s:17:\"Noto Sans Avestan\";i:1275;s:24:\"Noto Sans Mayan Numerals\";i:1276;s:18:\"Noto Sans Mahajani\";i:1277;s:18:\"Noto Sans Buginese\";i:1278;s:17:\"Noto Sans Tirhuta\";i:1279;s:19:\"Noto Sans Palmyrene\";i:1280;s:26:\"Noto Sans Zanabazar Square\";i:1281;s:15:\"Noto Sans Limbu\";i:1282;s:17:\"Noto Sans Elbasan\";i:1283;s:18:\"Noto Sans Tagbanwa\";i:1284;s:20:\"Noto Sans Old Permic\";i:1285;s:14:\"Noto Sans Newa\";i:1286;s:16:\"Noto Sans Rejang\";i:1287;s:22:\"Noto Sans Syloti Nagri\";i:1288;s:23:\"Noto Sans Gunjala Gondi\";i:1289;s:19:\"Noto Sans Khudawadi\";i:1290;s:20:\"Noto Sans Kharoshthi\";i:1291;s:17:\"Noto Sans Marchen\";i:1292;s:16:\"Noto Sans Khojki\";i:1293;s:14:\"Noto Sans Modi\";i:1294;s:23:\"Noto Sans Masaram Gondi\";i:1295;s:29:\"Noto Sans Indic Siyaq Numbers\";i:1296;s:16:\"Noto Sans Lycian\";i:1297;s:18:\"Noto Sans Linear A\";i:1298;s:18:\"Noto Sans Phags Pa\";i:1299;s:25:\"Noto Sans Psalter Pahlavi\";i:1300;s:21:\"Noto Sans Pau Cin Hau\";i:1301;s:18:\"Noto Sans Duployan\";i:1302;s:21:\"Noto Sans Old Sogdian\";i:1303;s:15:\"Noto Sans Osage\";i:1304;s:17:\"Noto Sans Sogdian\";i:1305;s:19:\"Noto Sans Nabataean\";i:1306;s:17:\"Noto Sans Siddham\";i:1307;s:19:\"Noto Sans Bhaiksuki\";i:1308;s:17:\"Noto Sans Elymaic\";i:1309;s:17:\"Noto Sans Multani\";i:1310;s:18:\"Noto Sans Ugaritic\";i:1311;s:16:\"Noto Sans Chakma\";i:1312;s:22:\"Noto Sans Pahawh Hmong\";i:1313;s:21:\"Noto Sans Warang Citi\";i:1314;s:13:\"Noto Sans Mro\";i:1315;s:18:\"Noto Sans Meroitic\";i:1316;s:17:\"Noto Sans Sharada\";i:1317;s:14:\"Noto Sans Miao\";i:1318;s:13:\"Noto Sans Vai\";i:1319;s:20:\"Noto Sans Glagolitic\";i:1320;s:22:\"Noto Traditional Nushu\";i:1321;s:16:\"Noto Sans Hatran\";i:1322;s:16:\"Noto Sans Lepcha\";i:1323;s:15:\"Noto Sans Nushu\";i:1324;s:19:\"Noto Sans Bassa Vah\";i:1325;s:15:\"Noto Sans Ogham\";i:1326;s:17:\"Noto Sans Shavian\";i:1327;s:16:\"Noto Sans Lydian\";i:1328;s:14:\"Noto Sans N Ko\";i:1329;s:15:\"Noto Sans Takri\";i:1330;s:15:\"Noto Sans Buhid\";i:1331;s:20:\"Noto Sans Manichaean\";i:1332;s:16:\"Noto Sans Wancho\";i:1333;s:17:\"Noto Sans Soyombo\";i:1334;s:23:\"Yuji Hentaigana Akebono\";i:1335;s:11:\"Moo Lah Lah\";i:1336;s:8:\"Licorice\";i:1337;s:11:\"Inspiration\";i:1338;s:14:\"Island Moments\";i:1339;s:9:\"Waterfall\";i:1340;s:9:\"Oooh Baby\";i:1341;s:21:\"Yuji Hentaigana Akari\";i:1342;s:3:\"Ole\";i:1343;s:9:\"Mea Culpa\";i:1344;s:10:\"Moon Dance\";i:1345;s:15:\"Qwitcher Grypen\";i:1346;s:14:\"Source Serif 4\";i:1347;s:7:\"Rock 3D\";i:1348;s:10:\"Love Light\";i:1349;s:7:\"Shizuru\";i:1350;s:11:\"Spline Sans\";i:1351;s:15:\"Luxurious Roman\";i:1352;s:12:\"The Nautigal\";i:1353;s:15:\"Vujahday Script\";i:1354;s:12:\"Twinkle Star\";i:1355;s:8:\"Pushster\";i:1356;s:15:\"Imperial Script\";i:1357;s:12:\"Kolker Brush\";}','off'),
(553,'woocommerce_task_list_tracked_completed_tasks','a:1:{i:0;s:15:\"customize-store\";}','auto'),
(554,'_transient_timeout_kirki_remote_url_contents','1745699203','off'),
(555,'_transient_kirki_remote_url_contents','a:2:{s:32:\"887e509f06f50451f79706940c5e8a3f\";s:2591:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiI2B.woff2) format(\'woff2\');\n  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiI2B.woff2) format(\'woff2\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiI2B.woff2) format(\'woff2\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiI2B.woff2) format(\'woff2\');\n  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiI2B.woff2) format(\'woff2\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiI2B.woff2) format(\'woff2\');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Inter\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiA.woff2) format(\'woff2\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"895706c3fb9a6bcf9291ca8371f011aa\";s:1153:\"/* cyrillic */\n@font-face {\n  font-family: \'Jost\';\n  font-style: normal;\n  font-weight: 600;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNIg8mg.woff2) format(\'woff2\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Jost\';\n  font-style: normal;\n  font-weight: 600;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNIg8mg.woff2) format(\'woff2\');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Jost\';\n  font-style: normal;\n  font-weight: 600;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIg.woff2) format(\'woff2\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','off'),
(556,'wcpay_welcome_page_viewed_timestamp','1745094399','auto'),
(557,'kirki_downloaded_font_files','a:10:{s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiI2B.woff2\";s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiI2B.woff2\";s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiI2B.woff2\";s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiI2B.woff2\";s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiI2B.woff2\";s:100:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiI2B.woff2\";s:120:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiI2B.woff2\";s:98:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiA.woff2\";s:118:\"/home/okullar/public_html/hoteller/wp-content/fonts/inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiA.woff2\";s:81:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNIg8mg.woff2\";s:101:\"/home/okullar/public_html/hoteller/wp-content/fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNIg8mg.woff2\";s:81:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNIg8mg.woff2\";s:101:\"/home/okullar/public_html/hoteller/wp-content/fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNIg8mg.woff2\";s:78:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIg.woff2\";s:98:\"/home/okullar/public_html/hoteller/wp-content/fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIg.woff2\";}','auto'),
(558,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:4:{s:19:\"fab-facebook-square\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:258:\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\";s:3:\"key\";s:19:\"fab-facebook-square\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),
(559,'e_editor_counter','2','auto'),
(560,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1745098024;s:5:\"value\";s:593:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"}]\";}','off'),
(561,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1745098024;s:5:\"value\";s:12896:\"[{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"send-notification\",\"title\":\"Grow your business with Send: an intuitive platform for Email & SMS, natively built for WooCommerce.\",\"description\":\"Deliver powerful, automated email & SMS campaigns with Send\\u2014built for WooCommerce to help you boost conversions, drive growth, and go beyond just building websites.\",\"topic\":\"Send by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Explore Send\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/AHSfdh\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"css-loading-3.25\",\"title\":\"Boost Performance with Conditional CSS Loading\",\"description\":\"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.\",\"topic\":\"Elementor 3.25\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),
(562,'_transient_timeout_elementor_unread_notifications_1','1745098024','off'),
(563,'_transient_elementor_unread_notifications_1','a:20:{i:0;s:17:\"hello-biz-contact\";i:1;s:22:\"ai-site-planner-colors\";i:2;s:17:\"ally-notification\";i:3;s:17:\"send-notification\";i:4;s:15:\"ai-site-planner\";i:5;s:14:\"grid-span-3.27\";i:6;s:16:\"local-fonts-3.27\";i:7;s:17:\"video-shorts-3.27\";i:8;s:23:\"dynamic-off-canvas-3.26\";i:9;s:16:\"css-loading-3.25\";i:10;s:20:\"image-optimizer-3.19\";i:11;s:19:\"variable-fonts-3.24\";i:12;s:18:\"floating-bars-3.24\";i:13;s:17:\"ai-featured-image\";i:14;s:18:\"search-widget-3.23\";i:15;s:21:\"floating-buttons-3.23\";i:16;s:16:\"link-in-bio-3.23\";i:17;s:20:\"nested-elements-3.23\";i:18;s:20:\"5-star-rating-prompt\";i:19;s:23:\"site-mailer-introducing\";}','off'),
(572,'_transient_doing_cron','1746060250.5811951160430908203125','on'),
(577,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1747701435','off'),
(578,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"bb76b2e04c9e9cae38dd\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/okullar.com\\/hoteller\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]}},\"version\":\"wc-9.8.1\",\"hash\":\"db44353b071443d58443c78fa3007887\"}','off');
/*!40000 ALTER TABLE `punseNP_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_postmeta`
--

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

--
-- Dumping data for table `punseNP_postmeta`
--

LOCK TABLES `punseNP_postmeta` WRITE;
/*!40000 ALTER TABLE `punseNP_postmeta` DISABLE KEYS */;
INSERT INTO `punseNP_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(3,6,'_wp_attached_file','2025/04/hoteller-683n.zip'),
(4,6,'_wp_attachment_context','upgrader'),
(7,8,'_form','<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(8,8,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:37:\"[_site_title] <wordpress@okullar.com>\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(9,8,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:37:\"[_site_title] <wordpress@okullar.com>\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(10,8,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(11,8,'_additional_settings',''),
(12,8,'_locale','tr_TR'),
(13,8,'_hash','aa9c8fe2ceed12e098453ba38299aff5e70ed979'),
(14,9,'_elementor_edit_mode','builder'),
(15,9,'_elementor_template_type','kit'),
(16,10,'mphb_cf_name','first_name'),
(17,10,'mphb_cf_type','text'),
(18,10,'mphb_cf_enabled','1'),
(19,10,'mphb_cf_required','1'),
(20,11,'mphb_cf_name','last_name'),
(21,11,'mphb_cf_type','text'),
(22,11,'mphb_cf_enabled','1'),
(23,11,'mphb_cf_required','1'),
(24,12,'mphb_cf_name','email'),
(25,12,'mphb_cf_type','email'),
(26,12,'mphb_cf_enabled','1'),
(27,12,'mphb_cf_required','1'),
(28,13,'mphb_cf_name','phone'),
(29,13,'mphb_cf_type','phone'),
(30,13,'mphb_cf_enabled','1'),
(31,13,'mphb_cf_required','1'),
(32,14,'mphb_cf_name','country'),
(33,14,'mphb_cf_type','country'),
(34,14,'mphb_cf_enabled','1'),
(35,14,'mphb_cf_required','1'),
(36,15,'mphb_cf_name','address1'),
(37,15,'mphb_cf_type','text'),
(38,15,'mphb_cf_enabled','0'),
(39,15,'mphb_cf_required','0'),
(40,16,'mphb_cf_name','city'),
(41,16,'mphb_cf_type','text'),
(42,16,'mphb_cf_enabled','0'),
(43,16,'mphb_cf_required','0'),
(44,17,'mphb_cf_name','state'),
(45,17,'mphb_cf_type','text'),
(46,17,'mphb_cf_enabled','0'),
(47,17,'mphb_cf_required','0'),
(48,18,'mphb_cf_name','zip'),
(49,18,'mphb_cf_type','text'),
(50,18,'mphb_cf_enabled','0'),
(51,18,'mphb_cf_required','0'),
(52,19,'mphb_cf_name','note'),
(53,19,'mphb_cf_type','textarea'),
(54,19,'mphb_cf_enabled','1'),
(55,19,'mphb_cf_required','0'),
(56,20,'_wp_attached_file','woocommerce-placeholder.png'),
(57,20,'_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:48149;s:5:\"sizes\";a:9:{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:12321;}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:90808;}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:4209;}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:56643;}s:21:\"hoteller-gallery-grid\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-700x466.png\";s:5:\"width\";i:700;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46261;}s:24:\"hoteller-gallery-masonry\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-440x440.png\";s:5:\"width\";i:440;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22303;}s:21:\"hoteller-gallery-list\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38661;}s:19:\"hoteller-album-grid\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-660x913.png\";s:5:\"width\";i:660;s:6:\"height\";i:913;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72827;}s:13:\"hoteller-blog\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-960x604.png\";s:5:\"width\";i:960;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78380;}}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:{}}}'),
(58,74,'_wp_attached_file','2025/04/log_file_2025-04-19__20-24-38.txt'),
(59,75,'_wp_attached_file','2023/09/woocommerce-placeholder.png'),
(60,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2023/09/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(61,75,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:18623;s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:174895;s:10:\"size_after\";i:156272;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:545;s:7:\"percent\";d:12.96000000000000085265128291212022304534912109375;s:11:\"size_before\";i:4204;s:10:\"size_after\";i:3659;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1560;s:7:\"percent\";d:12.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:12475;s:10:\"size_after\";i:10915;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.25;s:5:\"bytes\";i:7017;s:7:\"percent\";d:11.6899999999999995026200849679298698902130126953125;s:11:\"size_before\";i:60014;s:10:\"size_after\";i:52997;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:9501;s:7:\"percent\";d:9.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:98202;s:10:\"size_after\";i:88701;}}}'),
(62,76,'_wp_attached_file','2023/09/Reforma1969-Blanca.woff'),
(63,76,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:36600;}'),
(64,77,'_wp_attached_file','2023/09/cropped-TG-Thumb-192x192-1.png'),
(65,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:38:\"2023/09/cropped-TG-Thumb-192x192-1.png\";s:8:\"filesize\";i:18963;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66,77,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3983;s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:28993;s:10:\"size_after\";i:25010;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1560;s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:11:\"size_before\";i:9993;s:10:\"size_after\";i:8433;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2423;s:7:\"percent\";d:12.75;s:11:\"size_before\";i:19000;s:10:\"size_after\";i:16577;}}}'),
(67,78,'_wp_attached_file','2023/09/logo-white.png'),
(68,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:22:\"2023/09/logo-white.png\";s:8:\"filesize\";i:3660;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69,78,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1395;s:7:\"percent\";d:23.760000000000001563194018672220408916473388671875;s:11:\"size_before\";i:5872;s:10:\"size_after\";i:4477;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1395;s:7:\"percent\";d:23.760000000000001563194018672220408916473388671875;s:11:\"size_before\";i:5872;s:10:\"size_after\";i:4477;}}}'),
(71,79,'_wp_attached_file','2023/09/logo-orange.png'),
(72,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:23:\"2023/09/logo-orange.png\";s:8:\"filesize\";i:3663;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73,79,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2131;s:7:\"percent\";d:24.489999999999998436805981327779591083526611328125;s:11:\"size_before\";i:8703;s:10:\"size_after\";i:6572;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2131;s:7:\"percent\";d:24.489999999999998436805981327779591083526611328125;s:11:\"size_before\";i:8703;s:10:\"size_after\";i:6572;}}}'),
(75,80,'_wp_attached_file','2023/09/logo-sticky.png'),
(76,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:409;s:6:\"height\";i:35;s:4:\"file\";s:23:\"2023/09/logo-sticky.png\";s:8:\"filesize\";i:4128;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(77,80,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1968;s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;s:11:\"size_before\";i:10939;s:10:\"size_after\";i:8971;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:243;s:7:\"percent\";d:19.440000000000001278976924368180334568023681640625;s:11:\"size_before\";i:1250;s:10:\"size_after\";i:1007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:573;s:7:\"percent\";d:12.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:4523;s:10:\"size_after\";i:3950;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:375;s:7:\"percent\";d:21.1700000000000017053025658242404460906982421875;s:11:\"size_before\";i:1771;s:10:\"size_after\";i:1396;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:777;s:7:\"percent\";d:22.8900000000000005684341886080801486968994140625;s:11:\"size_before\";i:3395;s:10:\"size_after\";i:2618;}}}'),
(79,83,'_wp_attached_file','2023/09/close-icon.png'),
(80,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:52;s:6:\"height\";i:53;s:4:\"file\";s:22:\"2023/09/close-icon.png\";s:8:\"filesize\";i:390;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(81,83,'_elementor_source_image_hash','7bb2f5260444f55608286e1436721ac3b8f96234'),
(82,84,'_wp_attached_file','2023/09/logo-black.png'),
(83,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:298;s:6:\"height\";i:114;s:4:\"file\";s:22:\"2023/09/logo-black.png\";s:8:\"filesize\";i:4009;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(84,84,'_elementor_source_image_hash','161a31e74b555c95f3f49d60c0fe28d2e28528af'),
(85,84,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1200;s:7:\"percent\";d:17.059999999999998721023075631819665431976318359375;s:11:\"size_before\";i:7034;s:10:\"size_after\";i:5834;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:699;s:7:\"percent\";d:19.280000000000001136868377216160297393798828125;s:11:\"size_before\";i:3626;s:10:\"size_after\";i:2927;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:501;s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:3408;s:10:\"size_after\";i:2907;}}}'),
(86,85,'_wp_attached_file','2023/09/cards.png'),
(87,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:406;s:6:\"height\";i:50;s:4:\"file\";s:17:\"2023/09/cards.png\";s:8:\"filesize\";i:6288;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88,85,'_elementor_source_image_hash','36bda5517cc90cde181832a95ede011aa8f0def9'),
(89,85,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.1900000000000000299760216648792265914380550384521484375;s:5:\"bytes\";i:4152;s:7:\"percent\";d:21.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:19230;s:10:\"size_after\";i:15078;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:978;s:7:\"percent\";d:28.870000000000000994759830064140260219573974609375;s:11:\"size_before\";i:3388;s:10:\"size_after\";i:2410;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:1570;s:7:\"percent\";d:25.28999999999999914734871708787977695465087890625;s:11:\"size_before\";i:6209;s:10:\"size_after\";i:4639;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:660;s:7:\"percent\";d:28.07000000000000028421709430404007434844970703125;s:11:\"size_before\";i:2351;s:10:\"size_after\";i:1691;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:944;s:7:\"percent\";d:12.96000000000000085265128291212022304534912109375;s:11:\"size_before\";i:7282;s:10:\"size_after\";i:6338;}}}'),
(90,94,'_wp_attached_file','2023/09/mobile-icon.png'),
(91,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:60;s:6:\"height\";i:39;s:4:\"file\";s:23:\"2023/09/mobile-icon.png\";s:8:\"filesize\";i:201;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(92,94,'_elementor_source_image_hash','8944f2ead648206bf96a9ab3c7699346bcd31528'),
(93,97,'_wp_attached_file','2023/09/menu-icon-white.png'),
(94,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:60;s:6:\"height\";i:39;s:4:\"file\";s:27:\"2023/09/menu-icon-white.png\";s:8:\"filesize\";i:199;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(95,97,'_elementor_source_image_hash','719acd35700c70ea52669f680c00d07d0f4266b7'),
(96,117,'_wp_attached_file','2023/09/world_boutique_hotel_awards.png'),
(97,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:177;s:6:\"height\";i:176;s:4:\"file\";s:39:\"2023/09/world_boutique_hotel_awards.png\";s:8:\"filesize\";i:10810;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(98,117,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5063;s:7:\"percent\";d:21.519999999999999573674358543939888477325439453125;s:11:\"size_before\";i:23529;s:10:\"size_after\";i:18466;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1542;s:7:\"percent\";d:19.5;s:11:\"size_before\";i:7907;s:10:\"size_after\";i:6365;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3521;s:7:\"percent\";d:22.53999999999999914734871708787977695465087890625;s:11:\"size_before\";i:15622;s:10:\"size_after\";i:12101;}}}'),
(100,118,'_wp_attached_file','2023/09/global_luxury_hotel_spa.png'),
(101,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:183;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2023/09/global_luxury_hotel_spa.png\";s:8:\"filesize\";i:6280;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102,118,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:5749;s:7:\"percent\";d:28.120000000000000994759830064140260219573974609375;s:11:\"size_before\";i:20445;s:10:\"size_after\";i:14696;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2073;s:7:\"percent\";d:29.1400000000000005684341886080801486968994140625;s:11:\"size_before\";i:7115;s:10:\"size_after\";i:5042;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3676;s:7:\"percent\";d:27.5799999999999982946974341757595539093017578125;s:11:\"size_before\";i:13330;s:10:\"size_after\";i:9654;}}}'),
(104,119,'_wp_attached_file','2023/09/international_hotel_awards.png'),
(105,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:121;s:6:\"height\";i:197;s:4:\"file\";s:38:\"2023/09/international_hotel_awards.png\";s:8:\"filesize\";i:12866;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(106,119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:15790;s:7:\"percent\";d:37.590000000000003410605131648480892181396484375;s:11:\"size_before\";i:42008;s:10:\"size_after\";i:26218;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4224;s:7:\"percent\";d:25.699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:16436;s:10:\"size_after\";i:12212;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:11566;s:7:\"percent\";d:45.22999999999999687361196265555918216705322265625;s:11:\"size_before\";i:25572;s:10:\"size_after\";i:14006;}}}'),
(108,120,'_wp_attached_file','2023/09/booking_com.png'),
(109,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:193;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2023/09/booking_com.png\";s:8:\"filesize\";i:4317;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(110,120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1767;s:7:\"percent\";d:21.8599999999999994315658113919198513031005859375;s:11:\"size_before\";i:8082;s:10:\"size_after\";i:6315;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:757;s:7:\"percent\";d:20.53999999999999914734871708787977695465087890625;s:11:\"size_before\";i:3685;s:10:\"size_after\";i:2928;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1010;s:7:\"percent\";d:22.969999999999998863131622783839702606201171875;s:11:\"size_before\";i:4397;s:10:\"size_after\";i:3387;}}}'),
(112,121,'_wp_attached_file','2023/09/tripadvisor_com.png'),
(113,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:189;s:6:\"height\";i:171;s:4:\"file\";s:27:\"2023/09/tripadvisor_com.png\";s:8:\"filesize\";i:11744;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114,121,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:9137;s:7:\"percent\";d:28.10000000000000142108547152020037174224853515625;s:11:\"size_before\";i:32521;s:10:\"size_after\";i:23384;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:3259;s:7:\"percent\";d:29.14999999999999857891452847979962825775146484375;s:11:\"size_before\";i:11180;s:10:\"size_after\";i:7921;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:5878;s:7:\"percent\";d:27.53999999999999914734871708787977695465087890625;s:11:\"size_before\";i:21341;s:10:\"size_after\";i:15463;}}}'),
(116,122,'_wp_attached_file','2023/09/tripadvisor_travellers_choice.png'),
(117,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:179;s:6:\"height\";i:166;s:4:\"file\";s:41:\"2023/09/tripadvisor_travellers_choice.png\";s:8:\"filesize\";i:10871;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(118,122,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8475;s:7:\"percent\";d:28.03999999999999914734871708787977695465087890625;s:11:\"size_before\";i:30230;s:10:\"size_after\";i:21755;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:3072;s:7:\"percent\";d:29.050000000000000710542735760100185871124267578125;s:11:\"size_before\";i:10575;s:10:\"size_after\";i:7503;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5403;s:7:\"percent\";d:27.489999999999998436805981327779591083526611328125;s:11:\"size_before\";i:19655;s:10:\"size_after\";i:14252;}}}'),
(120,145,'_wp_attached_file','2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg'),
(121,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:47:\"2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg\";s:8:\"filesize\";i:157038;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122,145,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:23100;s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:647982;s:10:\"size_after\";i:624882;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:231;s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:5837;s:10:\"size_after\";i:5606;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:555;s:7:\"percent\";d:4.07000000000000028421709430404007434844970703125;s:11:\"size_before\";i:13635;s:10:\"size_after\";i:13080;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:162;s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:3325;s:10:\"size_after\";i:3163;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:573;s:7:\"percent\";d:3.430000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:16717;s:10:\"size_after\";i:16144;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1180;s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:39850;s:10:\"size_after\";i:38670;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1924;s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:49965;s:10:\"size_after\";i:48041;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:1761;s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:52746;s:10:\"size_after\";i:50985;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3199;s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:84303;s:10:\"size_after\";i:81104;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3363;s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:89542;s:10:\"size_after\";i:86179;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3631;s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:102533;s:10:\"size_after\";i:98902;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4546;s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:124095;s:10:\"size_after\";i:119549;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1975;s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:65434;s:10:\"size_after\";i:63459;}}}'),
(124,149,'_wp_attached_file','2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg'),
(125,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:47:\"2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg\";s:8:\"filesize\";i:135894;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(126,149,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:11278;s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:503403;s:10:\"size_after\";i:492125;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:260;s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:5409;s:10:\"size_after\";i:5149;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:389;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:10819;s:10:\"size_after\";i:10430;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:152;s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:3173;s:10:\"size_after\";i:3021;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:806;s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:11:\"size_before\";i:47450;s:10:\"size_after\";i:46644;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:937;s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:11:\"size_before\";i:55034;s:10:\"size_after\";i:54097;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1034;s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:55288;s:10:\"size_after\";i:54254;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:600;s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:20672;s:10:\"size_after\";i:20072;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:736;s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:35571;s:10:\"size_after\";i:34835;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:458;s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:16078;s:10:\"size_after\";i:15620;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1791;s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:78740;s:10:\"size_after\";i:76949;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2027;s:7:\"percent\";d:2.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:91254;s:10:\"size_after\";i:89227;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2088;s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:83915;s:10:\"size_after\";i:81827;}}}'),
(128,192,'_wp_attached_file','2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg'),
(129,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:45:\"2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg\";s:8:\"filesize\";i:212233;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130,192,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.45000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:28320;s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:848476;s:10:\"size_after\";i:820156;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:262;s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:4103;s:10:\"size_after\";i:3841;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:452;s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:7354;s:10:\"size_after\";i:6902;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:828;s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:11:\"size_before\";i:17341;s:10:\"size_after\";i:16513;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1051;s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:22781;s:10:\"size_after\";i:21730;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:2078;s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:53940;s:10:\"size_after\";i:51862;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2567;s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:70202;s:10:\"size_after\";i:67635;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2954;s:7:\"percent\";d:3.75;s:11:\"size_before\";i:78823;s:10:\"size_after\";i:75869;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3342;s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:92160;s:10:\"size_after\";i:88818;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3537;s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:111712;s:10:\"size_after\";i:108175;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:3065;s:7:\"percent\";d:2.75;s:11:\"size_before\";i:111650;s:10:\"size_after\";i:108585;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4092;s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:139205;s:10:\"size_after\";i:135113;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4092;s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:139205;s:10:\"size_after\";i:135113;}}}'),
(132,193,'_wp_attached_file','2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg'),
(133,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:44:\"2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\";s:8:\"filesize\";i:136421;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(134,193,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20314;s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:554066;s:10:\"size_after\";i:533752;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:232;s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:3806;s:10:\"size_after\";i:3574;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:383;s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:6715;s:10:\"size_after\";i:6332;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:757;s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:14558;s:10:\"size_after\";i:13801;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:995;s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:19574;s:10:\"size_after\";i:18579;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1339;s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:26970;s:10:\"size_after\";i:25631;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1902;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:43338;s:10:\"size_after\";i:41436;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2247;s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:59372;s:10:\"size_after\";i:57125;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2192;s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:55766;s:10:\"size_after\";i:53574;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3018;s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:98328;s:10:\"size_after\";i:95310;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2842;s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:84686;s:10:\"size_after\";i:81844;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:2343;s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:62803;s:10:\"size_after\";i:60460;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:2064;s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:78150;s:10:\"size_after\";i:76086;}}}'),
(136,194,'_wp_attached_file','2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg'),
(137,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\";s:8:\"filesize\";i:131609;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(138,194,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:14095;s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:507163;s:10:\"size_after\";i:493068;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:278;s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:11:\"size_before\";i:5874;s:10:\"size_after\";i:5596;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:190;s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:3435;s:10:\"size_after\";i:3245;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:462;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:12838;s:10:\"size_after\";i:12376;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:753;s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:23401;s:10:\"size_after\";i:22648;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:601;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:17106;s:10:\"size_after\";i:16505;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1137;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:38279;s:10:\"size_after\";i:37142;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1539;s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:54335;s:10:\"size_after\";i:52796;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1349;s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:49899;s:10:\"size_after\";i:48550;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1675;s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:57092;s:10:\"size_after\";i:55417;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:1794;s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:74589;s:10:\"size_after\";i:72795;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2243;s:7:\"percent\";d:2.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:90873;s:10:\"size_after\";i:88630;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2074;s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:79442;s:10:\"size_after\";i:77368;}}}'),
(140,195,'_wp_attached_file','2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg'),
(141,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg\";s:8:\"filesize\";i:161387;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142,195,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:31885;s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:809991;s:10:\"size_after\";i:778106;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:230;s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:4254;s:10:\"size_after\";i:4024;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:416;s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:7911;s:10:\"size_after\";i:7495;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:665;s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:15854;s:10:\"size_after\";i:15189;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1058;s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:24417;s:10:\"size_after\";i:23359;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2016;s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:57700;s:10:\"size_after\";i:55684;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3007;s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:66424;s:10:\"size_after\";i:63417;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3169;s:7:\"percent\";d:4.07000000000000028421709430404007434844970703125;s:11:\"size_before\";i:77827;s:10:\"size_after\";i:74658;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4355;s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:103045;s:10:\"size_after\";i:98690;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4092;s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:105939;s:10:\"size_after\";i:101847;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4205;s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:115609;s:10:\"size_after\";i:111404;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:5062;s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:136013;s:10:\"size_after\";i:130951;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:3610;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:94998;s:10:\"size_after\";i:91388;}}}'),
(144,255,'_wp_attached_file','2023/09/beazy-pMY1mpaaUAs-unsplash.jpg'),
(145,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:38:\"2023/09/beazy-pMY1mpaaUAs-unsplash.jpg\";s:8:\"filesize\";i:135165;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146,255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2399999999999999633626401873698341660201549530029296875;s:5:\"bytes\";i:21657;s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:625204;s:10:\"size_after\";i:603547;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:182;s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:3262;s:10:\"size_after\";i:3080;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:251;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:5717;s:10:\"size_after\";i:5466;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:555;s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:12737;s:10:\"size_after\";i:12182;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:722;s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:16497;s:10:\"size_after\";i:15775;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2066;s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:51786;s:10:\"size_after\";i:49720;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:1585;s:7:\"percent\";d:3.430000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:46162;s:10:\"size_after\";i:44577;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1945;s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:47199;s:10:\"size_after\";i:45254;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2714;s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:77161;s:10:\"size_after\";i:74447;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2878;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:82916;s:10:\"size_after\";i:80038;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2893;s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:93768;s:10:\"size_after\";i:90875;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2744;s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:76784;s:10:\"size_after\";i:74040;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3122;s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:111215;s:10:\"size_after\";i:108093;}}}'),
(147,256,'_wp_attached_file','2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg'),
(148,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:64:\"2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\";s:8:\"filesize\";i:115893;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149,256,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.159999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:16090;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:459014;s:10:\"size_after\";i:442924;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:278;s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:5759;s:10:\"size_after\";i:5481;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:206;s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:3422;s:10:\"size_after\";i:3216;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:516;s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:12442;s:10:\"size_after\";i:11926;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:630;s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:16034;s:10:\"size_after\";i:15404;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:734;s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:22213;s:10:\"size_after\";i:21479;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1154;s:7:\"percent\";d:3.25;s:11:\"size_before\";i:35536;s:10:\"size_after\";i:34382;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1393;s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:45319;s:10:\"size_after\";i:43926;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1840;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:48443;s:10:\"size_after\";i:46603;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1594;s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:52309;s:10:\"size_after\";i:50715;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2909;s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:63446;s:10:\"size_after\";i:60537;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2576;s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:82574;s:10:\"size_after\";i:79998;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2260;s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:71517;s:10:\"size_after\";i:69257;}}}'),
(150,257,'_wp_attached_file','2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg'),
(151,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:66:\"2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\";s:8:\"filesize\";i:180579;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152,257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.490000000000000046629367034256574697792530059814453125;s:5:\"bytes\";i:19424;s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:664166;s:10:\"size_after\";i:644742;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:267;s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:4058;s:10:\"size_after\";i:3791;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:382;s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:7010;s:10:\"size_after\";i:6628;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:729;s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:11:\"size_before\";i:15135;s:10:\"size_after\";i:14406;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:954;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:21753;s:10:\"size_after\";i:20799;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1166;s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:28449;s:10:\"size_after\";i:27283;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1805;s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:62604;s:10:\"size_after\";i:60799;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1525;s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:47533;s:10:\"size_after\";i:46008;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1904;s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:72130;s:10:\"size_after\";i:70226;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:2039;s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:73308;s:10:\"size_after\";i:71269;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2771;s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:111485;s:10:\"size_after\";i:108714;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3065;s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:118815;s:10:\"size_after\";i:115750;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:2817;s:7:\"percent\";d:2.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:101886;s:10:\"size_after\";i:99069;}}}'),
(153,258,'_wp_attached_file','2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg'),
(154,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:48:\"2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\";s:8:\"filesize\";i:135547;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155,258,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.480000000000000037747582837255322374403476715087890625;s:5:\"bytes\";i:21024;s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:686953;s:10:\"size_after\";i:665929;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:233;s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:3943;s:10:\"size_after\";i:3710;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:534;s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:13317;s:10:\"size_after\";i:12783;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:342;s:7:\"percent\";d:5;s:11:\"size_before\";i:6846;s:10:\"size_after\";i:6504;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:799;s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:20717;s:10:\"size_after\";i:19918;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1460;s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:46824;s:10:\"size_after\";i:45364;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1883;s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:60194;s:10:\"size_after\";i:58311;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2086;s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:65506;s:10:\"size_after\";i:63420;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2606;s:7:\"percent\";d:3;s:11:\"size_before\";i:86962;s:10:\"size_after\";i:84356;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:2391;s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:77590;s:10:\"size_after\";i:75199;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2907;s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:99796;s:10:\"size_after\";i:96889;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3037;s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:111365;s:10:\"size_after\";i:108328;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2746;s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:93893;s:10:\"size_after\";i:91147;}}}'),
(156,292,'_wp_attached_file','2023/09/ahmed-Ldi8bOXWIFs-unsplash.jpg'),
(157,292,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:38:\"2023/09/ahmed-Ldi8bOXWIFs-unsplash.jpg\";s:8:\"filesize\";i:112827;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158,292,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9472;s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:11:\"size_before\";i:594363;s:10:\"size_after\";i:584891;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:186;s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:3652;s:10:\"size_after\";i:3466;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:292;s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:6407;s:10:\"size_after\";i:6115;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:369;s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:13063;s:10:\"size_after\";i:12694;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:588;s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:18493;s:10:\"size_after\";i:17905;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:796;s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:11:\"size_before\";i:46727;s:10:\"size_after\";i:45931;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:910;s:7:\"percent\";d:2.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:45336;s:10:\"size_after\";i:44426;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1189;s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:86453;s:10:\"size_after\";i:85264;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1043;s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:11:\"size_before\";i:100951;s:10:\"size_after\";i:99908;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:903;s:7:\"percent\";d:1.6799999999999999378275106209912337362766265869140625;s:11:\"size_before\";i:53675;s:10:\"size_after\";i:52772;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:769;s:7:\"percent\";d:1.1100000000000000976996261670137755572795867919921875;s:11:\"size_before\";i:69020;s:10:\"size_after\";i:68251;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1223;s:7:\"percent\";d:1.689999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:72510;s:10:\"size_after\";i:71287;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1204;s:7:\"percent\";d:1.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:78076;s:10:\"size_after\";i:76872;}}}'),
(160,325,'_wp_attached_file','2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg'),
(161,325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:44:\"2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\";s:8:\"filesize\";i:129003;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(162,325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:18706;s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:631795;s:10:\"size_after\";i:613089;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:496;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:13041;s:10:\"size_after\";i:12545;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:248;s:7:\"percent\";d:6.75;s:11:\"size_before\";i:3675;s:10:\"size_after\";i:3427;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:356;s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:6343;s:10:\"size_after\";i:5987;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:749;s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:18553;s:10:\"size_after\";i:17804;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1255;s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:47992;s:10:\"size_after\";i:46737;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1524;s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:45487;s:10:\"size_after\";i:43963;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2392;s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:75663;s:10:\"size_after\";i:73271;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:1729;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:58144;s:10:\"size_after\";i:56415;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2615;s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:91875;s:10:\"size_after\";i:89260;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2471;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:83065;s:10:\"size_after\";i:80594;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:1789;s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:78586;s:10:\"size_after\";i:76797;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:3082;s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:109371;s:10:\"size_after\";i:106289;}}}'),
(164,329,'_wp_attached_file','2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg'),
(165,329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:47:\"2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg\";s:8:\"filesize\";i:152059;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(166,329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:21516;s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:572860;s:10:\"size_after\";i:551344;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:216;s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:3581;s:10:\"size_after\";i:3365;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:550;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:12901;s:10:\"size_after\";i:12351;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:324;s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:11:\"size_before\";i:6251;s:10:\"size_after\";i:5927;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:784;s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:19200;s:10:\"size_after\";i:18416;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:993;s:7:\"percent\";d:4;s:11:\"size_before\";i:24834;s:10:\"size_after\";i:23841;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1571;s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:41648;s:10:\"size_after\";i:40077;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:2394;s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:63490;s:10:\"size_after\";i:61096;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3339;s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:89398;s:10:\"size_after\";i:86059;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3222;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:89529;s:10:\"size_after\";i:86307;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3617;s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:103662;s:10:\"size_after\";i:100045;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:2005;s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:54588;s:10:\"size_after\";i:52583;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:2501;s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:63778;s:10:\"size_after\";i:61277;}}}'),
(168,331,'_wp_attached_file','2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg'),
(169,331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:970;s:6:\"height\";i:1440;s:4:\"file\";s:83:\"2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\";s:8:\"filesize\";i:1015884;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511796571\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(170,331,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.55999999999999994226840271949185989797115325927734375;s:5:\"bytes\";i:35180;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:801734;s:10:\"size_after\";i:766554;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:300;s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:4413;s:10:\"size_after\";i:4113;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:489;s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:7843;s:10:\"size_after\";i:7354;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:779;s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:16088;s:10:\"size_after\";i:15309;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1192;s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:23600;s:10:\"size_after\";i:22408;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2539;s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:56973;s:10:\"size_after\";i:54434;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:2665;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:60658;s:10:\"size_after\";i:57993;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4120;s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:95159;s:10:\"size_after\";i:91039;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3402;s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:75443;s:10:\"size_after\";i:72041;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3784;s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:91831;s:10:\"size_after\";i:88047;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5097;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:119533;s:10:\"size_after\";i:114436;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:4755;s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:109200;s:10:\"size_after\";i:104445;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:6058;s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:140993;s:10:\"size_after\";i:134935;}}}'),
(172,353,'_wp_attached_file','2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg'),
(173,353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:961;s:4:\"file\";s:47:\"2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg\";s:8:\"filesize\";i:138897;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(174,353,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:19776;s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:548195;s:10:\"size_after\";i:528419;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:325;s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:6245;s:10:\"size_after\";i:5920;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:192;s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:3609;s:10:\"size_after\";i:3417;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:483;s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:12279;s:10:\"size_after\";i:11796;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:792;s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:18764;s:10:\"size_after\";i:17972;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:946;s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:23067;s:10:\"size_after\";i:22121;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1487;s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:38202;s:10:\"size_after\";i:36715;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2192;s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:62340;s:10:\"size_after\";i:60148;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2162;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:58435;s:10:\"size_after\";i:56273;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:1852;s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:50272;s:10:\"size_after\";i:48420;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3371;s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:94334;s:10:\"size_after\";i:90963;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:3139;s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:100571;s:10:\"size_after\";i:97432;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:2835;s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:80077;s:10:\"size_after\";i:77242;}}}'),
(176,363,'_wp_attached_file','2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg'),
(177,363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:71:\"2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\";s:8:\"filesize\";i:138233;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(178,363,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:22344;s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:667602;s:10:\"size_after\";i:645258;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:261;s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:4040;s:10:\"size_after\";i:3779;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:418;s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:11:\"size_before\";i:7184;s:10:\"size_after\";i:6766;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:558;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:13126;s:10:\"size_after\";i:12568;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1737;s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:46589;s:10:\"size_after\";i:44852;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1907;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:54899;s:10:\"size_after\";i:52992;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2196;s:7:\"percent\";d:3.5;s:11:\"size_before\";i:62716;s:10:\"size_after\";i:60520;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2674;s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:77483;s:10:\"size_after\";i:74809;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2658;s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:86924;s:10:\"size_after\";i:84266;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3032;s:7:\"percent\";d:3.189999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:95047;s:10:\"size_after\";i:92015;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:850;s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:20444;s:10:\"size_after\";i:19594;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:2755;s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:85790;s:10:\"size_after\";i:83035;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3298;s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:113360;s:10:\"size_after\";i:110062;}}}'),
(180,365,'_wp_attached_file','2023/09/getty-images-YgqvRryUJtU-unsplash.jpg'),
(181,365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:45:\"2023/09/getty-images-YgqvRryUJtU-unsplash.jpg\";s:8:\"filesize\";i:257547;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(182,365,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:47753;s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:931462;s:10:\"size_after\";i:883709;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:563;s:7:\"percent\";d:6.25;s:11:\"size_before\";i:9001;s:10:\"size_after\";i:8438;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:339;s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:4755;s:10:\"size_after\";i:4416;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1177;s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:20628;s:10:\"size_after\";i:19451;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2309;s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:40641;s:10:\"size_after\";i:38332;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1826;s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:29880;s:10:\"size_after\";i:28054;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3500;s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:68945;s:10:\"size_after\";i:65445;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4849;s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:91410;s:10:\"size_after\";i:86561;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5167;s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:99984;s:10:\"size_after\";i:94817;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5731;s:7:\"percent\";d:5.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:106023;s:10:\"size_after\";i:100292;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6469;s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:139159;s:10:\"size_after\";i:132690;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:7655;s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:150313;s:10:\"size_after\";i:142658;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:8168;s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:170723;s:10:\"size_after\";i:162555;}}}'),
(184,366,'_wp_attached_file','2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg'),
(185,366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:957;s:6:\"height\";i:1440;s:4:\"file\";s:47:\"2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\";s:8:\"filesize\";i:101213;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186,366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:15214;s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:484277;s:10:\"size_after\";i:469063;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:214;s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:5113;s:10:\"size_after\";i:4899;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:143;s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:3072;s:10:\"size_after\";i:2929;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:444;s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:11257;s:10:\"size_after\";i:10813;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:403;s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:13847;s:10:\"size_after\";i:13444;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1149;s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:32505;s:10:\"size_after\";i:31356;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1237;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:41680;s:10:\"size_after\";i:40443;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1221;s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:37400;s:10:\"size_after\";i:36179;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1909;s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:60393;s:10:\"size_after\";i:58484;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1864;s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:65128;s:10:\"size_after\";i:63264;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2259;s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:73712;s:10:\"size_after\";i:71453;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2610;s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:88133;s:10:\"size_after\";i:85523;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1761;s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:52037;s:10:\"size_after\";i:50276;}}}'),
(188,382,'_wp_attached_file','2023/09/bed-setting-2021-08-28-22-30-02-utc-1.jpg'),
(189,382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2023/09/bed-setting-2021-08-28-22-30-02-utc-1.jpg\";s:8:\"filesize\";i:137692;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(190,382,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:18474;s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:509614;s:10:\"size_after\";i:491140;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:177;s:7:\"percent\";d:5.5999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:3158;s:10:\"size_after\";i:2981;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:253;s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:5489;s:10:\"size_after\";i:5236;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:463;s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:12070;s:10:\"size_after\";i:11607;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:881;s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:23221;s:10:\"size_after\";i:22340;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1327;s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:38998;s:10:\"size_after\";i:37671;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1802;s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:53732;s:10:\"size_after\";i:51930;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2072;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:58959;s:10:\"size_after\";i:56887;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1788;s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:51171;s:10:\"size_after\";i:49383;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2380;s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:66006;s:10:\"size_after\";i:63626;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3118;s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:84002;s:10:\"size_after\";i:80884;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:3630;s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:96059;s:10:\"size_after\";i:92429;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:583;s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:16749;s:10:\"size_after\";i:16166;}}}'),
(192,391,'_wp_attached_file','2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg'),
(193,391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:85:\"2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\";s:8:\"filesize\";i:157463;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(194,391,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.3400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:22420;s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:720689;s:10:\"size_after\";i:698269;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:302;s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:6517;s:10:\"size_after\";i:6215;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:202;s:7:\"percent\";d:5.4000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:3741;s:10:\"size_after\";i:3539;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:503;s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:14012;s:10:\"size_after\";i:13509;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:718;s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:19829;s:10:\"size_after\";i:19111;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1686;s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:51689;s:10:\"size_after\";i:50003;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1740;s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:55665;s:10:\"size_after\";i:53925;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2699;s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:86430;s:10:\"size_after\";i:83731;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3208;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:91370;s:10:\"size_after\";i:88162;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2041;s:7:\"percent\";d:3.189999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:64001;s:10:\"size_after\";i:61960;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:2744;s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:94322;s:10:\"size_after\";i:91578;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3463;s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:127033;s:10:\"size_after\";i:123570;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3114;s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:106080;s:10:\"size_after\";i:102966;}}}'),
(196,409,'_wp_attached_file','2023/09/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg'),
(197,409,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:963;s:4:\"file\";s:67:\"2023/09/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg\";s:8:\"filesize\";i:188414;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(198,409,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:22271;s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:666899;s:10:\"size_after\";i:644628;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:185;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:3451;s:10:\"size_after\";i:3266;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:270;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:6345;s:10:\"size_after\";i:6075;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:649;s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:20261;s:10:\"size_after\";i:19612;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:502;s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:15702;s:10:\"size_after\";i:15200;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1065;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:30359;s:10:\"size_after\";i:29294;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2003;s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:52601;s:10:\"size_after\";i:50598;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2690;s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:68688;s:10:\"size_after\";i:65998;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2145;s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:67376;s:10:\"size_after\";i:65231;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2187;s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:85606;s:10:\"size_after\";i:83419;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2868;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:79650;s:10:\"size_after\";i:76782;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3641;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:109766;s:10:\"size_after\";i:106125;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4066;s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:127094;s:10:\"size_after\";i:123028;}}}'),
(200,451,'_wp_attached_file','2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2.jpg'),
(201,451,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:66:\"2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2.jpg\";s:8:\"filesize\";i:192706;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(202,451,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:26480;s:7:\"percent\";d:3.75;s:11:\"size_before\";i:706878;s:10:\"size_after\";i:680398;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:256;s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:3975;s:10:\"size_after\";i:3719;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:407;s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:7019;s:10:\"size_after\";i:6612;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1095;s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:22180;s:10:\"size_after\";i:21085;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:851;s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:16389;s:10:\"size_after\";i:15538;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2421;s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:53426;s:10:\"size_after\";i:51005;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2781;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:75088;s:10:\"size_after\";i:72307;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3164;s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:80458;s:10:\"size_after\";i:77294;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2863;s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:69885;s:10:\"size_after\";i:67022;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2975;s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:104889;s:10:\"size_after\";i:101914;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3930;s:7:\"percent\";d:3.5;s:11:\"size_before\";i:112134;s:10:\"size_after\";i:108204;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:4211;s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:129832;s:10:\"size_after\";i:125621;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1526;s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:31603;s:10:\"size_after\";i:30077;}}}'),
(204,578,'_wp_attached_file','2023/09/bed-setting-2021-08-28-23-37-20-utc-1.jpg'),
(205,578,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2023/09/bed-setting-2021-08-28-23-37-20-utc-1.jpg\";s:8:\"filesize\";i:229929;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(206,578,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:36966;s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:795253;s:10:\"size_after\";i:758287;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:327;s:7:\"percent\";d:7.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:4479;s:10:\"size_after\";i:4152;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:503;s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:8103;s:10:\"size_after\";i:7600;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1183;s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:19423;s:10:\"size_after\";i:18240;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1285;s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:24995;s:10:\"size_after\";i:23710;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2022;s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:37135;s:10:\"size_after\";i:35113;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3210;s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:62516;s:10:\"size_after\";i:59306;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3608;s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:80276;s:10:\"size_after\";i:76668;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4533;s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:93544;s:10:\"size_after\";i:89011;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6143;s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:132176;s:10:\"size_after\";i:126033;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4032;s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:81616;s:10:\"size_after\";i:77584;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3638;s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:100513;s:10:\"size_after\";i:96875;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6482;s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:150477;s:10:\"size_after\";i:143995;}}}'),
(208,579,'_wp_attached_file','2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg'),
(209,579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:86:\"2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\";s:8:\"filesize\";i:195747;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(210,579,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:42888;s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:747725;s:10:\"size_after\";i:704837;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:744;s:7:\"percent\";d:7.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:9430;s:10:\"size_after\";i:8686;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:398;s:7:\"percent\";d:7.80999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:5093;s:10:\"size_after\";i:4695;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1439;s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:20990;s:10:\"size_after\";i:19551;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1976;s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:27397;s:10:\"size_after\";i:25421;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2520;s:7:\"percent\";d:6.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:37828;s:10:\"size_after\";i:35308;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3692;s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:59935;s:10:\"size_after\";i:56243;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4513;s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:11:\"size_before\";i:76106;s:10:\"size_after\";i:71593;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4653;s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:78919;s:10:\"size_after\";i:74266;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4965;s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:86196;s:10:\"size_after\";i:81231;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4544;s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:96590;s:10:\"size_after\";i:92046;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6258;s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:11:\"size_before\";i:115322;s:10:\"size_after\";i:109064;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7186;s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:133919;s:10:\"size_after\";i:126733;}}}'),
(212,592,'_wp_attached_file','2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg'),
(213,592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:85:\"2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\";s:8:\"filesize\";i:111888;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(214,592,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:20984;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:494164;s:10:\"size_after\";i:473180;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:235;s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:5349;s:10:\"size_after\";i:5114;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:165;s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:3202;s:10:\"size_after\";i:3037;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:569;s:7:\"percent\";d:3.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:14481;s:10:\"size_after\";i:13912;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:430;s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:11594;s:10:\"size_after\";i:11164;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1950;s:7:\"percent\";d:5;s:11:\"size_before\";i:39038;s:10:\"size_after\";i:37088;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1339;s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:33286;s:10:\"size_after\";i:31947;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1955;s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:44687;s:10:\"size_after\";i:42732;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2905;s:7:\"percent\";d:4.86000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:59739;s:10:\"size_after\";i:56834;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2695;s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:66452;s:10:\"size_after\";i:63757;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:2207;s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:54698;s:10:\"size_after\";i:52491;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3267;s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:80819;s:10:\"size_after\";i:77552;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3267;s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:80819;s:10:\"size_after\";i:77552;}}}'),
(216,608,'_wp_attached_file','2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg'),
(217,608,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:52:\"2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\";s:8:\"filesize\";i:160479;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218,608,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:22525;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:677842;s:10:\"size_after\";i:655317;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:266;s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:3915;s:10:\"size_after\";i:3649;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:390;s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:6852;s:10:\"size_after\";i:6462;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:913;s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:20233;s:10:\"size_after\";i:19320;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:913;s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:20233;s:10:\"size_after\";i:19320;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1472;s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:36741;s:10:\"size_after\";i:35269;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1903;s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:56424;s:10:\"size_after\";i:54521;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2481;s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:63379;s:10:\"size_after\";i:60898;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2243;s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:63410;s:10:\"size_after\";i:61167;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2521;s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:87219;s:10:\"size_after\";i:84698;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2624;s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:86682;s:10:\"size_after\";i:84058;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3792;s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:142311;s:10:\"size_after\";i:138519;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:3007;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:90443;s:10:\"size_after\";i:87436;}}}'),
(220,612,'_wp_attached_file','2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg'),
(221,612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:85:\"2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\";s:8:\"filesize\";i:203874;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222,612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:32257;s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:838309;s:10:\"size_after\";i:806052;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:401;s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:7539;s:10:\"size_after\";i:7138;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:274;s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:4210;s:10:\"size_after\";i:3936;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1048;s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:23054;s:10:\"size_after\";i:22006;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1048;s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:23054;s:10:\"size_after\";i:22006;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1936;s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:43425;s:10:\"size_after\";i:41489;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2774;s:7:\"percent\";d:4;s:11:\"size_before\";i:69374;s:10:\"size_after\";i:66600;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2882;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:75915;s:10:\"size_after\";i:73033;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3176;s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:76701;s:10:\"size_after\";i:73525;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4568;s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:118081;s:10:\"size_after\";i:113513;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3819;s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:108303;s:10:\"size_after\";i:104484;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:4187;s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:111197;s:10:\"size_after\";i:107010;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:6144;s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:177456;s:10:\"size_after\";i:171312;}}}'),
(224,625,'_wp_attached_file','2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg'),
(225,625,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:68:\"2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\";s:8:\"filesize\";i:242530;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(226,625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2199999999999999455990717933673295192420482635498046875;s:5:\"bytes\";i:36898;s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:872129;s:10:\"size_after\";i:835231;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:446;s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:6957;s:10:\"size_after\";i:6511;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:252;s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:3822;s:10:\"size_after\";i:3570;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1249;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:23232;s:10:\"size_after\";i:21983;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1249;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:23232;s:10:\"size_after\";i:21983;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2076;s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:45071;s:10:\"size_after\";i:42995;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2974;s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:67326;s:10:\"size_after\";i:64352;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3799;s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:84328;s:10:\"size_after\";i:80529;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3944;s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:84310;s:10:\"size_after\";i:80366;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3769;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:101891;s:10:\"size_after\";i:98122;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5275;s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:11:\"size_before\";i:123539;s:10:\"size_after\";i:118264;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4083;s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:107736;s:10:\"size_after\";i:103653;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7782;s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:200685;s:10:\"size_after\";i:192903;}}}'),
(228,652,'_wp_attached_file','2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg'),
(229,652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:60:\"2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg\";s:8:\"filesize\";i:85491;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230,652,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:10991;s:7:\"percent\";d:2;s:11:\"size_before\";i:548385;s:10:\"size_after\";i:537394;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:281;s:7:\"percent\";d:7.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:4005;s:10:\"size_after\";i:3724;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:685;s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:14458;s:10:\"size_after\";i:13773;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:384;s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:6627;s:10:\"size_after\";i:6243;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:650;s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:17192;s:10:\"size_after\";i:16542;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:887;s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:39115;s:10:\"size_after\";i:38228;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:994;s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:47108;s:10:\"size_after\";i:46114;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1195;s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:44261;s:10:\"size_after\";i:43066;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:746;s:7:\"percent\";d:1.4099999999999999200639422269887290894985198974609375;s:11:\"size_before\";i:52791;s:10:\"size_after\";i:52045;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1302;s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:69578;s:10:\"size_after\";i:68276;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1260;s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:82817;s:10:\"size_after\";i:81557;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:1211;s:7:\"percent\";d:1.6599999999999999200639422269887290894985198974609375;s:11:\"size_before\";i:73068;s:10:\"size_after\";i:71857;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1396;s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:11:\"size_before\";i:97365;s:10:\"size_after\";i:95969;}}}'),
(232,653,'_wp_attached_file','2023/09/bed-setting-2021-08-28-23-37-20-utc-2.jpg'),
(233,653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:962;s:4:\"file\";s:49:\"2023/09/bed-setting-2021-08-28-23-37-20-utc-2.jpg\";s:8:\"filesize\";i:123677;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(234,653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:20215;s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:557099;s:10:\"size_after\";i:536884;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:643;s:7:\"percent\";d:7.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:8511;s:10:\"size_after\";i:7868;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:405;s:7:\"percent\";d:8.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:4998;s:10:\"size_after\";i:4593;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1020;s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:17278;s:10:\"size_after\";i:16258;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1246;s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:22278;s:10:\"size_after\";i:21032;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1479;s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:29616;s:10:\"size_after\";i:28137;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1802;s:7:\"percent\";d:4;s:11:\"size_before\";i:45081;s:10:\"size_after\";i:43279;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2073;s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:55793;s:10:\"size_after\";i:53720;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2101;s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:59599;s:10:\"size_after\";i:57498;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2240;s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:62894;s:10:\"size_after\";i:60654;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2019;s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:76025;s:10:\"size_after\";i:74006;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2329;s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:80169;s:10:\"size_after\";i:77840;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:2858;s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:94857;s:10:\"size_after\";i:91999;}}}'),
(236,657,'_wp_attached_file','2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg'),
(237,657,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:837;s:6:\"height\";i:1200;s:4:\"file\";s:86:\"2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg\";s:8:\"filesize\";i:96041;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(238,657,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:15195;s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:599325;s:10:\"size_after\";i:584130;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:294;s:7:\"percent\";d:6.75;s:11:\"size_before\";i:4354;s:10:\"size_after\";i:4060;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:444;s:7:\"percent\";d:5.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:7408;s:10:\"size_after\";i:6964;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:757;s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:15955;s:10:\"size_after\";i:15198;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:782;s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:19264;s:10:\"size_after\";i:18482;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1191;s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:47886;s:10:\"size_after\";i:46695;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1361;s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:44869;s:10:\"size_after\";i:43508;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1312;s:7:\"percent\";d:2.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:53037;s:10:\"size_after\";i:51725;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1955;s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:78613;s:10:\"size_after\";i:76658;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1345;s:7:\"percent\";d:1.979999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:67828;s:10:\"size_after\";i:66483;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1748;s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:70482;s:10:\"size_after\";i:68734;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1947;s:7:\"percent\";d:2.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:90020;s:10:\"size_after\";i:88073;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:2059;s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:99609;s:10:\"size_after\";i:97550;}}}'),
(240,659,'_wp_attached_file','2023/09/silverline-script-demo.regular-webfont.woff'),
(241,659,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:28732;}'),
(242,670,'_wp_attached_file','2023/09/food-of-restaurant-2022-02-14-19-23-26-utc.jpg'),
(243,670,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:54:\"2023/09/food-of-restaurant-2022-02-14-19-23-26-utc.jpg\";s:8:\"filesize\";i:103732;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(244,670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.3200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:21780;s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:663201;s:10:\"size_after\";i:641421;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:589;s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:8146;s:10:\"size_after\";i:7557;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:366;s:7:\"percent\";d:7.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:4751;s:10:\"size_after\";i:4385;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:955;s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:16577;s:10:\"size_after\";i:15622;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1161;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:21644;s:10:\"size_after\";i:20483;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1709;s:7:\"percent\";d:3.5;s:11:\"size_before\";i:48794;s:10:\"size_after\";i:47085;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2018;s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:51961;s:10:\"size_after\";i:49943;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2102;s:7:\"percent\";d:3.5;s:11:\"size_before\";i:60010;s:10:\"size_after\";i:57908;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1960;s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:66719;s:10:\"size_after\";i:64759;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2674;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:89948;s:10:\"size_after\";i:87274;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2650;s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:82018;s:10:\"size_after\";i:79368;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2689;s:7:\"percent\";d:2.75;s:11:\"size_before\";i:97691;s:10:\"size_after\";i:95002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2907;s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:114942;s:10:\"size_after\";i:112035;}}}'),
(246,682,'_wp_attached_file','2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg'),
(247,682,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:2158;s:4:\"file\";s:86:\"2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg\";s:8:\"filesize\";i:216589;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(248,682,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:22712;s:7:\"percent\";d:2.189999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:1035997;s:10:\"size_after\";i:1013285;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:415;s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:7300;s:10:\"size_after\";i:6885;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:267;s:7:\"percent\";d:6.25;s:11:\"size_before\";i:4271;s:10:\"size_after\";i:4004;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:704;s:7:\"percent\";d:4.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:14671;s:10:\"size_after\";i:13967;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:859;s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:20082;s:10:\"size_after\";i:19223;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1527;s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:47478;s:10:\"size_after\";i:45951;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1170;s:7:\"percent\";d:2.5;s:11:\"size_before\";i:46855;s:10:\"size_after\";i:45685;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1476;s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:56902;s:10:\"size_after\";i:55426;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1109;s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:11:\"size_before\";i:69960;s:10:\"size_after\";i:68851;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1994;s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:82224;s:10:\"size_after\";i:80230;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1966;s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:75216;s:10:\"size_after\";i:73250;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2121;s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:90700;s:10:\"size_after\";i:88579;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2304;s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:106980;s:10:\"size_after\";i:104676;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2760;s:7:\"percent\";d:1.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:164993;s:10:\"size_after\";i:162233;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:4040;s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:248365;s:10:\"size_after\";i:244325;}}}'),
(250,683,'_wp_attached_file','2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg'),
(251,683,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:56:\"2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg\";s:8:\"filesize\";i:134293;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(252,683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:20849;s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:675890;s:10:\"size_after\";i:655041;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:527;s:7:\"percent\";d:6.96999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:7563;s:10:\"size_after\";i:7036;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:704;s:7:\"percent\";d:4.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:14205;s:10:\"size_after\";i:13501;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:339;s:7:\"percent\";d:7.80999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:4338;s:10:\"size_after\";i:3999;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1119;s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:21206;s:10:\"size_after\";i:20087;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1650;s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:47225;s:10:\"size_after\";i:45575;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2034;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:58550;s:10:\"size_after\";i:56516;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2218;s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:64093;s:10:\"size_after\";i:61875;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2634;s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:93923;s:10:\"size_after\";i:91289;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2251;s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:76758;s:10:\"size_after\";i:74507;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2376;s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:92599;s:10:\"size_after\";i:90223;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:2468;s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:85702;s:10:\"size_after\";i:83234;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2529;s:7:\"percent\";d:2.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:109728;s:10:\"size_after\";i:107199;}}}'),
(672,828,'_elementor_data','[{\"id\":\"ffb6797\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1e7783e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0305377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mobile-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eebd0a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"55cae70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fa4374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-orange.png\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8acedb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb8fb31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(254,684,'_wp_attached_file','2023/09/davey-gravy-Q_zr4AUhxnA-unsplash.jpg'),
(255,684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:44:\"2023/09/davey-gravy-Q_zr4AUhxnA-unsplash.jpg\";s:8:\"filesize\";i:124598;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(256,684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.269999999999999962252417162744677625596523284912109375;s:5:\"bytes\";i:27143;s:7:\"percent\";d:4;s:11:\"size_before\";i:679211;s:10:\"size_after\";i:652068;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:368;s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:4886;s:10:\"size_after\";i:4518;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:648;s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:8531;s:10:\"size_after\";i:7883;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:870;s:7:\"percent\";d:5.75;s:11:\"size_before\";i:15121;s:10:\"size_after\";i:14251;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1553;s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:23339;s:10:\"size_after\";i:21786;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2984;s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:60262;s:10:\"size_after\";i:57278;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:2009;s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:48393;s:10:\"size_after\";i:46384;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2926;s:7:\"percent\";d:4.5;s:11:\"size_before\";i:65035;s:10:\"size_after\";i:62109;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3053;s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:85523;s:10:\"size_after\";i:82470;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2923;s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:92266;s:10:\"size_after\";i:89343;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2753;s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:76855;s:10:\"size_after\";i:74102;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3823;s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:91344;s:10:\"size_after\";i:87521;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3233;s:7:\"percent\";d:3;s:11:\"size_before\";i:107656;s:10:\"size_after\";i:104423;}}}'),
(258,694,'_wp_attached_file','2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg'),
(259,694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:68:\"2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg\";s:8:\"filesize\";i:61450;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(260,694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.1999999999999999833466546306226518936455249786376953125;s:5:\"bytes\";i:8415;s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:11:\"size_before\";i:439765;s:10:\"size_after\";i:431350;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:216;s:7:\"percent\";d:5.96999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:3618;s:10:\"size_after\";i:3402;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:309;s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:6029;s:10:\"size_after\";i:5720;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:400;s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:11300;s:10:\"size_after\";i:10900;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:505;s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:15328;s:10:\"size_after\";i:14823;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:573;s:7:\"percent\";d:1.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:33423;s:10:\"size_after\";i:32850;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:736;s:7:\"percent\";d:2.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:35722;s:10:\"size_after\";i:34986;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:744;s:7:\"percent\";d:1.8200000000000000621724893790087662637233734130859375;s:11:\"size_before\";i:40975;s:10:\"size_after\";i:40231;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:835;s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:52038;s:10:\"size_after\";i:51203;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:878;s:7:\"percent\";d:1.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:49099;s:10:\"size_after\";i:48221;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:932;s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:57163;s:10:\"size_after\";i:56231;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1008;s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:62023;s:10:\"size_after\";i:61015;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1279;s:7:\"percent\";d:1.75;s:11:\"size_before\";i:73047;s:10:\"size_after\";i:71768;}}}'),
(671,828,'_elementor_version','3.15.3'),
(262,696,'_wp_attached_file','2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg'),
(263,696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:81:\"2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg\";s:8:\"filesize\";i:150014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(264,696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:26272;s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:783260;s:10:\"size_after\";i:756988;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:373;s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:11:\"size_before\";i:4798;s:10:\"size_after\";i:4425;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:647;s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:8813;s:10:\"size_after\";i:8166;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1170;s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:18225;s:10:\"size_after\";i:17055;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1616;s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:26041;s:10:\"size_after\";i:24425;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2323;s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:58788;s:10:\"size_after\";i:56465;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2600;s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:64436;s:10:\"size_after\";i:61836;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2834;s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:92700;s:10:\"size_after\";i:89866;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2967;s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:97726;s:10:\"size_after\";i:94759;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2696;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:72852;s:10:\"size_after\";i:70156;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3103;s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:100037;s:10:\"size_after\";i:96934;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3060;s:7:\"percent\";d:2.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:128643;s:10:\"size_after\";i:125583;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2883;s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:110201;s:10:\"size_after\";i:107318;}}}'),
(266,697,'_wp_attached_file','2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg'),
(267,697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg\";s:8:\"filesize\";i:148792;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(268,697,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:5:\"bytes\";i:26719;s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:737441;s:10:\"size_after\";i:710722;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:442;s:7:\"percent\";d:8.6199999999999992184029906638897955417633056640625;s:11:\"size_before\";i:5127;s:10:\"size_after\";i:4685;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:724;s:7:\"percent\";d:8.1199999999999992184029906638897955417633056640625;s:11:\"size_before\";i:8916;s:10:\"size_after\";i:8192;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1039;s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:17788;s:10:\"size_after\";i:16749;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1494;s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:24386;s:10:\"size_after\";i:22892;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2492;s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:56875;s:10:\"size_after\";i:54383;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2047;s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:54444;s:10:\"size_after\";i:52397;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3042;s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:89692;s:10:\"size_after\";i:86650;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2822;s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:68570;s:10:\"size_after\";i:65748;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2297;s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:82632;s:10:\"size_after\";i:80335;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3373;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:97258;s:10:\"size_after\";i:93885;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3310;s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:107105;s:10:\"size_after\";i:103795;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3637;s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:124648;s:10:\"size_after\";i:121011;}}}'),
(670,828,'_elementor_template_type','wp-post'),
(270,698,'_wp_attached_file','2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg'),
(271,698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg\";s:8:\"filesize\";i:147646;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(272,698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.1799999999999999655830862366201472468674182891845703125;s:5:\"bytes\";i:32989;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:773522;s:10:\"size_after\";i:740533;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:604;s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:8347;s:10:\"size_after\";i:7743;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:353;s:7:\"percent\";d:7.730000000000000426325641456060111522674560546875;s:11:\"size_before\";i:4567;s:10:\"size_after\";i:4214;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:904;s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:16181;s:10:\"size_after\";i:15277;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1405;s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:24490;s:10:\"size_after\";i:23085;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2336;s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:11:\"size_before\";i:54659;s:10:\"size_after\";i:52323;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3115;s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:71731;s:10:\"size_after\";i:68616;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3552;s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:70460;s:10:\"size_after\";i:66908;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3609;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:95050;s:10:\"size_after\";i:91441;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3518;s:7:\"percent\";d:4;s:11:\"size_before\";i:87885;s:10:\"size_after\";i:84367;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4023;s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:105619;s:10:\"size_after\";i:101596;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5086;s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:110947;s:10:\"size_after\";i:105861;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4484;s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:123586;s:10:\"size_after\";i:119102;}}}'),
(274,709,'_wp_attached_file','2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg'),
(275,709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:56:\"2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg\";s:8:\"filesize\";i:136089;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(276,709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:38973;s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:881211;s:10:\"size_after\";i:842238;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:796;s:7:\"percent\";d:8.25;s:11:\"size_before\";i:9650;s:10:\"size_after\";i:8854;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:455;s:7:\"percent\";d:8.3800000000000007815970093361102044582366943359375;s:11:\"size_before\";i:5429;s:10:\"size_after\";i:4974;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1541;s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:20990;s:10:\"size_after\";i:19449;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1844;s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:27649;s:10:\"size_after\";i:25805;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3554;s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:79930;s:10:\"size_after\";i:76376;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3447;s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:66732;s:10:\"size_after\";i:63285;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3410;s:7:\"percent\";d:4.62000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:73739;s:10:\"size_after\";i:70329;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4626;s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:105882;s:10:\"size_after\";i:101256;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4686;s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:114611;s:10:\"size_after\";i:109925;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4178;s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:102408;s:10:\"size_after\";i:98230;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:5532;s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:148194;s:10:\"size_after\";i:142662;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:4904;s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:125997;s:10:\"size_after\";i:121093;}}}'),
(669,828,'_elementor_edit_mode','builder'),
(278,710,'_wp_attached_file','2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg'),
(279,710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg\";s:8:\"filesize\";i:110234;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(280,710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:16699;s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:590253;s:10:\"size_after\";i:573554;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:508;s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:7646;s:10:\"size_after\";i:7138;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:330;s:7:\"percent\";d:7.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:4408;s:10:\"size_after\";i:4078;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:707;s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:14370;s:10:\"size_after\";i:13663;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1016;s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:11:\"size_before\";i:20597;s:10:\"size_after\";i:19581;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1468;s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:44485;s:10:\"size_after\";i:43017;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1252;s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:46650;s:10:\"size_after\";i:45398;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1303;s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:69663;s:10:\"size_after\";i:68360;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2135;s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:69831;s:10:\"size_after\";i:67696;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2050;s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:76657;s:10:\"size_after\";i:74607;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2079;s:7:\"percent\";d:2.5;s:11:\"size_before\";i:83014;s:10:\"size_after\";i:80935;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:2090;s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:96466;s:10:\"size_after\";i:94376;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1761;s:7:\"percent\";d:3.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:56466;s:10:\"size_after\";i:54705;}}}'),
(282,711,'_wp_attached_file','2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg'),
(283,711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:964;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg\";s:8:\"filesize\";i:122276;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(284,711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:15789;s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:622969;s:10:\"size_after\";i:607180;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:441;s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:7535;s:10:\"size_after\";i:7094;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:323;s:7:\"percent\";d:7.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:4451;s:10:\"size_after\";i:4128;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:715;s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:15030;s:10:\"size_after\";i:14315;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:869;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:20435;s:10:\"size_after\";i:19566;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1261;s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:46564;s:10:\"size_after\";i:45303;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1283;s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:49453;s:10:\"size_after\";i:48170;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1479;s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:57632;s:10:\"size_after\";i:56153;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1654;s:7:\"percent\";d:2.25;s:11:\"size_before\";i:73357;s:10:\"size_after\";i:71703;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1621;s:7:\"percent\";d:2.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:73040;s:10:\"size_after\";i:71419;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1873;s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:88851;s:10:\"size_after\";i:86978;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1893;s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:81191;s:10:\"size_after\";i:79298;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2377;s:7:\"percent\";d:2.25;s:11:\"size_before\";i:105430;s:10:\"size_after\";i:103053;}}}'),
(668,828,'_wp_page_template','elementor_canvas'),
(286,712,'_elementor_edit_mode','builder'),
(287,712,'_elementor_template_type','kit'),
(288,712,'_wp_page_template','default'),
(289,712,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:51:\"Hoteller | Island &amp; Beach Hotel WordPress Theme\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1170;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:6:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:19:\"page_title_selector\";s:13:\"#page_caption\";s:21:\"default_page_template\";s:23:\"elementor_header_footer\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(290,712,'_elementor_data','[]'),
(291,712,'_elementor_page_assets','a:0:{}'),
(292,712,'_elementor_version','3.15.3'),
(293,713,'fonts-data','a:4:{s:9:\"font_name\";s:11:\"Reforma1969\";s:13:\"font_fallback\";s:0:\"\";s:12:\"font_display\";s:0:\"\";s:10:\"variations\";a:1:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:9:\"font_file\";s:0:\"\";s:8:\"font_url\";a:1:{i:0;s:101:\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/Reforma1969-Blanca.woff\";}s:10:\"font_style\";s:6:\"normal\";s:11:\"font_weight\";s:3:\"400\";}}}'),
(294,713,'fonts-face','@font-face {\n	font-family: \'Reforma1969\';\n	font-weight: 400;\n	src: url(\'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/Reforma1969-Blanca.woff\') format(\'woff\');\n}\n'),
(295,713,'font-type','local'),
(296,714,'_wp_page_template','elementor_canvas'),
(297,714,'_elementor_edit_mode','builder'),
(298,714,'_elementor_template_type','wp-post'),
(299,714,'_elementor_version','3.15.3'),
(300,714,'_elementor_data','[{\"id\":\"ffb6797\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1e7783e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0305377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mobile-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eebd0a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"55cae70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fa4374\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-orange.png\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8acedb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb8fb31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(301,714,'_elementor_page_assets','a:0:{}'),
(674,829,'_wp_page_template','elementor_canvas'),
(303,715,'_wp_page_template','elementor_canvas'),
(304,715,'_elementor_edit_mode','builder'),
(305,715,'_elementor_template_type','wp-post'),
(306,715,'_elementor_version','3.15.3'),
(307,715,'_elementor_data','[{\"id\":\"d84c731\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"db10153\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"33e7993\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mobile-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b31ee36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e7b90f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c859eb3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-sticky.png\",\"id\":70,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":204,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0d757f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3980fe4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(308,715,'_elementor_page_assets','a:0:{}'),
(680,830,'_wp_page_template','elementor_canvas'),
(310,716,'_wp_page_template','elementor_canvas'),
(311,716,'_elementor_edit_mode','builder'),
(312,716,'_elementor_template_type','wp-post'),
(313,716,'_elementor_version','3.15.3'),
(314,716,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#000000\";}'),
(315,716,'_elementor_data','[{\"id\":\"3152013\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"6a917bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da447d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":97,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/menu-icon-white.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97a9df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5b638d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24b533d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-white.png\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4a70286\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb90b54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(316,716,'_elementor_page_assets','a:0:{}'),
(687,831,'_wp_page_template','elementor_canvas'),
(318,81,'_wp_page_template','elementor_canvas'),
(319,81,'_elementor_edit_mode','builder'),
(320,81,'_elementor_template_type','wp-post'),
(321,81,'_elementor_version','3.15.3'),
(322,81,'_elementor_data','[{\"id\":\"f303ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":9,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ab38c16\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":36,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"_inline_size_mobile\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5426641\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/close-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"true\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"356c7e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Close\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0208eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.333,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"_inline_size_mobile\":30,\"content_position_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66eec64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-orange.png\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b9e609\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":36,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"_inline_size_mobile\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82dfb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5869293\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"65aafb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99ba5bf\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"b935647\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f898e19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hoteller\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28e67e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3de701d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Island Resort\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ac270\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Rooms\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba59036\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About The Hotel\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9cd9262\"},{\"text\":\"Restaurant & Bar\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/restaurant-bar\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1314b61\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"94c9283\"},{\"text\":\"Make a Reservation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6adf4cf\"},{\"text\":\"Get Directions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c91df2f\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Reforma1969\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_align\":\"center\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c388ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CACACA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b98d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb54564\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50621ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Types\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a9d2e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Standard Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba59036\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Deluxe Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6dc8164\"},{\"text\":\"Superior Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b346969\"},{\"text\":\"Signature Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/signature-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"20a739f\"},{\"text\":\"Executive Suite\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/executive-suite\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6b1a7df\"},{\"text\":\"Pool Villa\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/pool-villa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d9aa112\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Reforma1969\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_align\":\"center\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b2776e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f063669\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align_mobile\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"b988dac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.333,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d8ca2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2342712\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-square\",\"library\":\"fa-brands\"},\"_id\":\"f021999\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ac9a21a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"7c29004\"},{\"_id\":\"5d6ca55\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f9cf17a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"align\":\"flex-end\",\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(323,81,'_elementor_page_assets','a:0:{}'),
(324,81,'_oembed_b324d33765f0a3d1d00d6521f38e3512','<blockquote class=\"wp-embedded-content\" data-secret=\"8ru2HtPO6w\"><a href=\"https://hotellerv6-5.themegoods.com/island/book-now/\">Book Now</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Book Now&#8221; &#8212; Hoteller | Island &amp; Beach Hotel WordPress Theme\" src=\"https://hotellerv6-5.themegoods.com/island/book-now/embed/#?secret=49af7V7vpo#?secret=8ru2HtPO6w\" data-secret=\"8ru2HtPO6w\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(325,81,'_oembed_time_b324d33765f0a3d1d00d6521f38e3512','1693873010'),
(693,832,'_wp_page_template','elementor_canvas'),
(327,108,'_wp_page_template','elementor_canvas'),
(328,108,'_elementor_edit_mode','builder'),
(329,108,'_elementor_template_type','wp-post'),
(330,108,'_elementor_version','3.15.3'),
(331,108,'_elementor_data','[{\"id\":\"98ec71d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"79e47fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fcb1f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dcdbf81\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#979797\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e471fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"844e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 All Rights Reserved\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"757f767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.333,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"408dc70\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Rooms\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7775d04\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About The Hotel\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2672010\"},{\"text\":\"Restaurant\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6fe8458\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c38e7d\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6d6dd33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6bf26d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-square\",\"library\":\"fa-brands\"},\"_id\":\"f021999\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ac9a21a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"7c29004\"},{\"_id\":\"5d6ca55\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a55faa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"35db5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0000525\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98fcce0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e0a7752\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7956f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_travellers_choice.png\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7fd32e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_com.png\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cc117b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/booking_com.png\",\"id\":120,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bcb4d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/international_hotel_awards.png\",\"id\":119,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dcf997a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/global_luxury_hotel_spa.png\",\"id\":118,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87380f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/world_boutique_hotel_awards.png\",\"id\":117,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(332,108,'_elementor_page_assets','a:0:{}'),
(334,295,'mphb_room_type_id','130'),
(335,295,'mphb_description',''),
(336,295,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:69;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(337,296,'mphb_room_type_id','280'),
(338,296,'mphb_description',''),
(339,296,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:99;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(340,568,'mphb_key','booking_568_64f6ac8d33c802.94487289'),
(341,568,'mphb_check_in_date','2023-09-16'),
(342,568,'mphb_check_out_date','2023-09-17'),
(343,568,'mphb_note',''),
(344,568,'mphb_customer_id','1'),
(345,568,'mphb_email','peterpan@gmail.com'),
(346,568,'mphb_first_name','Peter'),
(347,568,'mphb_last_name','Pan'),
(348,568,'mphb_phone','+813431223029'),
(349,568,'mphb_country','JP'),
(350,568,'mphb_state',''),
(351,568,'mphb_city',''),
(352,568,'mphb_zip',''),
(353,568,'mphb_address1',''),
(354,568,'mphb_total_price','157'),
(355,568,'mphb_ical_prodid',''),
(356,568,'mphb_ical_summary',''),
(357,568,'mphb_ical_description',''),
(358,568,'mphb_language','en'),
(359,568,'_mphb_checkout_id','a5bd35870b2849bd87518df49a5f5dd6'),
(360,568,'_mphb_booking_price_breakdown','{\"rooms\":[{\"room\":{\"type\":\"Deluxe Room\",\"rate\":\"Deluxe Room Rate\",\"list\":{\"2023-09-16\":99},\"total\":99,\"discount\":0,\"discount_total\":99,\"adults\":1,\"children\":1,\"children_capacity\":1},\"services\":{\"list\":[{\"title\":\"Breakfast\",\"details\":\"<span class=\\\"mphb-price\\\"><span class=\\\"mphb-currency\\\">&euro;<\\/span>27.55<\\/span> &#215; 1 night &#215; 2 adults\",\"total\":58}],\"total\":58},\"fees\":{\"list\":[],\"total\":0},\"taxes\":{\"room\":{\"list\":[],\"total\":0},\"services\":{\"list\":[],\"total\":0},\"fees\":{\"list\":[],\"total\":0}},\"total\":157,\"discount_total\":157}],\"total\":157}'),
(361,568,'_mphb_wait_payment','570'),
(362,568,'mphb_coupon_id',''),
(363,570,'_mphb_key','payment_570_64f6ac8d409063.79410498'),
(364,570,'_mphb_logs','a:2:{i:0;a:2:{s:4:\"date\";s:19:\"2023-09-05 04:20:29\";s:7:\"message\";s:35:\"Status changed from New to Pending.\";}i:1;a:2:{s:4:\"date\";s:19:\"2023-09-05 04:20:29\";s:7:\"message\";s:41:\"Status changed from Pending to Completed.\";}}'),
(365,570,'_mphb_gateway','test'),
(366,570,'_mphb_gateway_mode','live'),
(367,570,'_mphb_amount','157'),
(368,570,'_mphb_currency','USD'),
(369,570,'_mphb_transaction_id',''),
(370,570,'_mphb_booking_id','568'),
(371,570,'_mphb_email',''),
(372,570,'_mphb_is_authorized','1'),
(373,660,'fonts-data','a:4:{s:9:\"font_name\";s:29:\"silverline_script_demoregular\";s:13:\"font_fallback\";s:0:\"\";s:12:\"font_display\";s:0:\"\";s:10:\"variations\";a:1:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:9:\"font_file\";s:0:\"\";s:8:\"font_url\";a:1:{i:0;s:121:\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/silverline-script-demo.regular-webfont.woff\";}s:10:\"font_style\";s:6:\"normal\";s:11:\"font_weight\";s:3:\"400\";}}}'),
(374,660,'fonts-face','@font-face {\n	font-family: \'silverline_script_demoregular\';\n	font-weight: 400;\n	src: url(\'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/silverline-script-demo.regular-webfont.woff\') format(\'woff\');\n}\n'),
(375,660,'font-type','local'),
(376,717,'_wp_attached_file','2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg'),
(377,717,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:81:\"2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg\";s:8:\"filesize\";i:108172;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(378,717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:16264;s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:554801;s:10:\"size_after\";i:538537;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:389;s:7:\"percent\";d:8.21000000000000085265128291212022304534912109375;s:11:\"size_before\";i:4737;s:10:\"size_after\";i:4348;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:581;s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:7910;s:10:\"size_after\";i:7329;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:755;s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:11:\"size_before\";i:14332;s:10:\"size_after\";i:13577;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1094;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:20347;s:10:\"size_after\";i:19253;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:935;s:7:\"percent\";d:2.399999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:38960;s:10:\"size_after\";i:38025;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1477;s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:43273;s:10:\"size_after\";i:41796;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:971;s:7:\"percent\";d:1.75;s:11:\"size_before\";i:55353;s:10:\"size_after\";i:54382;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1918;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:55279;s:10:\"size_after\";i:53361;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1893;s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:67146;s:10:\"size_after\";i:65253;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2311;s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:93048;s:10:\"size_after\";i:90737;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1964;s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:80044;s:10:\"size_after\";i:78080;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1976;s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:74372;s:10:\"size_after\";i:72396;}}}'),
(701,833,'_elementor_version','3.16.4'),
(380,727,'_wp_attached_file','2023/09/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg'),
(381,727,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:85:\"2023/09/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg\";s:8:\"filesize\";i:235146;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(382,727,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:31844;s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:750545;s:10:\"size_after\";i:718701;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:204;s:7:\"percent\";d:5.78000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:3528;s:10:\"size_after\";i:3324;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:333;s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:6579;s:10:\"size_after\";i:6246;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1079;s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:22014;s:10:\"size_after\";i:20935;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:809;s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:11:\"size_before\";i:15623;s:10:\"size_after\";i:14814;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1559;s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:31256;s:10:\"size_after\";i:29697;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2514;s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:54588;s:10:\"size_after\";i:52074;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3215;s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:73042;s:10:\"size_after\";i:69827;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3284;s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:79126;s:10:\"size_after\";i:75842;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3541;s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:11:\"size_before\";i:84619;s:10:\"size_after\";i:81078;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4018;s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:112949;s:10:\"size_after\";i:108931;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5573;s:7:\"percent\";d:4.480000000000000426325641456060111522674560546875;s:11:\"size_before\";i:124438;s:10:\"size_after\";i:118865;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5715;s:7:\"percent\";d:4;s:11:\"size_before\";i:142783;s:10:\"size_after\";i:137068;}}}'),
(384,740,'_wp_attached_file','2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg'),
(385,740,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:86:\"2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\";s:8:\"filesize\";i:297522;s:5:\"sizes\";a:2:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:86:\"umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29422;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:86:\"umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4567;}}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:{}}}'),
(386,740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:53465;s:7:\"percent\";d:5.46999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:976868;s:10:\"size_after\";i:923403;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:585;s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:11:\"size_before\";i:8968;s:10:\"size_after\";i:8383;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:338;s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:4611;s:10:\"size_after\";i:4273;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1354;s:7:\"percent\";d:6.4000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:21140;s:10:\"size_after\";i:19786;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1761;s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:29912;s:10:\"size_after\";i:28151;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2517;s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:42204;s:10:\"size_after\";i:39687;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:4358;s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:72516;s:10:\"size_after\";i:68158;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5566;s:7:\"percent\";d:5.75;s:11:\"size_before\";i:96728;s:10:\"size_after\";i:91162;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5691;s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:104409;s:10:\"size_after\";i:98718;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6194;s:7:\"percent\";d:5.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:111401;s:10:\"size_after\";i:105207;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7011;s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:145197;s:10:\"size_after\";i:138186;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:8318;s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:155793;s:10:\"size_after\";i:147475;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:9772;s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:183989;s:10:\"size_after\";i:174217;}}}'),
(700,833,'_elementor_template_type','page'),
(388,756,'_wp_attached_file','2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg'),
(389,756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:809;s:4:\"file\";s:52:\"2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\";s:8:\"filesize\";i:149129;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(390,756,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:24692;s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:503331;s:10:\"size_after\";i:478639;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:254;s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:4871;s:10:\"size_after\";i:4617;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:572;s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:10771;s:10:\"size_after\";i:10199;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:169;s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:2871;s:10:\"size_after\";i:2702;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:689;s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:14791;s:10:\"size_after\";i:14102;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1238;s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:21059;s:10:\"size_after\";i:19821;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2178;s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:37223;s:10:\"size_after\";i:35045;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2863;s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:54104;s:10:\"size_after\";i:51241;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2280;s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:50071;s:10:\"size_after\";i:47791;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3151;s:7:\"percent\";d:5.5;s:11:\"size_before\";i:57330;s:10:\"size_after\";i:54179;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2253;s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:64099;s:10:\"size_after\";i:61846;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4415;s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:90662;s:10:\"size_after\";i:86247;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4630;s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:95479;s:10:\"size_after\";i:90849;}}}'),
(392,765,'_wp_attached_file','2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg'),
(393,765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:961;s:4:\"file\";s:48:\"2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg\";s:8:\"filesize\";i:178260;s:5:\"sizes\";a:2:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"edvin-johansson-rlwE8f8anOc-unsplash-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21157;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"edvin-johansson-rlwE8f8anOc-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3761;}}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:{}}}'),
(394,765,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:27331;s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:651631;s:10:\"size_after\";i:624300;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:12:{s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:232;s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:3760;s:10:\"size_after\";i:3528;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:394;s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:6669;s:10:\"size_after\";i:6275;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:729;s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:14408;s:10:\"size_after\";i:13679;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1014;s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:21220;s:10:\"size_after\";i:20206;}s:24:\"hoteller-gallery-masonry\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1375;s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:27660;s:10:\"size_after\";i:26285;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2042;s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:46717;s:10:\"size_after\";i:44675;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2994;s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:72136;s:10:\"size_after\";i:69142;}s:21:\"hoteller-gallery-list\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3424;s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:73127;s:10:\"size_after\";i:69703;}s:13:\"hoteller-blog\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:3647;s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:98184;s:10:\"size_after\";i:94537;}s:19:\"hoteller-album-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:4099;s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:108387;s:10:\"size_after\";i:104288;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4598;s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:117282;s:10:\"size_after\";i:112684;}s:21:\"hoteller-gallery-grid\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2783;s:7:\"percent\";d:4.480000000000000426325641456060111522674560546875;s:11:\"size_before\";i:62081;s:10:\"size_after\";i:59298;}}}'),
(699,833,'_elementor_edit_mode','builder'),
(396,796,'_elementor_edit_mode','builder'),
(397,796,'_elementor_template_type','page'),
(398,796,'_elementor_version','3.16.4'),
(399,796,'_wp_page_template','elementor_header_footer'),
(400,796,'_elementor_data','[{\"id\":\"3d70e14b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg?_t=1693894049\",\"id\":727,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"background_overlay_opacity_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"42ebd8f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"5986f830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Relax &\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3aabc851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind by the Sea\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2901cafa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Serene Escape at the Beach Hotel\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1d3f5fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d0e41cd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cfa972a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc72531\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4054d186\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"27564dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b61122b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dfb0a1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\",\"id\":740,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d924f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ef0a0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your Perfect Beach Hotel Getaway\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b420698\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef79b52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b8e7a81\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno - Hotel Manager\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cad6cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"79504628\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4950f03\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":592,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\"},{\"id\":756,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\"},{\"id\":608,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\"},{\"id\":579,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\"},{\"id\":612,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38836fd1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f50eab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_disable\":\"769\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"1b9f7c46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunsets and Memories: Create Timeless Moments at Our Beach Hotel\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b90a004\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\\u00a0<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"164e876a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5faf5fbc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"66a4f9ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ba676c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b7eb740\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43ca266\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ed22c75\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"117474a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"align_mobile\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a36e2ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Suites\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f07e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f1efe61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"740b6c9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Our Suites\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6637589e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f572d86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/edvin-johansson-rlwE8f8anOc-unsplash.jpg\",\"id\":765,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12c09b59\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"112f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"46b91770\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"515988a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d911ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3aeeeed9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69d8c4a0\",\"elType\":\"section\",\"settings\":{\"overflow\":\"hidden\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"448f6465\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"48817c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14297a3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Staying at this hotel was an absolute delight\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"header_size\":\"h3\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"469c54f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20f4e0f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Stories\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#686868\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"30\",\"bottom\":\"17\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"16a79028\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a83a160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d086e5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-290,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":-176,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":413.6000000000000227373675443232059478759765625,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":187,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"hoteller_ext_mobile_static\":\"true\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(401,796,'_elementor_page_assets','a:0:{}'),
(705,834,'_wp_page_template','elementor_header_footer'),
(403,808,'_elementor_edit_mode','builder'),
(404,808,'_elementor_template_type','page'),
(405,808,'_elementor_version','3.16.4'),
(406,808,'_wp_page_template','elementor_header_footer'),
(407,808,'_elementor_data','[{\"id\":\"5a98d3fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73aa4fbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":80,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"2c620184\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6536dc85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5913c08c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b725c5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa6538b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"253fdef2\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f42c1a8\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"138cf922\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fbf50ea\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\",\"id\":331,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Signature Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 55 sqm \\/ 592 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults,2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/signature-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Executive Suite\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 77 sqm \\/ 828 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/executive-suite\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Pool Villa\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/pool-villa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(408,808,'_elementor_page_assets','a:0:{}'),
(409,133,'mphb_room_type_id','130'),
(410,134,'mphb_room_type_id','130'),
(411,135,'mphb_room_type_id','130'),
(412,136,'mphb_room_type_id','130'),
(413,137,'mphb_room_type_id','130'),
(414,138,'mphb_room_type_id','130'),
(415,139,'mphb_room_type_id','130'),
(416,140,'mphb_room_type_id','130'),
(417,141,'mphb_room_type_id','130'),
(418,142,'mphb_room_type_id','130'),
(419,282,'mphb_room_type_id','280'),
(420,283,'mphb_room_type_id','280'),
(421,284,'mphb_room_type_id','280'),
(422,285,'mphb_room_type_id','280'),
(423,286,'mphb_room_type_id','280'),
(424,347,'mphb_room_type_id','335'),
(425,347,'mphb_description',''),
(426,347,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:129;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(427,386,'mphb_room_type_id','370'),
(428,386,'mphb_description',''),
(429,386,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:169;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(430,404,'mphb_room_type_id','395'),
(431,404,'mphb_description',''),
(432,404,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:199;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(433,458,'mphb_room_type_id','437'),
(434,458,'mphb_description',''),
(435,458,'mphb_season_prices','a:1:{i:0;a:2:{s:6:\"season\";s:3:\"129\";s:5:\"price\";a:4:{s:7:\"periods\";a:1:{i:0;i:1;}s:6:\"prices\";a:1:{i:0;d:219;}s:17:\"enable_variations\";b:0;s:10:\"variations\";a:0:{}}}}'),
(436,569,'_mphb_room_id','282'),
(437,569,'_mphb_rate_id','296'),
(438,569,'_mphb_adults','1'),
(439,569,'_mphb_children','1'),
(440,569,'_mphb_services','a:1:{i:0;a:3:{s:2:\"id\";i:144;s:6:\"adults\";i:2;s:8:\"quantity\";i:1;}}'),
(441,569,'_mphb_guest_name','Peter Pan'),
(442,569,'_mphb_uid','5cd9c0444f28490a9dd05340cfabc0ee@hoteller.host'),
(443,287,'mphb_room_type_id','280'),
(444,288,'mphb_room_type_id','280'),
(445,289,'mphb_room_type_id','280'),
(446,290,'mphb_room_type_id','280'),
(447,291,'mphb_room_type_id','280'),
(448,337,'mphb_room_type_id','335'),
(449,338,'mphb_room_type_id','335'),
(450,339,'mphb_room_type_id','335'),
(451,340,'mphb_room_type_id','335'),
(452,341,'mphb_room_type_id','335'),
(453,342,'mphb_room_type_id','335'),
(454,343,'mphb_room_type_id','335'),
(455,344,'mphb_room_type_id','335'),
(456,345,'mphb_room_type_id','335'),
(457,346,'mphb_room_type_id','335'),
(458,372,'mphb_room_type_id','370'),
(459,373,'mphb_room_type_id','370'),
(460,374,'mphb_room_type_id','370'),
(461,375,'mphb_room_type_id','370'),
(462,376,'mphb_room_type_id','370'),
(463,129,'mphb_start_date','2023-09-04'),
(464,129,'mphb_end_date','2038-09-04'),
(465,129,'mphb_days','a:7:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";}'),
(466,130,'_wp_page_template','elementor_header_footer'),
(467,130,'mphb_adults_capacity','2'),
(468,130,'mphb_children_capacity','1'),
(469,130,'mphb_total_capacity',''),
(470,130,'mphb_size','27'),
(471,130,'mphb_view','Courtyard View'),
(472,130,'mphb_bed','King-size'),
(473,130,'mphb_gallery',''),
(474,130,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(475,130,'_thumbnail_id','145'),
(476,130,'_elementor_edit_mode','builder'),
(477,130,'_elementor_template_type','wp-post'),
(478,130,'_elementor_version','3.15.3'),
(479,130,'_elementor_data','[{\"id\":\"eebcf30\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693807928\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"98e24c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"c20e5af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3299efb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2b0ada4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"bd5d2dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9213985\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"3df0d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"21e8cfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb1ace9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"843f28d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"9c396a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nestled in the heart of the city, our luxurious retreat offers a haven of relaxation and sophistication, perfect for both business and leisure travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01212a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"031fbc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cd46e2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":192,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":194,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\"},{\"id\":195,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97ab394\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d06d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c780cf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3451eb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d99a5c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b601c9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22338f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"774b560\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":256,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"},{\"id\":258,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"445e0a2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bd5c350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d1282d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cc74e2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfa20f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a71343\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(480,130,'_elementor_page_assets','a:0:{}'),
(712,835,'_wp_page_template','elementor_header_footer'),
(482,143,'mphb_price','100'),
(483,143,'mphb_price_periodicity','once'),
(484,143,'mphb_min_quantity','1'),
(485,143,'mphb_is_auto_limit','0'),
(486,143,'mphb_max_quantity','0'),
(487,143,'mphb_price_quantity','once'),
(488,144,'mphb_price','29'),
(489,144,'mphb_price_periodicity','per_night'),
(490,144,'mphb_min_quantity','1'),
(491,144,'mphb_is_auto_limit','0'),
(492,144,'mphb_max_quantity','0'),
(493,144,'mphb_price_quantity','per_adult'),
(494,280,'_wp_page_template','elementor_header_footer'),
(495,280,'mphb_adults_capacity','2'),
(496,280,'mphb_children_capacity','1'),
(497,280,'mphb_total_capacity',''),
(498,280,'mphb_size','32'),
(499,280,'mphb_view','Courtyard View'),
(500,280,'mphb_bed','Twin'),
(501,280,'mphb_gallery',''),
(502,280,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(503,280,'_thumbnail_id','292'),
(504,280,'_wp_old_slug','deluxe'),
(505,280,'_elementor_edit_mode','builder'),
(506,280,'_elementor_template_type','wp-post'),
(507,280,'_elementor_version','3.15.3'),
(508,280,'_elementor_data','[{\"id\":\"6551ab8b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693816310\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"26ee8eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"22c3bd3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7243aca8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2c205b01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"76c95045\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"135882f\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"1977a08c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"40585e23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43879e98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 32 sqm \\/ 344 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e14c15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"3bc52c8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind in a spacious environment adorned with contemporary furnishings and enjoy amenities such as a plush king-sized bed, a modern workspace, and a sleek bathroom.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"308e66c3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"741ddeb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e4b42e2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"747856e5\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46fa704c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"46c4ad98\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"270286ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7843a4c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1053c617\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e3eb321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f013006\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":329,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":145,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"353f6728\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c2e0311\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a043e19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63483a58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5fdea1d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ae6995a\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(509,280,'_elementor_page_assets','a:0:{}'),
(719,836,'_thumbnail_id','258'),
(511,335,'_thumbnail_id','258'),
(512,335,'_wp_page_template','elementor_header_footer'),
(513,335,'mphb_adults_capacity','3'),
(514,335,'mphb_children_capacity','1'),
(515,335,'mphb_total_capacity',''),
(516,335,'mphb_size','42'),
(517,335,'mphb_view','Courtyard View'),
(518,335,'mphb_bed','King-size'),
(519,335,'mphb_gallery',''),
(520,335,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(521,335,'_elementor_edit_mode','builder'),
(522,335,'_elementor_template_type','wp-post'),
(523,335,'_elementor_version','3.15.3'),
(524,335,'_elementor_data','[{\"id\":\"316cbbe5\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693816859\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fbc5a2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"789b6f7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Superior\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1afa7a07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2b9f966a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"53463677\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72431095\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"e4bdce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"17d842d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c581054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"240c117c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"315ea69e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6aea482b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"77457729\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2156de84\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":256,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\"},{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f94a68c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cded800\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"725a4094\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7b415bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7baeff67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68b97796\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e28d79a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bcd7431\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":365,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/getty-images-YgqvRryUJtU-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cf3442\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ebc86c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fe310ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"555d7b78\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"181faed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9502b8\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(525,335,'_elementor_page_assets','a:0:{}'),
(726,837,'_wp_page_template','elementor_header_footer'),
(527,370,'_wp_page_template','elementor_header_footer'),
(528,370,'mphb_adults_capacity','3'),
(529,370,'mphb_children_capacity','2'),
(530,370,'mphb_total_capacity',''),
(531,370,'mphb_size','55'),
(532,370,'mphb_view','Panoramic view'),
(533,370,'mphb_bed','King-size'),
(534,370,'mphb_gallery',''),
(535,370,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(536,370,'_thumbnail_id','331'),
(537,370,'_elementor_edit_mode','builder'),
(538,370,'_elementor_template_type','wp-post'),
(539,370,'_elementor_version','3.15.3'),
(540,370,'_elementor_data','[{\"id\":\"4000373f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-22-30-02-utc-1.jpg?_t=1693820255\",\"id\":382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"635c5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"63efe837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signature\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf86f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7512dd08\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"6864ce84\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60f0a66e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"117402b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"4ba8da5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"371c97f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 55 sqm \\/ 592 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults,2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"57e1aecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"288ea2e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"407e820c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7eda4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a0b28d3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":329,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae6b169\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63e5a0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bc7c09b\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7def8906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"44f18303\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b017263\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"417ac5f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"513e58b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":365,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/getty-images-YgqvRryUJtU-unsplash.jpg\"},{\"id\":363,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8a1ef\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a31c95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5dc74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1412f4ec\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1c162268\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2052c0df\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(541,370,'_elementor_page_assets','a:0:{}'),
(733,838,'_wp_page_template','elementor_header_footer'),
(543,377,'mphb_room_type_id','370'),
(544,395,'_wp_page_template','elementor_header_footer'),
(545,395,'mphb_adults_capacity','3'),
(546,395,'mphb_children_capacity','2'),
(547,395,'mphb_total_capacity',''),
(548,395,'mphb_size','77'),
(549,395,'mphb_view','Panoramic view'),
(550,395,'mphb_bed','King-size'),
(551,395,'mphb_gallery',''),
(552,395,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(553,395,'_thumbnail_id','255'),
(554,395,'_elementor_edit_mode','builder'),
(555,395,'_elementor_template_type','wp-post'),
(556,395,'_elementor_version','3.15.3'),
(557,395,'_elementor_data','[{\"id\":\"d91272f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg?_t=1693820789\",\"id\":409,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]}},\"elements\":[{\"id\":\"9a8ac41\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"90c68ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Executive \",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46eb53f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Suite\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26fc2666\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"14cf1123\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"111cc640\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"17298eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"60505151\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"557865c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 77 sqm \\/ 828 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"47f2458f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"5bfab456\",\"elType\":\"widget\",\"settings\":{\"title\":\"The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6232d671\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"64941429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16ff90e3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":391,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd8418f\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73541585\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"23883d63\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5782ac7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dea8d6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\",\"id\":366,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a33020e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f191770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"70af03e3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":192,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\"},{\"id\":353,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":363,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f0fc721\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cd5f272\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"757d9a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4eb6ca28\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"38\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ba5a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c21e128\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(558,395,'_elementor_page_assets','a:0:{}'),
(740,839,'_wp_page_template','elementor_header_footer'),
(560,397,'mphb_room_type_id','395'),
(561,398,'mphb_room_type_id','395'),
(562,399,'mphb_room_type_id','395'),
(563,400,'mphb_room_type_id','395'),
(564,401,'mphb_room_type_id','395'),
(565,437,'_wp_page_template','elementor_header_footer'),
(566,437,'mphb_adults_capacity','4'),
(567,437,'mphb_children_capacity','2'),
(568,437,'mphb_total_capacity',''),
(569,437,'mphb_size','120'),
(570,437,'mphb_view','Sea View'),
(571,437,'mphb_bed','2 King-size'),
(572,437,'mphb_gallery',''),
(573,437,'mphb_services','a:2:{i:0;s:3:\"144\";i:1;s:3:\"143\";}'),
(574,437,'_thumbnail_id','391'),
(575,437,'_elementor_edit_mode','builder'),
(576,437,'_elementor_template_type','wp-post'),
(577,437,'_elementor_version','3.15.3'),
(578,437,'_elementor_data','[{\"id\":\"5c64b115\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2.jpg?_t=1693821168\",\"id\":451,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"1cd497dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"4d9454d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pool\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"233a334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe Villa\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"10628797\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"73363ad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"744b3a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"b5b8e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"63b3124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58741ab1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"658756eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"16bd98e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388e123e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1654b8b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28850eb2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":258,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg\"},{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":353,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57054a69\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31450964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a9ba235\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7a03a309\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c894e31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2234c748\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d88446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a55c875\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":194,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\"},{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dee451c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3c1fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"13fd7931\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a8f2a57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1f9957f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5918e04c\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(579,437,'_elementor_page_assets','a:0:{}'),
(747,840,'_elementor_edit_mode','builder'),
(581,439,'mphb_room_type_id','437'),
(582,440,'mphb_room_type_id','437'),
(583,441,'mphb_room_type_id','437'),
(584,442,'mphb_room_type_id','437'),
(585,443,'mphb_room_type_id','437'),
(586,809,'_wp_page_template','default'),
(587,816,'_wp_page_template','page-r.php'),
(588,816,'page_sidebar','Booking Confirmation Sidebar'),
(589,459,'page_show_title','1'),
(590,459,'_elementor_edit_mode','builder'),
(591,459,'_elementor_template_type','wp-page'),
(592,459,'_elementor_version','3.16.4'),
(593,459,'_wp_page_template','elementor_header_footer'),
(594,459,'_elementor_data','[{\"id\":\"e86b08f\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15148b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":80,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"c76bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10ea76f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ea2744a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"86306cc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9fc3546\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"af3d407\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7df560a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"63b17d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b882bd4\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\",\"id\":331,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Signature Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 55 sqm \\/ 592 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults,2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/signature-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Executive Suite\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 77 sqm \\/ 828 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/executive-suite\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Pool Villa\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/pool-villa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(595,459,'_elementor_page_assets','a:0:{}'),
(596,498,'page_show_title','1'),
(597,498,'_elementor_edit_mode','builder'),
(598,498,'_elementor_template_type','wp-page'),
(599,498,'_elementor_version','3.15.3'),
(600,498,'_wp_page_template','elementor_header_footer'),
(601,498,'_elementor_data','[{\"id\":\"4b6045a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d09bf26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"ac65dc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98e0369\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7ff26be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b21d53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5686672\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0450eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"628ace4\",\"elType\":\"widget\",\"settings\":{\"accommodation_compact\":\"yes\",\"button_background_color\":\"#686868\",\"button_border_color\":\"#686868\",\"button_background_color_hover\":\"#000000\",\"button_border_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"hoteller-availability-search\"}],\"isInner\":false},{\"id\":\"4a76958\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"830a80f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Would you like to make a reservation with children, multiple rooms or more than 2 adults?\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4d69cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">For reservations with more than 2 adults and\\/or children as well as requests for multiple rooms, please contact us.\\u00a0<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8f270e9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"reservation@thehoteller.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c72fe6c\",\"link\":{\"url\":\"mailto:reservation@thehoteller.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+4503367322\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:+4503367322\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48d9a39\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_text_decoration\":\"underline\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(602,498,'_elementor_page_assets','a:0:{}'),
(603,571,'page_menu_transparent','1'),
(604,571,'page_show_title','1'),
(605,571,'_elementor_edit_mode','builder'),
(606,571,'_elementor_template_type','wp-page'),
(607,571,'_elementor_version','3.15.3'),
(608,571,'_wp_page_template','elementor_header_footer'),
(609,571,'_elementor_data','[{\"id\":\"afc3c46\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc-1.jpg?_t=1693889741\",\"id\":578,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"2a47d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"146c172\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"42eb868\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"618d426\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"link\":{\"url\":\"#learn-more\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5badfd3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"learn-more\"},\"elements\":[{\"id\":\"566b8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab0f70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\",\"id\":579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2fb0944\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"554bbfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our beach hotel boasts an unrivaled location, directly facing the sun-kissed beach. Wake up to the sight of the sun rising over the horizon, painting the sky with hues of gold and pink. Step outside and sink your toes into the powdery sand, embark on leisurely strolls along the water\'s edge, or simply bask in the sun\'s warm embrace.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad239f\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"401961f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd8661a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indulge in the lap of luxury with our meticulously designed accommodations. Each room and suite is a sanctuary of comfort, featuring elegant furnishings, plush bedding, and modern amenities. Whether you choose an ocean-view suite or a cozy room, expect nothing but the finest in relaxation and style.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"eb16faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca8c5bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\",\"id\":592,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b7be03e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"58b1e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"82d014d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cf1336\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2159f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"29e181e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\",\"id\":608,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"77d57cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5918007\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Island\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14c79f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recharge your spirit with our range of recreational activities. Dive into the inviting pool, where the waters seem to blend seamlessly with the ocean beyond. For those seeking relaxation, our spa offers a selection of rejuvenating treatments designed to pamper and revitalize.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58ec59c\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7aaff1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf0aca4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"23294d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbbaf4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honeymoon Paradise\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ca1b9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrate life\'s milestones in an unforgettable setting. Our beach hotel offers event spaces that provide an idyllic backdrop for weddings, corporate retreats, and special occasions. Imagine exchanging vows with the sun setting over the water or hosting a business conference with the gentle sea breeze as your companion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(610,571,'_elementor_page_assets','a:0:{}'),
(753,841,'_elementor_edit_mode','builder'),
(612,622,'page_show_title','1'),
(613,622,'_elementor_edit_mode','builder'),
(614,622,'_elementor_template_type','wp-page'),
(615,622,'_elementor_version','3.15.3'),
(616,622,'_wp_page_template','elementor_header_footer'),
(617,622,'_elementor_data','[{\"id\":\"e57519d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03a5909\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e8209e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33690b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Escape to our beach hotel, where tranquility meets luxury, and every moment is an opportunity to create cherished memories.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08afb05\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"635\",\"field_background\":\"#FFFFFF\",\"field_focus_color\":\"#000000\",\"button_background\":\"#686868\",\"button_border_color\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hoteller-contact-form\"}],\"isInner\":false},{\"id\":\"f61dd57\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8043a84\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"115a067\",\"elType\":\"widget\",\"settings\":{\"title\":\"123 Oceanfront Avenue\\nSeaside Haven, Coastal Cove\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b72297\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"reservation@thehoteller.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c72fe6c\",\"link\":{\"url\":\"mailto:reservation@thehoteller.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+4503367322\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:+4503367322\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48d9a39\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_text_decoration\":\"underline\",\"icon_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(618,622,'_elementor_page_assets','a:0:{}'),
(759,842,'_elementor_edit_mode','builder'),
(622,825,'origin','plugin'),
(623,825,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:23:\"woocommerce-woocommerce\";s:4:\"name\";s:23:\"woocommerce/woocommerce\";}'),
(624,826,'origin','plugin'),
(625,826,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:23:\"woocommerce-woocommerce\";s:4:\"name\";s:23:\"woocommerce/woocommerce\";}'),
(626,128,'_regular_price','1'),
(627,128,'total_sales','0'),
(628,128,'_tax_status','taxable'),
(629,128,'_tax_class',''),
(630,128,'_manage_stock','no'),
(631,128,'_backorders','no'),
(632,128,'_sold_individually','no'),
(633,128,'_virtual','no'),
(634,128,'_downloadable','no'),
(635,128,'_download_limit','-1'),
(636,128,'_download_expiry','-1'),
(637,128,'_stock',''),
(638,128,'_stock_status','instock'),
(639,128,'_wc_average_rating','0'),
(640,128,'_wc_review_count','0'),
(641,128,'_product_version','8.0.3'),
(642,128,'_price','1'),
(643,635,'_form','<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [text your-message] </label>\n\n[submit \"Submit\"]'),
(644,635,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@hoteller.host>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:161:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(645,635,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@hoteller.host>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(646,635,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(647,635,'_additional_settings',''),
(648,635,'_locale','en_US'),
(649,635,'_hash','3dcc8897b2b051fb529e63f96efd9defd0baf13f'),
(650,648,'page_menu_transparent','1'),
(651,648,'page_show_title','1'),
(652,648,'_elementor_edit_mode','builder'),
(653,648,'_elementor_template_type','wp-page'),
(654,648,'_elementor_version','3.15.3'),
(655,648,'_wp_page_template','elementor_header_footer'),
(656,648,'_elementor_data','[{\"id\":\"6bb7ed6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc-2.jpg?_t=1693892229\",\"id\":653,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"963f138\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"f26d901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurant\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e38e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"& Bar\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b901e1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"feb2276\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"link\":{\"url\":\"#learn-more\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b7be849\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"learn-more\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9a41e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5864f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg\",\"id\":652,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5f47db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-end\"},\"elements\":[{\"id\":\"e97a180\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7572c2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f34a40c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"6dccb77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming d\\u00e9cor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"569be0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peter Mayer\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c32e7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peter Mayor - Our Chef\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b7865ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"221a366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg\",\"id\":657,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"752d11e\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b774cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8977958\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/food-of-restaurant-2022-02-14-19-23-26-utc.jpg\",\"id\":670,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da8f30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"75ce09d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Breakfast\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f84d0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e429aa1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"591b930\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5d365d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":683,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg\"},{\"id\":682,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg\"},{\"id\":684,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/davey-gravy-Q_zr4AUhxnA-unsplash.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1529eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"16dac59\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4d0220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg\",\"id\":694,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5341ff2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"b8f3747\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lunch\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"198069e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complement your meal with a selection from our thoughtfully curated wine list and crafted cocktail menu. Our sommelier has carefully chosen wines that enhance the flavors of your dishes, while our mixologists create signature cocktails that are as artful as they are delicious.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f109908\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"80a3652\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"02aa9f5\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":697,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg\"},{\"id\":698,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg\"},{\"id\":696,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8267cf3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1dfea0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dc86d48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg\",\"id\":709,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c8ec4e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"c6bf13a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"797c8ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming d\\u00e9cor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"252071b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"54\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5f09f2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dafa274\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":711,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg\"},{\"id\":712,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg\"},{\"id\":710,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(657,648,'_elementor_page_assets','a:0:{}'),
(765,843,'_elementor_edit_mode','builder'),
(659,725,'page_menu_transparent','1'),
(660,725,'page_show_title','1'),
(661,725,'_elementor_edit_mode','builder'),
(662,725,'_elementor_template_type','wp-page'),
(663,725,'_elementor_version','3.15.3'),
(664,725,'_wp_page_template','elementor_header_footer'),
(665,725,'_elementor_data','[{\"id\":\"0110ad6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg?_t=1693894049\",\"id\":727,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_overlay_opacity_mobile\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"646c498\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"05c07ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Relax &\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b196aba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind by the Sea\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"082edd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Serene Escape at the Beach Hotel\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2411832\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1890e\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb35c10\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"14bf7d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0d9ebd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c15ddb2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a54b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28fbac8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\",\"id\":740,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ecd0441\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fce244c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your Perfect Beach Hotel Getaway\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a63e100\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9992bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a6c3276\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno - Hotel Manager\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fe6b39\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ca85236\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11a379c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":592,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\"},{\"id\":756,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\"},{\"id\":608,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\"},{\"id\":579,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\"},{\"id\":612,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4eb46c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ee7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_disable\":\"769\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"dddc2b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunsets and Memories: Create Timeless Moments at Our Beach Hotel\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba1939c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\\u00a0<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcca6c9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f82cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"265cb96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f2fbc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b2cd44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae6d1f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"501fb4a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b8fce47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"align_mobile\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"26e2b28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Suites\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f74ebed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5758190\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0bdce6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Our Suites\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5dff4d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dba8bba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/edvin-johansson-rlwE8f8anOc-unsplash.jpg\",\"id\":765,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"704d5f8\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1ecb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"270eb52\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb93568\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e7dbcb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58dd8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48c520c\",\"elType\":\"section\",\"settings\":{\"overflow\":\"hidden\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b84d83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"865354c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5704a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Staying at this hotel was an absolute delight\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"header_size\":\"h3\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66d4bf3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58fa7ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Stories\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#686868\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"30\",\"bottom\":\"17\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d25fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"320b918\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3cf198\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-290,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":-176,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":413.6,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":187,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"hoteller_ext_mobile_static\":\"true\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(666,725,'_elementor_page_assets','a:0:{}'),
(673,828,'_elementor_page_assets','a:0:{}'),
(675,829,'_elementor_edit_mode','builder'),
(676,829,'_elementor_template_type','wp-post'),
(677,829,'_elementor_version','3.15.3'),
(678,829,'_elementor_data','[{\"id\":\"d84c731\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"db10153\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"33e7993\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":94,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mobile-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b31ee36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e7b90f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c859eb3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-sticky.png\",\"id\":70,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":204,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0d757f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3980fe4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(679,829,'_elementor_page_assets','a:0:{}'),
(681,830,'_elementor_edit_mode','builder'),
(682,830,'_elementor_template_type','wp-post'),
(683,830,'_elementor_version','3.15.3'),
(684,830,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#000000\";}'),
(685,830,'_elementor_data','[{\"id\":\"3152013\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"6a917bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da447d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":97,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/menu-icon-white.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97a9df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menus\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5b638d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.333,\"_inline_size_mobile\":33.33,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24b533d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-white.png\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4a70286\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"_inline_size_mobile\":33.33,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb90b54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(686,830,'_elementor_page_assets','a:0:{}'),
(688,831,'_elementor_edit_mode','builder'),
(689,831,'_elementor_template_type','wp-post'),
(690,831,'_elementor_version','3.15.3'),
(691,831,'_elementor_data','[{\"id\":\"f303ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":9,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ab38c16\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":36,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"_inline_size_mobile\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5426641\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/close-icon.png\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"true\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"356c7e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Close\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"\",\"hoteller_ext_link_closed_fullmenu\":\"true\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a0208eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.333,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"_inline_size_mobile\":30,\"content_position_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66eec64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-orange.png\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b9e609\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":36,\"content_position\":\"center\",\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"_inline_size_mobile\":35,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82dfb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book now\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5869293\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"65aafb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99ba5bf\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"b935647\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f898e19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hoteller\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28e67e2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3de701d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Island Resort\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ac270\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Rooms\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba59036\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About The Hotel\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9cd9262\"},{\"text\":\"Restaurant & Bar\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/restaurant-bar\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1314b61\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"94c9283\"},{\"text\":\"Make a Reservation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6adf4cf\"},{\"text\":\"Get Directions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c91df2f\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Reforma1969\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_align\":\"center\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c388ecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CACACA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b98d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb54564\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50621ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Types\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a9d2e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Standard Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba59036\",\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Deluxe Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6dc8164\"},{\"text\":\"Superior Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b346969\"},{\"text\":\"Signature Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/signature-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"20a739f\"},{\"text\":\"Executive Suite\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/executive-suite\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6b1a7df\"},{\"text\":\"Pool Villa\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/pool-villa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d9aa112\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Reforma1969\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_align\":\"center\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b2776e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":11,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f063669\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align_mobile\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"b988dac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.333,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d8ca2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_element_width\":\"auto\",\"hoteller_ext_link_fullmenu\":\"true\",\"hoteller_ext_link_closed_fullmenu\":\"\",\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2342712\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-square\",\"library\":\"fa-brands\"},\"_id\":\"f021999\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ac9a21a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"7c29004\"},{\"_id\":\"5d6ca55\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f9cf17a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"align\":\"flex-end\",\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(692,831,'_elementor_page_assets','a:0:{}'),
(694,832,'_elementor_edit_mode','builder'),
(695,832,'_elementor_template_type','wp-post'),
(696,832,'_elementor_version','3.15.3'),
(697,832,'_elementor_data','[{\"id\":\"98ec71d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"79e47fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fcb1f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dcdbf81\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#979797\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e471fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"844e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 All Rights Reserved\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"757f767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.333,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"408dc70\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Rooms\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7775d04\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About The Hotel\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2672010\"},{\"text\":\"Restaurant\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6fe8458\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c38e7d\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6d6dd33\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6bf26d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-square\",\"library\":\"fa-brands\"},\"_id\":\"f021999\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ac9a21a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"7c29004\"},{\"_id\":\"5d6ca55\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a55faa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"35db5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0000525\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98fcce0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e0a7752\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7956f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_travellers_choice.png\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7fd32e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_com.png\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cc117b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/booking_com.png\",\"id\":120,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":99,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bcb4d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/international_hotel_awards.png\",\"id\":119,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"dcf997a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/global_luxury_hotel_spa.png\",\"id\":118,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87380f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/world_boutique_hotel_awards.png\",\"id\":117,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(698,832,'_elementor_page_assets','a:0:{}'),
(702,833,'_wp_page_template','elementor_header_footer'),
(703,833,'_elementor_data','[{\"id\":\"3d70e14b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg?_t=1693894049\",\"id\":727,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125,\"sizes\":[]},\"background_overlay_opacity_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[{\"id\":\"42ebd8f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"5986f830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Relax &\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3aabc851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind by the Sea\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2901cafa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Serene Escape at the Beach Hotel\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1d3f5fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d0e41cd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cfa972a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc72531\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4054d186\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"27564dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b61122b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dfb0a1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\",\"id\":740,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d924f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ef0a0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your Perfect Beach Hotel Getaway\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b420698\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef79b52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b8e7a81\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno - Hotel Manager\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cad6cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"79504628\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4950f03\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":592,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\"},{\"id\":756,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\"},{\"id\":608,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\"},{\"id\":579,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\"},{\"id\":612,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38836fd1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f50eab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_disable\":\"769\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"1b9f7c46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunsets and Memories: Create Timeless Moments at Our Beach Hotel\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b90a004\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\\u00a0<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"164e876a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5faf5fbc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"66a4f9ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ba676c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b7eb740\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43ca266\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ed22c75\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"117474a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"align_mobile\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a36e2ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Suites\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f07e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f1efe61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"740b6c9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Our Suites\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6637589e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f572d86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/edvin-johansson-rlwE8f8anOc-unsplash.jpg\",\"id\":765,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12c09b59\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"112f0281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"46b91770\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"515988a0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d911ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3aeeeed9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69d8c4a0\",\"elType\":\"section\",\"settings\":{\"overflow\":\"hidden\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"448f6465\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"48817c50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14297a3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Staying at this hotel was an absolute delight\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"header_size\":\"h3\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"469c54f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20f4e0f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Stories\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#686868\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"30\",\"bottom\":\"17\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"16a79028\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a83a160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d086e5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-290,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":-176,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":413.6000000000000227373675443232059478759765625,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":187,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"hoteller_ext_mobile_static\":\"true\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(773,725,'_elementor_element_cache','{\"timeout\":1745180809,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-0110ad6 elementor-section-height-min-height elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\\\" data-id=\\\"0110ad6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;hoteller_ext_is_background_parallax&quot;:&quot;true&quot;,&quot;hoteller_ext_is_background_parallax_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1000000000000000055511151231257827021181583404541015625,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-646c498\\\" data-id=\\\"646c498\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-05c07ac elementor-widget elementor-widget-heading\\\" data-id=\\\"05c07ac\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Let\'s Relax &<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b196aba elementor-widget elementor-widget-heading\\\" data-id=\\\"b196aba\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Unwind by the Sea<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-082edd7 elementor-widget elementor-widget-heading\\\" data-id=\\\"082edd7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Your Serene Escape at the Beach Hotel<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2411832\\\" data-id=\\\"2411832\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-fc1890e elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"fc1890e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-eb35c10\\\" data-id=\\\"eb35c10\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14bf7d6 elementor-widget elementor-widget-heading\\\" data-id=\\\"14bf7d6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0d9ebd3\\\" data-id=\\\"0d9ebd3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c15ddb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c15ddb2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-2a54b35\\\" data-id=\\\"2a54b35\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-28fbac8 elementor-widget elementor-widget-image\\\" data-id=\\\"28fbac8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;true&quot;,&quot;hoteller_image_animation_effect&quot;:&quot;slide_up&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1440\\\" height=\\\"960\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\\\" class=\\\"attachment-full size-full wp-image-740\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ecd0441\\\" data-id=\\\"ecd0441\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fce244c elementor-widget elementor-widget-heading\\\" data-id=\\\"fce244c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Discover Your Perfect Beach Hotel Getaway<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImE2M2UxMDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cInAxXCI+T3VyIGRlZGljYXRlZCBzdGFmZiBpcyBjb21taXR0ZWQgdG8gZW5zdXJpbmcgeW91ciBjb21mb3J0IGFuZCBzYXRpc2ZhY3Rpb24uIEZyb20gdGhlIG1vbWVudCB5b3UgZW50ZXIsIHlvdSdsbCBiZSB3ZWxjb21lZCB3aXRoIGdlbnVpbmUgd2FybXRoIGFuZCBhdHRlbnRpdmVuZXNzIHRoYXQgYWRkcyBhbiBleHRyYSBsYXllciBvZiBkZWxpZ2h0IHRvIHlvdXIgZGluaW5nIGV4cGVyaWVuY2UuPFwvcD4iLCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-9992bb4 elementor-widget elementor-widget-heading\\\" data-id=\\\"9992bb4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Matt Bruno<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a6c3276 elementor-widget elementor-widget-heading\\\" data-id=\\\"a6c3276\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Matt Bruno - Hotel Manager<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3fe6b39 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3fe6b39\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ca85236\\\" data-id=\\\"ca85236\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjExYTM3OWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5IjpbeyJpZCI6NTkyLCJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOVwvd29tYW4taW4tbHV4dXJ5LXNwYS1yZXNvcnQtbmVhci10aGUtc3dpbW1pbmctcG9vbC0yMDIxLTA4LTMxLTEyLTAzLTQyLXV0Yy5qcGcifSx7ImlkIjo3NTYsInVybCI6Imh0dHBzOlwvXC9va3VsbGFyLmNvbVwvaG90ZWxsZXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA5XC9pc2hhbi1zZWVmcm9tdGhlc2t5LVhwcHVfSFppRy1FLXVuc3BsYXNoLmpwZyJ9LHsiaWQiOjYwOCwidXJsIjoiaHR0cHM6XC9cL29rdWxsYXIuY29tXC9ob3RlbGxlclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyM1wvMDlcL2Fuc2UtbGF6aW8tYmVhY2gtMjAyMS0wOC0yNi0xNi0wMi0zMS11dGMuanBnIn0seyJpZCI6NTc5LCJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOVwvYmVhY2gtd29vZGVuLWNoYWlycy1mb3ItdmFjYXRpb25zLW9uLXRyb3BpY2FsLWJlYWMtMjAyMi0wMy0xMC0wNy0yNS00OC11dGMuanBnIn0seyJpZCI6NjEyLCJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOVwvcGljbmljLW9uLXRoZS1iZWFjaC10ZXhlbC1uZXRoZXJsYW5kcy1jb3VwbGUtaGF2aS0yMDIzLTAxLTA2LTIwLTUwLTAwLXV0Yy5qcGcifV0sImltYWdlX3NpemUiOiJmdWxsIiwiaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjYwMCwic2l6ZXMiOltdfSwicGFnaW5hdGlvbiI6IiIsInBhcmFsbGF4IjoiIiwiaG90ZWxsZXJfZXh0X2lzX3Ntb292ZSI6InRydWUiLCJob3RlbGxlcl9leHRfc21vb3ZlX2Vhc2luZyI6IjAuMjMwLCAxLjAwMCwgMC4zMjAsIDEuMDAwIiwiaG90ZWxsZXJfZXh0X3Ntb292ZV9kdXJhdGlvbiI6ODAwLCJob3RlbGxlcl9leHRfc21vb3ZlX3RyYW5zbGF0ZXkiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3RlbGxlci1nYWxsZXJ5LWhvcml6b250YWwifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c4eb46c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c4eb46c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ee7478\\\" data-id=\\\"2ee7478\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_disable&quot;:&quot;769&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dddc2b6 elementor-widget__width-initial elementor-widget elementor-widget-heading\\\" data-id=\\\"dddc2b6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Sunsets and Memories: Create Timeless Moments at Our Beach Hotel<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImJhMTkzOWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cInAxXCI+T3VyIGJlYWNoZnJvbnQgaGF2ZW4gb2ZmZXJzIGEgcmFuZ2Ugb2YgYWNjb21tb2RhdGlvbiBvcHRpb25zIHRvIHN1aXQgZXZlcnkgdHJhdmVsZXIncyBuZWVkcy4gRnJvbSBzcGFjaW91cyBvY2Vhbi12aWV3IHN1aXRlcyB0byBjb3p5IGJ1bmdhbG93cywgZWFjaCByb29tIGlzIHRob3VnaHRmdWxseSBkZXNpZ25lZCB0byBwcm92aWRlIGNvbWZvcnQgYW5kIHN0dW5uaW5nIHZpZXdzIG9mIHRoZSB0dXJxdW9pc2Ugd2F0ZXJzLlx1MDBhMDxcL3A+IiwiYWxpZ25fbW9iaWxlIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-bcca6c9 elementor-widget elementor-widget-spacer\\\" data-id=\\\"bcca6c9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9f82cea elementor-widget__width-auto elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"9f82cea\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-265cb96 elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"265cb96\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\\\">Learn More<\\/a><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-91f2fbc elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"91f2fbc\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9b2cd44\\\" data-id=\\\"9b2cd44\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ae6d1f4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"ae6d1f4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-501fb4a elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"501fb4a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b8fce47\\\" data-id=\\\"b8fce47\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_is_smoove&quot;:&quot;true&quot;,&quot;hoteller_ext_smoove_duration&quot;:800,&quot;hoteller_ext_smoove_translatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_smoove_disable&quot;:1,&quot;hoteller_ext_smoove_scalex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_scaley&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatey&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_rotatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatex&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_translatez&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewx&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_skewy&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;hoteller_ext_smoove_perspective&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1000,&quot;sizes&quot;:[]},&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-26e2b28 elementor-widget elementor-widget-heading\\\" data-id=\\\"26e2b28\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Suites<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImY3NGViZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cInAxXCI+V2FrZSB1cCB0byB0aGUgZ2VudGxlIHNvdW5kIG9mIHdhdmVzIGNyYXNoaW5nIG9uIHRoZSBzaG9yZSBhbmQgc3RlcCBvbnRvIHlvdXIgcHJpdmF0ZSBiYWxjb255IHRvIHdpdG5lc3MgYnJlYXRodGFraW5nIHN1bnJpc2VzIGFuZCBzdW5zZXRzLjxcL3A+IiwiYWxpZ25fbW9iaWxlIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5758190 elementor-widget__width-auto elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"5758190\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0bdce6c elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"0bdce6c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\\\">Discover Our Suites<\\/a><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-5dff4d4\\\" data-id=\\\"5dff4d4\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dba8bba elementor-widget elementor-widget-image\\\" data-id=\\\"dba8bba\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;true&quot;,&quot;hoteller_image_animation_effect&quot;:&quot;slide_up&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1440\\\" height=\\\"961\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/edvin-johansson-rlwE8f8anOc-unsplash.jpg\\\" class=\\\"attachment-full size-full wp-image-765\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-704d5f8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"704d5f8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c1ecb95\\\" data-id=\\\"c1ecb95\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjI3MGViNTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzbGlkZXMiOlt7Il9pZCI6IjIzYmRlNGEiLCJzbGlkZV9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOVwvbWFyaWEtb3Jsb3ZhLTZ2aUpPYnJtbkJ3LXVuc3BsYXNoLTEuanBnIiwiaWQiOjE0NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwic2xpZGVfaWNvbiI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNsaWRlX3RpdGxlIjoiU3RhbmRhcmQgUm9vbSAiLCJzbGlkZV9kZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicDFcIj48c3BhbiBjbGFzcz1cInMxXCI+QXZlcmFnZSBzaXplOiAyNyBzcW0gXC8gMjkwIHNxZnQ8YnIgXC8+PFwvc3Bhbj48c3BhbiBjbGFzcz1cInMxXCI+T2NjdXBhbmN5OiAyIGFkdWx0cywgMSBjaGlsZDxiciBcLz48XC9zcGFuPjxzcGFuIGNsYXNzPVwiczFcIj5CZWQ6IGtpbmcgb3IgdHdpbjxcL3NwYW4+PFwvcD4iLCJzbGlkZV9saW5rIjp7InVybCI6Imh0dHBzOlwvXC9va3VsbGFyLmNvbVwvaG90ZWxsZXJcL2FjY29tbW9kYXRpb25cL3N0YW5kYXJkLXJvb21cLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSx7InNsaWRlX2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9va3VsbGFyLmNvbVwvaG90ZWxsZXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA5XC9haG1lZC1MZGk4Yk9YV0lGcy11bnNwbGFzaC5qcGciLCJpZCI6MjkyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzbGlkZV9pY29uIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwic2xpZGVfdGl0bGUiOiJEZWx1eGUgUm9vbSIsInNsaWRlX2Rlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJwMVwiPjxzcGFuIGNsYXNzPVwiczFcIj5BdmVyYWdlIHNpemU6IDI3IHNxbSBcLyAyOTAgc3FmdDxiciBcLz48XC9zcGFuPjxzcGFuIGNsYXNzPVwiczFcIj5PY2N1cGFuY3k6IDIgYWR1bHRzLCAxIGNoaWxkPGJyIFwvPjxcL3NwYW4+PHNwYW4gY2xhc3M9XCJzMVwiPkJlZDoga2luZyBvciB0d2luPFwvc3Bhbj48XC9wPiIsInNsaWRlX2xpbmsiOnsidXJsIjoiaHR0cHM6XC9cL29rdWxsYXIuY29tXC9ob3RlbGxlclwvYWNjb21tb2RhdGlvblwvZGVsdXhlLXJvb21cLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIwZTdlMzQ5In0seyJzbGlkZV9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOVwvYW50aXF1ZS1sdXh1cnktYmVkLWFuZC1mdXJuaXR1cmVzLWJlZC1yb29tLWludGVyaS0yMDIyLTExLTAxLTAyLTA4LTA1LXV0Yy5qcGciLCJpZCI6MzkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzbGlkZV9pY29uIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwic2xpZGVfdGl0bGUiOiJTdXBlcmlvciBSb29tIiwic2xpZGVfZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInAxXCI+PHNwYW4gY2xhc3M9XCJzMVwiPkF2ZXJhZ2Ugc2l6ZTogNDIgc3FtIFwvIDQ1MiBzcWZ0PGJyIFwvPjxcL3NwYW4+PHNwYW4gY2xhc3M9XCJzMVwiPk9jY3VwYW5jeTogMyBhZHVsdHMsIDEgY2hpbGQ8YnIgXC8+PFwvc3Bhbj48c3BhbiBjbGFzcz1cInMxXCI+QmVkOiBraW5nIG9yIHR3aW48XC9zcGFuPjxcL3A+Iiwic2xpZGVfbGluayI6eyJ1cmwiOiJodHRwczpcL1wvb2t1bGxhci5jb21cL2hvdGVsbGVyXC9hY2NvbW1vZGF0aW9uXC9zdXBlcmlvci1yb29tXC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiX2lkIjoiMGIzNjVlYyJ9XSwiY29sdW1ucyI6eyJ1bml0IjoicHgiLCJzaXplIjozLCJzaXplcyI6W119LCJoZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAwLCJzaXplcyI6W119LCJoZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjM1MCwic2l6ZXMiOltdfSwiaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0NTAsInNpemVzIjpbXX0sImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJlZm9ybWExOTY5IiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjI4LCJzaXplcyI6W119LCJ0aXRsZV9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIyMCIsImlzTGlua2VkIjpmYWxzZX0sInRpdGxlX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJob3RlbGxlci1zZXJ2aWNlLWdyaWQifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-eb93568 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"eb93568\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e7dbcb0\\\" data-id=\\\"e7dbcb0\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf58dd8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"cf58dd8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-48c520c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"48c520c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9b84d83\\\" data-id=\\\"9b84d83\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-865354c elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"865354c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\">Testimonials<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5704a1f elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"5704a1f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Staying at this hotel was an absolute delight<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjY2ZDRiZjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cInAxXCI+PHNwYW4gY2xhc3M9XCJzMVwiPldoZXRoZXIgSSB3YXMgZW5qb3lpbmcgYnJlYWtmYXN0IG92ZXJsb29raW5nIHRoZSBvY2VhbiBvciBoYXZpbmcgYSByb21hbnRpYyBkaW5uZXIgdW5kZXIgdGhlIHN0YXJzLCB0aGUgY3VsaW5hcnkgb2ZmZXJpbmdzIHdlcmUgdG9wLW5vdGNoLjxcL3NwYW4+PFwvcD4iLCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzIsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6InNpbHZlcmxpbmVfc2NyaXB0X2RlbW9yZWd1bGFyIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjE5OTk5OTk5OTk5OTk5OTk1NTU5MTA3OTAxNDk5MzczODM4MzA1NDczMzI3NjM2NzE4NzUsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-58fa7ee elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"58fa7ee\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Read All Stories<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d25fe47\\\" data-id=\\\"d25fe47\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-320b918 elementor-widget elementor-widget-image\\\" data-id=\\\"320b918\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"1024\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\\\" class=\\\"attachment-large size-large wp-image-625\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e3cf198 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\\\" data-id=\\\"e3cf198\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;true&quot;,&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"768\\\" height=\\\"768\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\\\" class=\\\"attachment-medium_large size-medium_large wp-image-612\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-heading\",\"widget-image\",\"widget-spacer\",\"widget-divider\"]}}'),
(704,833,'_elementor_page_assets','a:0:{}'),
(706,834,'_thumbnail_id','145'),
(707,834,'_elementor_edit_mode','builder'),
(708,834,'_elementor_template_type','wp-post'),
(709,834,'_elementor_version','3.15.3'),
(710,834,'_elementor_data','[{\"id\":\"eebcf30\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693807928\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"98e24c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"c20e5af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3299efb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2b0ada4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"bd5d2dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9213985\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"3df0d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"21e8cfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb1ace9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"843f28d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"9c396a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nestled in the heart of the city, our luxurious retreat offers a haven of relaxation and sophistication, perfect for both business and leisure travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01212a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"031fbc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cd46e2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":192,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":194,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\"},{\"id\":195,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97ab394\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d06d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"c780cf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3451eb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d99a5c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b601c9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22338f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"774b560\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":256,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"},{\"id\":258,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"445e0a2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bd5c350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d1282d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cc74e2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfa20f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a71343\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(711,834,'_elementor_page_assets','a:0:{}'),
(713,835,'_thumbnail_id','292'),
(714,835,'_elementor_edit_mode','builder'),
(715,835,'_elementor_template_type','wp-post'),
(716,835,'_elementor_version','3.15.3'),
(717,835,'_elementor_data','[{\"id\":\"6551ab8b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693816310\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"26ee8eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"22c3bd3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7243aca8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2c205b01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"76c95045\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"135882f\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"1977a08c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"40585e23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43879e98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 32 sqm \\/ 344 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e14c15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"3bc52c8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind in a spacious environment adorned with contemporary furnishings and enjoy amenities such as a plush king-sized bed, a modern workspace, and a sleek bathroom.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"308e66c3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"741ddeb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e4b42e2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"747856e5\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46fa704c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"46c4ad98\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"270286ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7843a4c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1053c617\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e3eb321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f013006\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":329,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":145,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"353f6728\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c2e0311\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a043e19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63483a58\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5fdea1d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ae6995a\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(718,835,'_elementor_page_assets','a:0:{}'),
(720,836,'_wp_page_template','elementor_header_footer'),
(721,836,'_elementor_edit_mode','builder'),
(722,836,'_elementor_template_type','wp-post'),
(723,836,'_elementor_version','3.15.3'),
(724,836,'_elementor_data','[{\"id\":\"316cbbe5\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693816859\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fbc5a2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"789b6f7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Superior\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1afa7a07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2b9f966a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"53463677\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72431095\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"e4bdce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"17d842d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c581054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"240c117c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"315ea69e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6aea482b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"77457729\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2156de84\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":256,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\"},{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f94a68c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cded800\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"725a4094\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7b415bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7baeff67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68b97796\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e28d79a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bcd7431\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":365,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/getty-images-YgqvRryUJtU-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74cf3442\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ebc86c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fe310ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"555d7b78\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"181faed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9502b8\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(725,836,'_elementor_page_assets','a:0:{}'),
(727,837,'_thumbnail_id','331'),
(728,837,'_elementor_edit_mode','builder'),
(729,837,'_elementor_template_type','wp-post'),
(730,837,'_elementor_version','3.15.3'),
(731,837,'_elementor_data','[{\"id\":\"4000373f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-22-30-02-utc-1.jpg?_t=1693820255\",\"id\":382,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[{\"id\":\"635c5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"63efe837\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signature\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf86f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Room\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7512dd08\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"6864ce84\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60f0a66e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"117402b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"4ba8da5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"371c97f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 55 sqm \\/ 592 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults,2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"57e1aecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"288ea2e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"407e820c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"7eda4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a0b28d3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":329,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae6b169\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63e5a0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bc7c09b\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7def8906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"44f18303\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b017263\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"417ac5f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"513e58b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":331,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":365,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/getty-images-YgqvRryUJtU-unsplash.jpg\"},{\"id\":363,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8a1ef\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a31c95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5dc74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1412f4ec\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1c162268\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2052c0df\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(732,837,'_elementor_page_assets','a:0:{}'),
(734,838,'_thumbnail_id','255'),
(735,838,'_elementor_edit_mode','builder'),
(736,838,'_elementor_template_type','wp-post'),
(737,838,'_elementor_version','3.15.3'),
(738,838,'_elementor_data','[{\"id\":\"d91272f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg?_t=1693820789\",\"id\":409,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]}},\"elements\":[{\"id\":\"9a8ac41\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"90c68ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Executive \",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46eb53f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Suite\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"26fc2666\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"14cf1123\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"111cc640\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"17298eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"60505151\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"557865c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 77 sqm \\/ 828 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 2 children<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or queen<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"47f2458f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"5bfab456\",\"elType\":\"widget\",\"settings\":{\"title\":\"The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6232d671\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"64941429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16ff90e3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":391,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\"},{\"id\":149,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-54-07-utc.jpg\"},{\"id\":255,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beazy-pMY1mpaaUAs-unsplash.jpg\"},{\"id\":257,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd8418f\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73541585\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"23883d63\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5782ac7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dea8d6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\",\"id\":366,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a33020e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f191770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"70af03e3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":192,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\"},{\"id\":353,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":363,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f0fc721\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cd5f272\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"757d9a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4eb6ca28\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"38\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3ba5a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c21e128\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(739,838,'_elementor_page_assets','a:0:{}'),
(741,839,'_thumbnail_id','391'),
(742,839,'_elementor_edit_mode','builder'),
(743,839,'_elementor_template_type','wp-post'),
(744,839,'_elementor_version','3.15.3'),
(745,839,'_elementor_data','[{\"id\":\"5c64b115\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2.jpg?_t=1693821168\",\"id\":451,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"1cd497dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"4d9454d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pool\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"233a334\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe Villa\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"10628797\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"73363ad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"View gallery\",\"link\":{\"url\":\"#room-gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"744b3a9\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_element_id\":\"room-gallery\"},\"elements\":[{\"id\":\"b5b8e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"63b3124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Features\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58741ab1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<br \\/><\\/span><span class=\\\"s1\\\">Bathroom: bath tub and walk-in shower<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"658756eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"16bd98e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"388e123e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"1654b8b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28850eb2\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":258,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg\"},{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":353,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-29-01-31-35-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57054a69\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31450964\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a9ba235\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7a03a309\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c894e31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/jake-goossen-MM7nD2FjI3U-unsplash.jpg\",\"id\":192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2234c748\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d88446e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a55c875\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":366,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\"},{\"id\":194,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\"},{\"id\":325,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\"}],\"row_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hover_effect\":\"\",\"show_title\":\"\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"hoteller-gallery-justified\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dee451c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3c1fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"13fd7931\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover all accomodations\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a8f2a57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1f9957f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5918e04c\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"pagination\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"display_per_page\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"attr_typography_typography\":\"custom\",\"attr_typography_font_family\":\"Inter\",\"attr_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"from_typography_typography\":\"custom\",\"from_typography_font_family\":\"Inter\",\"from_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"pricing_typography_typography\":\"custom\",\"pricing_typography_font_family\":\"Reforma1969\",\"pricing_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"attr_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"from_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pricing_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-accommodation-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(746,839,'_elementor_page_assets','a:0:{}'),
(748,840,'_elementor_template_type','wp-page'),
(749,840,'_elementor_version','3.15.3'),
(750,840,'_wp_page_template','elementor_header_footer'),
(751,840,'_elementor_data','[{\"id\":\"afc3c46\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc-1.jpg?_t=1693889741\",\"id\":578,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"2a47d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"146c172\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"42eb868\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"618d426\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"link\":{\"url\":\"#learn-more\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5badfd3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"learn-more\"},\"elements\":[{\"id\":\"566b8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab0f70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\",\"id\":579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2fb0944\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"554bbfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our beach hotel boasts an unrivaled location, directly facing the sun-kissed beach. Wake up to the sight of the sun rising over the horizon, painting the sky with hues of gold and pink. Step outside and sink your toes into the powdery sand, embark on leisurely strolls along the water\'s edge, or simply bask in the sun\'s warm embrace.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad239f\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"401961f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd8661a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indulge in the lap of luxury with our meticulously designed accommodations. Each room and suite is a sanctuary of comfort, featuring elegant furnishings, plush bedding, and modern amenities. Whether you choose an ocean-view suite or a cozy room, expect nothing but the finest in relaxation and style.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"eb16faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca8c5bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\",\"id\":592,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b7be03e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"58b1e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"82d014d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cf1336\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2159f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"29e181e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\",\"id\":608,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"77d57cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5918007\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Island\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14c79f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recharge your spirit with our range of recreational activities. Dive into the inviting pool, where the waters seem to blend seamlessly with the ocean beyond. For those seeking relaxation, our spa offers a selection of rejuvenating treatments designed to pamper and revitalize.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58ec59c\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b7aaff1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf0aca4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"23294d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbbaf4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honeymoon Paradise\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ca1b9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrate life\'s milestones in an unforgettable setting. Our beach hotel offers event spaces that provide an idyllic backdrop for weddings, corporate retreats, and special occasions. Imagine exchanging vows with the sun setting over the water or hosting a business conference with the gentle sea breeze as your companion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(752,840,'_elementor_page_assets','a:0:{}'),
(754,841,'_elementor_template_type','wp-page'),
(755,841,'_elementor_version','3.15.3'),
(756,841,'_wp_page_template','elementor_header_footer'),
(757,841,'_elementor_data','[{\"id\":\"e57519d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"03a5909\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e8209e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33690b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Escape to our beach hotel, where tranquility meets luxury, and every moment is an opportunity to create cherished memories.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08afb05\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"635\",\"field_background\":\"#FFFFFF\",\"field_focus_color\":\"#000000\",\"button_background\":\"#686868\",\"button_border_color\":\"#686868\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hoteller-contact-form\"}],\"isInner\":false},{\"id\":\"f61dd57\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8043a84\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"115a067\",\"elType\":\"widget\",\"settings\":{\"title\":\"123 Oceanfront Avenue\\nSeaside Haven, Coastal Cove\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b72297\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"reservation@thehoteller.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c72fe6c\",\"link\":{\"url\":\"mailto:reservation@thehoteller.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+4503367322\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:+4503367322\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48d9a39\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_text_decoration\":\"underline\",\"icon_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(758,841,'_elementor_page_assets','a:0:{}'),
(760,842,'_elementor_template_type','wp-page'),
(761,842,'_elementor_version','3.15.3'),
(762,842,'_wp_page_template','elementor_header_footer'),
(763,842,'_elementor_data','[{\"id\":\"6bb7ed6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/bed-setting-2021-08-28-23-37-20-utc-2.jpg?_t=1693892229\",\"id\":653,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"963f138\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"f26d901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurant\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e38e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"& Bar\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b901e1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"feb2276\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"link\":{\"url\":\"#learn-more\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b7be849\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"learn-more\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9a41e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5864f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg\",\"id\":652,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5f47db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-end\"},\"elements\":[{\"id\":\"e97a180\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7572c2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f34a40c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"6dccb77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming d\\u00e9cor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"569be0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peter Mayer\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c32e7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peter Mayor - Our Chef\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b7865ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"221a366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg\",\"id\":657,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"752d11e\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3b774cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8977958\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/food-of-restaurant-2022-02-14-19-23-26-utc.jpg\",\"id\":670,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da8f30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"75ce09d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Breakfast\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f84d0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e429aa1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"591b930\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a5d365d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":683,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg\"},{\"id\":682,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg\"},{\"id\":684,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/davey-gravy-Q_zr4AUhxnA-unsplash.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1529eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"16dac59\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4d0220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg\",\"id\":694,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5341ff2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"b8f3747\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lunch\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"198069e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complement your meal with a selection from our thoughtfully curated wine list and crafted cocktail menu. Our sommelier has carefully chosen wines that enhance the flavors of your dishes, while our mixologists create signature cocktails that are as artful as they are delicious.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f109908\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"80a3652\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"02aa9f5\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":697,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg\"},{\"id\":698,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg\"},{\"id\":696,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8267cf3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1dfea0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dc86d48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg\",\"id\":709,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c8ec4e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.666,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"c6bf13a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"797c8ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming d\\u00e9cor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"252071b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"54\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5f09f2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dafa274\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":711,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg\"},{\"id\":712,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg\"},{\"id\":710,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg\"}],\"hover_effect\":\"\",\"show_title\":\"\",\"image_dimension\":\"hoteller-album-grid\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(764,842,'_elementor_page_assets','a:0:{}'),
(766,843,'_elementor_template_type','wp-page'),
(767,843,'_elementor_version','3.15.3'),
(768,843,'_wp_page_template','elementor_header_footer'),
(769,843,'_elementor_data','[{\"id\":\"0110ad6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"bottom\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg?_t=1693894049\",\"id\":727,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hoteller_ext_is_background_parallax\":\"true\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_overlay_opacity_mobile\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[{\"id\":\"646c498\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-start\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"05c07ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Relax &\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b196aba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unwind by the Sea\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"082edd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Serene Escape at the Beach Hotel\",\"align_mobile\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.165, 0.840, 0.440, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_style\":\"italic\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2411832\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_inline_size_tablet\":30},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1890e\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb35c10\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"14bf7d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Reforma1969\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"0d9ebd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c15ddb2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a54b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28fbac8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\",\"id\":740,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ecd0441\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fce244c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your Perfect Beach Hotel Getaway\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a63e100\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9992bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a6c3276\",\"elType\":\"widget\",\"settings\":{\"title\":\"Matt Bruno - Hotel Manager\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fe6b39\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"ca85236\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11a379c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":592,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\"},{\"id\":756,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\"},{\"id\":608,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\"},{\"id\":579,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\"},{\"id\":612,\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\"}],\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"pagination\":\"\",\"parallax\":\"\",\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-gallery-horizontal\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4eb46c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ee7478\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_disable\":\"769\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"dddc2b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunsets and Memories: Create Timeless Moments at Our Beach Hotel\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba1939c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\\u00a0<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcca6c9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f82cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"265cb96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn More\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f2fbc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b2cd44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae6d1f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"501fb4a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b8fce47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hoteller_ext_is_smoove\":\"true\",\"hoteller_ext_smoove_easing\":\"0.230, 1.000, 0.320, 1.000\",\"hoteller_ext_smoove_delay\":100,\"hoteller_ext_smoove_duration\":800,\"hoteller_ext_smoove_translatey\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_inline_size_tablet\":37,\"align_mobile\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"26e2b28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Suites\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f74ebed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\">Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5758190\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0bdce6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Our Suites\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5dff4d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":63,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"dba8bba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/edvin-johansson-rlwE8f8anOc-unsplash.jpg\",\"id\":765,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hoteller_image_is_animation\":\"true\",\"hoteller_image_animation_effect\":\"slide_up\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"704d5f8\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1ecb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"270eb52\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"_id\":\"23bde4a\",\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/maria-orlova-6viJObrmnBw-unsplash-1.jpg\",\"id\":145,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Standard Room \",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/ahmed-Ldi8bOXWIFs-unsplash.jpg\",\"id\":292,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Deluxe Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 27 sqm \\/ 290 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 2 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e7e349\"},{\"slide_image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg\",\"id\":391,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"slide_title\":\"Superior Room\",\"slide_description\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Average size: 42 sqm \\/ 452 sqft<br \\/><\\/span><span class=\\\"s1\\\">Occupancy: 3 adults, 1 child<br \\/><\\/span><span class=\\\"s1\\\">Bed: king or twin<\\/span><\\/p>\",\"slide_link\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0b365ec\"}],\"columns\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reforma1969\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hoteller-service-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb93568\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e7dbcb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58dd8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#979797\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48c520c\",\"elType\":\"section\",\"settings\":{\"overflow\":\"hidden\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b84d83\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"865354c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"div\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5704a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Staying at this hotel was an absolute delight\",\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"header_size\":\"h3\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66d4bf3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\">Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.<\\/span><\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_family\":\"silverline_script_demoregular\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58fa7ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Stories\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#686868\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"30\",\"bottom\":\"17\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d25fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"320b918\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg\",\"id\":625,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3cf198\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\",\"id\":612,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-290,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":-176,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":413.6,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":187,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"hoteller_ext_mobile_static\":\"true\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(771,9,'_elementor_css','a:6:{s:4:\"time\";i:1745094368;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(772,725,'_elementor_css','a:6:{s:4:\"time\";i:1745094368;s:5:\"fonts\";a:3:{i:0;s:11:\"Reforma1969\";i:1;s:29:\"silverline_script_demoregular\";i:2;s:5:\"Inter\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(770,843,'_elementor_page_assets','a:0:{}'),
(774,108,'_elementor_css','a:6:{s:4:\"time\";i:1745094409;s:5:\"fonts\";a:1:{i:0;s:5:\"Inter\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(775,108,'_elementor_element_cache','{\"timeout\":1745180804,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-98ec71d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"98ec71d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79e47fa\\\" data-id=\\\"79e47fa\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-87fcb1f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"87fcb1f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-dcdbf81 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"dcdbf81\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1e471fc\\\" data-id=\\\"1e471fc\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-844e6c4 elementor-widget elementor-widget-heading\\\" data-id=\\\"844e6c4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\">\\u00a9 2023 All Rights Reserved<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-757f767\\\" data-id=\\\"757f767\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-408dc70 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"408dc70\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our Rooms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About The Hotel<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Restaurant<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6d6dd33\\\" data-id=\\\"6d6dd33\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d6bf26d elementor-widget__width-auto elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\\\" data-id=\\\"d6bf26d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-square elementor-repeater-item-f021999\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-square<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook-square\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-ac9a21a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-7c29004\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-5d6ca55\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1a55faa elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1a55faa\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-35db5dc\\\" data-id=\\\"35db5dc\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0000525 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"0000525\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-98fcce0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"98fcce0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0a7752\\\" data-id=\\\"e0a7752\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b7956f2 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"b7956f2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"179\\\" height=\\\"166\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_travellers_choice.png\\\" class=\\\"attachment-full size-full wp-image-122\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fd32e5 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"7fd32e5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"189\\\" height=\\\"171\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/tripadvisor_com.png\\\" class=\\\"attachment-full size-full wp-image-121\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cc117b8 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"cc117b8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"193\\\" height=\\\"108\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/booking_com.png\\\" class=\\\"attachment-full size-full wp-image-120\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3bcb4d1 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"3bcb4d1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"121\\\" height=\\\"197\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/international_hotel_awards.png\\\" class=\\\"attachment-full size-full wp-image-119\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dcf997a elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"dcf997a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"183\\\" height=\\\"155\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/global_luxury_hotel_spa.png\\\" class=\\\"attachment-full size-full wp-image-118\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-87380f9 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"87380f9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"177\\\" height=\\\"176\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/world_boutique_hotel_awards.png\\\" class=\\\"attachment-full size-full wp-image-117\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-icon-list\",\"widget-social-icons\",\"e-apple-webkit\"]}}'),
(776,81,'_elementor_css','a:6:{s:4:\"time\";i:1745094409;s:5:\"fonts\";a:1:{i:0;s:11:\"Reforma1969\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:12;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(777,81,'_elementor_element_cache','{\"timeout\":1745180804,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-f303ab0 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"f303ab0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ab38c16\\\" data-id=\\\"ab38c16\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5426641 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"5426641\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"52\\\" height=\\\"53\\\" src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/close-icon.png\\\" class=\\\"attachment-full size-full wp-image-83\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-356c7e5 elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"356c7e5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"#\\\">Close<\\/a><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a0208eb\\\" data-id=\\\"a0208eb\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-66eec64 elementor-widget elementor-widget-image\\\" data-id=\\\"66eec64\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/okullar.com\\/hoteller\\/wp-content\\/uploads\\/2023\\/09\\/logo-orange.png\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1b9e609\\\" data-id=\\\"1b9e609\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b82dfb6 elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"b82dfb6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\\\" target=\\\"_blank\\\">Book now<\\/a><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5869293 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"5869293\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-65aafb4\\\" data-id=\\\"65aafb4\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-99ba5bf elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default\\\" data-id=\\\"99ba5bf\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b935647\\\" data-id=\\\"b935647\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f898e19 elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"f898e19\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Hoteller<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-28e67e2 elementor-widget elementor-widget-spacer\\\" data-id=\\\"28e67e2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3de701d elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"3de701d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Island Resort<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b7ac270 elementor-mobile-align-center elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"b7ac270\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/our-rooms\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our Rooms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About The Hotel<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/restaurant-bar\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Restaurant & Bar<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/contact-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/book-now\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Make a Reservation<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/maps.google.com\\/\\\" target=\\\"_blank\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Get Directions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c388ecd\\\" data-id=\\\"c388ecd\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8b98d99 elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"8b98d99\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Rooms<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eb54564 elementor-widget elementor-widget-spacer\\\" data-id=\\\"eb54564\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-50621ef elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"50621ef\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Types<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5a9d2e0 elementor-mobile-align-center elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"5a9d2e0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/standard-room\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Standard Room<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/deluxe-room\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Deluxe Room<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/superior-room\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Superior Room<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/signature-room\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Signature Room<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/executive-suite\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Executive Suite<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/okullar.com\\/hoteller\\/accommodation\\/pool-villa\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Pool Villa<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4b2776e elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\\\" data-id=\\\"4b2776e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_backdrop&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f063669\\\" data-id=\\\"f063669\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b988dac\\\" data-id=\\\"b988dac\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8d8ca2b elementor-widget__width-auto elementor-widget elementor-widget-heading\\\" data-id=\\\"8d8ca2b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_fullmenu&quot;:&quot;true&quot;,&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Follow us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2342712 elementor-widget__width-auto elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\\\" data-id=\\\"2342712\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-square elementor-repeater-item-f021999\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-square<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook-square\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-ac9a21a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-7c29004\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-5d6ca55\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f9cf17a\\\" data-id=\\\"f9cf17a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;hoteller_ext_link_sidemenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_link_closed_fullmenu&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_mobile_static&quot;:&quot;false&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(778,725,'_edit_lock','1745094760:1'),
(779,81,'_edit_lock','1745094862:1');
/*!40000 ALTER TABLE `punseNP_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_posts`
--

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

--
-- Dumping data for table `punseNP_posts`
--

LOCK TABLES `punseNP_posts` WRITE;
/*!40000 ALTER TABLE `punseNP_posts` DISABLE KEYS */;
INSERT INTO `punseNP_posts` VALUES
(1,1,'2025-04-19 20:15:56','2025-04-19 20:15:56','<!-- 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','','','2025-04-19 20:15:56','2025-04-19 20:15:56','',0,'https://okullar.com/hoteller/?p=1',0,'post','',1),
(2,1,'2025-04-19 20:15:56','2025-04-19 20:15:56','<!-- 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://okullar.com/hoteller/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2025-04-19 20:15:56','2025-04-19 20:15:56','',0,'https://okullar.com/hoteller/?page_id=2',0,'page','',0),
(3,1,'2025-04-19 20:15:56','2025-04-19 20:15:56','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://okullar.com/hoteller.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-04-19 20:15:56','2025-04-19 20:15:56','',0,'https://okullar.com/hoteller/?page_id=3',0,'page','',0),
(6,1,'2025-04-19 20:19:32','2025-04-19 20:19:32','https://okullar.com/hoteller/wp-content/uploads/2025/04/hoteller-683n.zip','hoteller-683n.zip','','private','open','closed','','hoteller-683n-zip','','','2025-04-19 20:19:32','2025-04-19 20:19:32','',0,'https://okullar.com/hoteller/wp-content/uploads/2025/04/hoteller-683n.zip',0,'attachment','',0),
(8,1,'2025-04-19 20:20:54','2025-04-19 20:20:54','<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@okullar.com>\nFrom: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@okullar.com>\nMessage Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2025-04-19 20:20:54','2025-04-19 20:20:54','',0,'https://okullar.com/hoteller/?post_type=wpcf7_contact_form&p=8',0,'wpcf7_contact_form','',0),
(9,1,'2025-04-19 20:20:59','2025-04-19 20:20:59','','Default Kit','','publish','closed','closed','','default-kit','','','2025-04-19 20:20:59','2025-04-19 20:20:59','',0,'https://okullar.com/hoteller/?p=9',0,'elementor_library','',0),
(10,0,'2025-04-19 20:21:05','2025-04-19 20:21:05','','İsim','','publish','closed','closed','','isim','','','2025-04-19 20:21:05','2025-04-19 20:21:05','',0,'https://okullar.com/hoteller/?p=10',1,'mphb_checkout_field','',0),
(11,0,'2025-04-19 20:21:05','2025-04-19 20:21:05','','Soy isim','','publish','closed','closed','','soy-isim','','','2025-04-19 20:21:05','2025-04-19 20:21:05','',0,'https://okullar.com/hoteller/?p=11',2,'mphb_checkout_field','',0),
(12,0,'2025-04-19 20:21:05','2025-04-19 20:21:05','','E-Posta','','publish','closed','closed','','e-posta','','','2025-04-19 20:21:05','2025-04-19 20:21:05','',0,'https://okullar.com/hoteller/?p=12',3,'mphb_checkout_field','',0),
(13,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Telefon','','publish','closed','closed','','telefon','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=13',4,'mphb_checkout_field','',0),
(14,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','İkamet edilen ülke','','publish','closed','closed','','ikamet-edilen-ulke','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=14',5,'mphb_checkout_field','',0),
(15,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Adres','','publish','closed','closed','','adres','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=15',6,'mphb_checkout_field','',0),
(16,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Şehir','','publish','closed','closed','','sehir','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=16',7,'mphb_checkout_field','',0),
(17,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Bölge / Ülke','','publish','closed','closed','','bolge-ulke','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=17',8,'mphb_checkout_field','',0),
(18,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Posta Kodu','','publish','closed','closed','','posta-kodu','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=18',9,'mphb_checkout_field','',0),
(19,0,'2025-04-19 20:21:06','2025-04-19 20:21:06','','Notlar','','publish','closed','closed','','notlar','','','2025-04-19 20:21:06','2025-04-19 20:21:06','',0,'https://okullar.com/hoteller/?p=19',10,'mphb_checkout_field','',0),
(20,1,'2025-04-19 20:21:19','2025-04-19 20:21:19','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2025-04-19 20:21:19','2025-04-19 20:21:19','',0,'https://okullar.com/hoteller/wp-content/uploads/2025/04/woocommerce-placeholder.png',0,'attachment','image/png',0),
(21,1,'2025-04-19 20:21:20','2025-04-19 20:21:20','','Shop','','publish','closed','closed','','shop','','','2025-04-19 20:21:20','2025-04-19 20:21:20','',0,'https://okullar.com/hoteller/index.php/shop/',0,'page','',0),
(22,1,'2025-04-19 20:21:20','2025-04-19 20:21:20','<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->','Cart','','publish','closed','closed','','cart','','','2025-04-19 20:21:20','2025-04-19 20:21:20','',0,'https://okullar.com/hoteller/index.php/cart/',0,'page','',0),
(23,1,'2025-04-19 20:21:20','2025-04-19 20:21:20','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block -->\n\n<!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','publish','closed','closed','','checkout','','','2025-04-19 20:21:20','2025-04-19 20:21:20','',0,'https://okullar.com/hoteller/index.php/checkout/',0,'page','',0),
(24,1,'2025-04-19 20:21:21','2025-04-19 20:21:21','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2025-04-19 20:21:21','2025-04-19 20:21:21','',0,'https://okullar.com/hoteller/index.php/my-account/',0,'page','',0),
(25,1,'2025-04-19 20:21:21','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Overview</h2>\n<!-- /wp:heading -->\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:heading -->\n<h2 class=\"wp-block-heading\">Refunds</h2>\n<!-- /wp:heading -->\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:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Late or missing refunds</h3>\n<!-- /wp:heading -->\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:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sale items</h3>\n<!-- /wp:heading -->\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:heading -->\n<h2 class=\"wp-block-heading\">Exchanges</h2>\n<!-- /wp:heading -->\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:heading -->\n<h2 class=\"wp-block-heading\">Gifts</h2>\n<!-- /wp:heading -->\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:heading -->\n<h2 class=\"wp-block-heading\">Shipping returns</h2>\n<!-- /wp:heading -->\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:heading -->\n<h2 class=\"wp-block-heading\">Need help?</h2>\n<!-- /wp:heading -->\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','','','2025-04-19 20:21:21','0000-00-00 00:00:00','',0,'https://okullar.com/hoteller/?page_id=25',0,'page','',0),
(26,0,'2025-04-19 20:22:23','2025-04-19 20:22:23','{\"fontFamily\":\"Inter, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter.svg\"}','Inter','','publish','closed','closed','','inter','','','2025-04-19 20:22:23','2025-04-19 20:22:23','',0,'https://okullar.com/hoteller/index.php/2025/04/19/inter/',0,'wp_font_family','',0),
(27,0,'2025-04-19 20:22:23','2025-04-19 20:22:23','{\"fontFamily\":\"\\\"Bodoni Moda\\\", serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda.svg\"}','Bodoni Moda','','publish','closed','closed','','bodoni-moda','','','2025-04-19 20:22:23','2025-04-19 20:22:23','',0,'https://okullar.com/hoteller/index.php/2025/04/19/bodoni-moda/',0,'wp_font_family','',0),
(28,0,'2025-04-19 20:22:23','2025-04-19 20:22:23','{\"fontFamily\":\"Overpass, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass.svg\"}','Overpass','','publish','closed','closed','','overpass','','','2025-04-19 20:22:23','2025-04-19 20:22:23','',0,'https://okullar.com/hoteller/index.php/2025/04/19/overpass/',0,'wp_font_family','',0),
(29,0,'2025-04-19 20:22:23','2025-04-19 20:22:23','{\"fontFamily\":\"\\\"Albert Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans.svg\"}','Albert Sans','','publish','closed','closed','','albert-sans','','','2025-04-19 20:22:23','2025-04-19 20:22:23','',0,'https://okullar.com/hoteller/index.php/2025/04/19/albert-sans/',0,'wp_font_family','',0),
(30,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Lora, serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora.svg\"}','Lora','','publish','closed','closed','','lora','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/lora/',0,'wp_font_family','',0),
(31,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Montserrat, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat.svg\"}','Montserrat','','publish','closed','closed','','montserrat','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/montserrat/',0,'wp_font_family','',0),
(32,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Arvo, serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo.svg\"}','Arvo','','publish','closed','closed','','arvo','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/arvo/',0,'wp_font_family','',0),
(33,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Rubik, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik.svg\"}','Rubik','','publish','closed','closed','','rubik','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/rubik/',0,'wp_font_family','',0),
(34,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Newsreader, serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader.svg\"}','Newsreader','','publish','closed','closed','','newsreader','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/newsreader/',0,'wp_font_family','',0),
(35,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Cormorant, serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant.svg\"}','Cormorant','','publish','closed','closed','','cormorant','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/cormorant/',0,'wp_font_family','',0),
(36,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"\\\"Work Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans.svg\"}','Work Sans','','publish','closed','closed','','work-sans','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/work-sans/',0,'wp_font_family','',0),
(37,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Raleway, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway.svg\"}','Raleway','','publish','closed','closed','','raleway','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',0,'https://okullar.com/hoteller/index.php/2025/04/19/raleway/',0,'wp_font_family','',0),
(38,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-400-normal.svg\"}','inter;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','internormal400100u0-10ffff','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',26,'https://okullar.com/hoteller/index.php/2025/04/19/internormal400100u0-10ffff/',0,'wp_font_face','',0),
(39,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-500-normal.svg\"}','inter;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','internormal500100u0-10ffff','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',26,'https://okullar.com/hoteller/index.php/2025/04/19/internormal500100u0-10ffff/',0,'wp_font_face','',0),
(40,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-600-normal.svg\"}','inter;normal;600;100%;U+0-10FFFF','','publish','closed','closed','','internormal600100u0-10ffff','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',26,'https://okullar.com/hoteller/index.php/2025/04/19/internormal600100u0-10ffff/',0,'wp_font_face','',0),
(41,0,'2025-04-19 20:22:24','2025-04-19 20:22:24','{\"fontFamily\":\"Inter\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthiJ-Ek-7MeA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-400-italic.svg\"}','inter;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','interitalic400100u0-10ffff','','','2025-04-19 20:22:24','2025-04-19 20:22:24','',26,'https://okullar.com/hoteller/index.php/2025/04/19/interitalic400100u0-10ffff/',0,'wp_font_face','',0),
(42,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Inter\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thiJ-Ek-7MeA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-500-italic.svg\"}','inter;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','interitalic500100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',26,'https://okullar.com/hoteller/index.php/2025/04/19/interitalic500100u0-10ffff/',0,'wp_font_face','',0),
(43,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Inter\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhiJ-Ek-7MeA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/inter/inter-600-italic.svg\"}','inter;italic;600;100%;U+0-10FFFF','','publish','closed','closed','','interitalic600100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',26,'https://okullar.com/hoteller/index.php/2025/04/19/interitalic600100u0-10ffff/',0,'wp_font_face','',0),
(44,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIVytVjMYwE.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-400-normal.svg\"}','bodoni moda;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modanormal400100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',27,'https://okullar.com/hoteller/index.php/2025/04/19/bodoni-modanormal400100u0-10ffff/',0,'wp_font_face','',0),
(45,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4tHrJcwHqoQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/bodoni-moda/bodoni-moda-400-italic.svg\"}','bodoni moda;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modaitalic400100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',27,'https://okullar.com/hoteller/index.php/2025/04/19/bodoni-modaitalic400100u0-10ffff/',0,'wp_font_face','',0),
(46,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-300-normal.svg\"}','overpass;normal;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal300100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',28,'https://okullar.com/hoteller/index.php/2025/04/19/overpassnormal300100u0-10ffff/',0,'wp_font_face','',0),
(47,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-400-normal.svg\"}','overpass;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal400100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',28,'https://okullar.com/hoteller/index.php/2025/04/19/overpassnormal400100u0-10ffff/',0,'wp_font_face','',0),
(48,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"300\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-300-italic.svg\"}','overpass;italic;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic300100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',28,'https://okullar.com/hoteller/index.php/2025/04/19/overpassitalic300100u0-10ffff/',0,'wp_font_face','',0),
(49,0,'2025-04-19 20:22:25','2025-04-19 20:22:25','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/overpass/overpass-400-italic.svg\"}','overpass;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic400100u0-10ffff','','','2025-04-19 20:22:25','2025-04-19 20:22:25','',28,'https://okullar.com/hoteller/index.php/2025/04/19/overpassitalic400100u0-10ffff/',0,'wp_font_face','',0),
(50,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_qY32TxAj1g.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-700-normal.svg\"}','albert sans;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansnormal700100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',29,'https://okullar.com/hoteller/index.php/2025/04/19/albert-sansnormal700100u0-10ffff/',0,'wp_font_face','',0),
(51,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/albert-sans/albert-sans-700-italic.svg\"}','albert sans;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansitalic700100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',29,'https://okullar.com/hoteller/index.php/2025/04/19/albert-sansitalic700100u0-10ffff/',0,'wp_font_face','',0),
(52,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"Lora\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/0QI6MX1D_JOuGQbT0gvTJPa787weuyJDmKxemMeZ.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-400-normal.svg\"}','lora;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','loranormal400100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',30,'https://okullar.com/hoteller/index.php/2025/04/19/loranormal400100u0-10ffff/',0,'wp_font_face','',0),
(53,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"Lora\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkq18ndeZzZ0.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/lora/lora-400-italic.svg\"}','lora;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','loraitalic400100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',30,'https://okullar.com/hoteller/index.php/2025/04/19/loraitalic400100u0-10ffff/',0,'wp_font_face','',0),
(54,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-500-normal.svg\"}','montserrat;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal500100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',31,'https://okullar.com/hoteller/index.php/2025/04/19/montserratnormal500100u0-10ffff/',0,'wp_font_face','',0),
(55,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-700-normal.svg\"}','montserrat;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal700100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',31,'https://okullar.com/hoteller/index.php/2025/04/19/montserratnormal700100u0-10ffff/',0,'wp_font_face','',0),
(56,0,'2025-04-19 20:22:26','2025-04-19 20:22:26','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-500-italic.svg\"}','montserrat;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic500100u0-10ffff','','','2025-04-19 20:22:26','2025-04-19 20:22:26','',31,'https://okullar.com/hoteller/index.php/2025/04/19/montserratitalic500100u0-10ffff/',0,'wp_font_face','',0),
(57,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/montserrat/montserrat-700-italic.svg\"}','montserrat;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic700100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',31,'https://okullar.com/hoteller/index.php/2025/04/19/montserratitalic700100u0-10ffff/',0,'wp_font_face','',0),
(58,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/tDbD2oWUg0MKmSUa7Lzr7vs.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-400-normal.svg\"}','arvo;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','arvonormal400100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',32,'https://okullar.com/hoteller/index.php/2025/04/19/arvonormal400100u0-10ffff/',0,'wp_font_face','',0),
(59,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/tDbN2oWUg0MKqSIQ7Z7u_vvijQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/arvo/arvo-400-italic.svg\"}','arvo;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','arvoitalic400100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',32,'https://okullar.com/hoteller/index.php/2025/04/19/arvoitalic400100u0-10ffff/',0,'wp_font_face','',0),
(60,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-400-normal.svg\"}','rubik;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal400100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',33,'https://okullar.com/hoteller/index.php/2025/04/19/rubiknormal400100u0-10ffff/',0,'wp_font_face','',0),
(61,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-800-normal.svg\"}','rubik;normal;800;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal800100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',33,'https://okullar.com/hoteller/index.php/2025/04/19/rubiknormal800100u0-10ffff/',0,'wp_font_face','',0),
(62,0,'2025-04-19 20:22:27','2025-04-19 20:22:27','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0U1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-400-italic.svg\"}','rubik;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic400100u0-10ffff','','','2025-04-19 20:22:27','2025-04-19 20:22:27','',33,'https://okullar.com/hoteller/index.php/2025/04/19/rubikitalic400100u0-10ffff/',0,'wp_font_face','',0),
(63,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"800\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEU1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/rubik/rubik-800-italic.svg\"}','rubik;italic;800;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic800100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',33,'https://okullar.com/hoteller/index.php/2025/04/19/rubikitalic800100u0-10ffff/',0,'wp_font_face','',0),
(64,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ACexEPjCggA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-400-normal.svg\"}','newsreader;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreadernormal400100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',34,'https://okullar.com/hoteller/index.php/2025/04/19/newsreadernormal400100u0-10ffff/',0,'wp_font_face','',0),
(65,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZFHDWwgECi.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/newsreader/newsreader-400-italic.svg\"}','newsreader;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreaderitalic400100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',34,'https://okullar.com/hoteller/index.php/2025/04/19/newsreaderitalic400100u0-10ffff/',0,'wp_font_face','',0),
(66,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-400-normal.svg\"}','cormorant;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal400100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',35,'https://okullar.com/hoteller/index.php/2025/04/19/cormorantnormal400100u0-10ffff/',0,'wp_font_face','',0),
(67,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-500-normal.svg\"}','cormorant;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal500100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',35,'https://okullar.com/hoteller/index.php/2025/04/19/cormorantnormal500100u0-10ffff/',0,'wp_font_face','',0),
(68,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-400-italic.svg\"}','cormorant;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic400100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',35,'https://okullar.com/hoteller/index.php/2025/04/19/cormorantitalic400100u0-10ffff/',0,'wp_font_face','',0),
(69,0,'2025-04-19 20:22:28','2025-04-19 20:22:28','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/cormorant/cormorant-500-italic.svg\"}','cormorant;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic500100u0-10ffff','','','2025-04-19 20:22:28','2025-04-19 20:22:28','',35,'https://okullar.com/hoteller/index.php/2025/04/19/cormorantitalic500100u0-10ffff/',0,'wp_font_face','',0),
(70,0,'2025-04-19 20:22:29','2025-04-19 20:22:29','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNi0Dp6_cOyA.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-400-normal.svg\"}','work sans;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansnormal400100u0-10ffff','','','2025-04-19 20:22:29','2025-04-19 20:22:29','',36,'https://okullar.com/hoteller/index.php/2025/04/19/work-sansnormal400100u0-10ffff/',0,'wp_font_face','',0),
(71,0,'2025-04-19 20:22:29','2025-04-19 20:22:29','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJpo3ZKyDSQQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/work-sans/work-sans-400-italic.svg\"}','work sans;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansitalic400100u0-10ffff','','','2025-04-19 20:22:29','2025-04-19 20:22:29','',36,'https://okullar.com/hoteller/index.php/2025/04/19/work-sansitalic400100u0-10ffff/',0,'wp_font_face','',0),
(72,0,'2025-04-19 20:22:29','2025-04-19 20:22:29','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCKNLA3JC9c.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-700-normal.svg\"}','raleway;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewaynormal700100u0-10ffff','','','2025-04-19 20:22:29','2025-04-19 20:22:29','',37,'https://okullar.com/hoteller/index.php/2025/04/19/ralewaynormal700100u0-10ffff/',0,'wp_font_face','',0),
(73,0,'2025-04-19 20:22:29','2025-04-19 20:22:29','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://okullar.com/hoteller/wp-content/uploads/fonts/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrEVIT9c2c8.woff2\",\"preview\":\"https://s.w.org/images/fonts/wp-6.7/previews/raleway/raleway-700-italic.svg\"}','raleway;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewayitalic700100u0-10ffff','','','2025-04-19 20:22:29','2025-04-19 20:22:29','',37,'https://okullar.com/hoteller/index.php/2025/04/19/ralewayitalic700100u0-10ffff/',0,'wp_font_face','',0),
(74,1,'2025-04-19 20:24:38','2025-04-19 20:24:38','','One Click Demo Import - log_file_2025-04-19__20-24-38','','inherit','open','closed','','one-click-demo-import-log_file_2025-04-19__20-24-38','','','2025-04-19 20:24:38','2025-04-19 20:24:38','',0,'https://okullar.com/hoteller/wp-content/uploads/2025/04/log_file_2025-04-19__20-24-38.txt',0,'attachment','text/plain',0),
(75,1,'2023-09-01 11:56:32','2023-09-01 11:56:32','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder-2','','','2023-09-01 11:56:32','2023-09-01 11:56:32','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woocommerce-placeholder.png',0,'attachment','image/png',0),
(76,1,'2023-09-02 04:03:49','2023-09-02 04:03:49','','Reforma1969-Blanca','','inherit','open','closed','','reforma1969-blanca','','','2023-09-02 04:03:49','2023-09-02 04:03:49','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/Reforma1969-Blanca.woff',0,'attachment','application/x-font-woff',0),
(77,1,'2023-09-02 04:11:08','2023-09-02 04:11:08','','cropped-TG-Thumb-192x192-1','','inherit','open','closed','','cropped-tg-thumb-192x192-1','','','2023-09-02 04:11:08','2023-09-02 04:11:08','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/cropped-TG-Thumb-192x192-1.png',0,'attachment','image/png',0),
(78,1,'2023-09-02 04:31:05','2023-09-02 04:31:05','','logo-white','','inherit','open','closed','','logo-white','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',714,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-white.png',0,'attachment','image/png',0),
(79,1,'2023-09-02 04:31:07','2023-09-02 04:31:07','','logo-orange','','inherit','open','closed','','logo-orange','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',714,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange.png',0,'attachment','image/png',0),
(80,1,'2023-09-02 04:39:52','2023-09-02 04:39:52','','logo-sticky','','inherit','open','closed','','logo-sticky','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',715,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-sticky.png',0,'attachment','image/png',0),
(83,1,'2023-09-02 11:38:56','2023-09-02 11:38:56','','close-icon.png','','inherit','open','closed','','close-icon-png','','','2023-09-02 11:38:56','2023-09-02 11:38:56','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-icon.png',0,'attachment','image/png',0),
(84,1,'2023-09-02 11:38:57','2023-09-02 11:38:57','','logo-black.png','','inherit','open','closed','','logo-black-png','','','2023-09-02 11:38:57','2023-09-02 11:38:57','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-black.png',0,'attachment','image/png',0),
(85,1,'2023-09-02 11:39:12','2023-09-02 11:39:12','','cards.png','','inherit','open','closed','','cards-png','','','2023-09-02 11:39:12','2023-09-02 11:39:12','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/cards.png',0,'attachment','image/png',0),
(94,1,'2023-09-02 11:55:02','2023-09-02 11:55:02','','mobile-icon.png','','inherit','open','closed','','mobile-icon-png','','','2023-09-02 11:55:02','2023-09-02 11:55:02','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mobile-icon.png',0,'attachment','image/png',0),
(97,1,'2023-09-02 11:56:07','2023-09-02 11:56:07','','menu-icon-white.png','','inherit','open','closed','','menu-icon-white-png','','','2023-09-02 11:56:07','2023-09-02 11:56:07','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/menu-icon-white.png',0,'attachment','image/png',0),
(117,1,'2023-09-04 05:53:49','2023-09-04 05:53:49','','world_boutique_hotel_awards','','inherit','open','closed','','world_boutique_hotel_awards','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards.png',0,'attachment','image/png',0),
(118,1,'2023-09-04 05:53:51','2023-09-04 05:53:51','','global_luxury_hotel_spa','','inherit','open','closed','','global_luxury_hotel_spa','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/global_luxury_hotel_spa.png',0,'attachment','image/png',0),
(119,1,'2023-09-04 05:53:54','2023-09-04 05:53:54','','international_hotel_awards','','inherit','open','closed','','international_hotel_awards','','','2025-04-19 20:25:53','2025-04-19 20:25:53','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/international_hotel_awards.png',0,'attachment','image/png',0),
(120,1,'2023-09-04 05:53:56','2023-09-04 05:53:56','','booking_com','','inherit','open','closed','','booking_com','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/booking_com.png',0,'attachment','image/png',0),
(121,1,'2023-09-04 05:53:58','2023-09-04 05:53:58','','tripadvisor_com','','inherit','open','closed','','tripadvisor_com','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tripadvisor_com.png',0,'attachment','image/png',0),
(122,1,'2023-09-04 05:54:00','2023-09-04 05:54:00','','tripadvisor_travellers_choice','','inherit','open','closed','','tripadvisor_travellers_choice','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',108,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tripadvisor_travellers_choice.png',0,'attachment','image/png',0),
(145,1,'2023-09-04 06:10:29','2023-09-04 06:10:29','','maria-orlova-6viJObrmnBw-unsplash (1)','','inherit','open','closed','','maria-orlova-6vijobrmnbw-unsplash-1','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg',0,'attachment','image/jpeg',0),
(149,1,'2023-09-04 06:12:03','2023-09-04 06:12:03','','bed-setting-2021-08-28-23-54-07-utc','','inherit','open','closed','','bed-setting-2021-08-28-23-54-07-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg',0,'attachment','image/jpeg',0),
(192,1,'2023-09-04 07:31:45','2023-09-04 07:31:45','','jake-goossen-MM7nD2FjI3U-unsplash','','inherit','open','closed','','jake-goossen-mm7nd2fji3u-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg',0,'attachment','image/jpeg',0),
(193,1,'2023-09-04 07:34:40','2023-09-04 07:34:40','','greg-rivers-ww8Rll1Vsfc-unsplash','','inherit','open','closed','','greg-rivers-ww8rll1vsfc-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg',0,'attachment','image/jpeg',0),
(194,1,'2023-09-04 07:35:14','2023-09-04 07:35:14','','bedroom-interior-design-2021-10-21-02-42-37-utc','','inherit','open','closed','','bedroom-interior-design-2021-10-21-02-42-37-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg',0,'attachment','image/jpeg',0),
(195,1,'2023-09-04 07:35:44','2023-09-04 07:35:44','','lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc','','inherit','open','closed','','lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',130,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg',0,'attachment','image/jpeg',0),
(255,1,'2023-09-04 07:55:19','2023-09-04 07:55:19','','Sink into the embrace of a king-sized bed adorned with premium linens and fluffy pillows, ensuring a restful night\'s sleep.','','inherit','open','closed','','beazy-pmy1mpaauas-unsplash','','','2023-09-04 07:55:19','2023-09-04 07:55:19','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg',0,'attachment','image/jpeg',0),
(256,1,'2023-09-04 07:55:47','2023-09-04 07:55:47','','The spacious en-suite bathroom is a haven of tranquility, featuring a deep soaking tub, rain shower, and complimentary luxury toiletries.','','inherit','open','closed','','interior-design-of-a-bedroom-2022-11-16-06-07-23-utc','','','2023-09-04 07:55:47','2023-09-04 07:55:47','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg',0,'attachment','image/jpeg',0),
(257,1,'2023-09-04 07:56:07','2023-09-04 07:56:07','','Rejuvenate your senses at our onsite spa, offering a range of indulgent treatments and therapies.','','inherit','open','closed','','interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2','','','2023-09-04 07:56:07','2023-09-04 07:56:07','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg',0,'attachment','image/jpeg',0),
(258,1,'2023-09-04 07:56:29','2023-09-04 07:56:29','','Gaze out of the floor-to-ceiling windows and enjoy panoramic views of the city skyline or tranquil landscapes, depending on your room\'s location.','','inherit','open','closed','','hutomo-abrianto-9mpl0zo7_gq-unsplash','','','2023-09-04 07:56:29','2023-09-04 07:56:29','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg',0,'attachment','image/jpeg',0),
(292,1,'2023-09-04 08:01:16','2023-09-04 08:01:16','','ahmed-Ldi8bOXWIFs-unsplash','','inherit','open','closed','','ahmed-ldi8boxwifs-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',280,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash.jpg',0,'attachment','image/jpeg',0),
(325,1,'2023-09-04 08:33:45','2023-09-04 08:33:45','','mesut-cicen-s-ZJpt0UdpU-unsplash','','inherit','open','closed','','mesut-cicen-s-zjpt0udpu-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',280,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg',0,'attachment','image/jpeg',0),
(329,1,'2023-09-04 08:35:22','2023-09-04 08:35:22','','bed-setting-2021-08-28-23-37-20-utc','','inherit','open','closed','','bed-setting-2021-08-28-23-37-20-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',280,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg',0,'attachment','image/jpeg',0),
(331,1,'2023-09-04 08:35:48','2023-09-04 08:35:48','','interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc','','inherit','open','closed','','interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',280,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg',0,'attachment','image/jpeg',0),
(353,1,'2023-09-04 08:40:34','2023-09-04 08:40:34','','bed-setting-2021-08-29-01-31-35-utc','','inherit','open','closed','','bed-setting-2021-08-29-01-31-35-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',335,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg',0,'attachment','image/jpeg',0),
(363,1,'2023-09-04 08:43:47','2023-09-04 08:43:47','','stylish-dining-room-interior-design-2022-12-07-04-21-41-utc','','inherit','open','closed','','stylish-dining-room-interior-design-2022-12-07-04-21-41-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',335,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg',0,'attachment','image/jpeg',0),
(365,1,'2023-09-04 08:44:39','2023-09-04 08:44:39','','getty-images-YgqvRryUJtU-unsplash','','inherit','open','closed','','getty-images-ygqvrryujtu-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',335,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg',0,'attachment','image/jpeg',0),
(366,1,'2023-09-04 08:45:38','2023-09-04 08:45:38','','vladimir-mokry-2dTeBxsF-Q0-unsplash','','inherit','open','closed','','vladimir-mokry-2dtebxsf-q0-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',335,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg',0,'attachment','image/jpeg',0),
(382,1,'2023-09-04 09:37:30','2023-09-04 09:37:30','','bed-setting-2021-08-28-22-30-02-utc (1)','','inherit','open','closed','','bed-setting-2021-08-28-22-30-02-utc-1','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',370,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-22-30-02-utc-1.jpg',0,'attachment','image/jpeg',0),
(391,1,'2023-09-04 09:41:05','2023-09-04 09:41:05','','antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc','','inherit','open','closed','','antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',370,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg',0,'attachment','image/jpeg',0),
(409,1,'2023-09-04 09:46:25','2023-09-04 09:46:25','','modern-bed-room-interior-design-2022-11-01-00-11-46-utc','','inherit','open','closed','','modern-bed-room-interior-design-2022-11-01-00-11-46-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',395,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg',0,'attachment','image/jpeg',0),
(451,1,'2023-09-04 09:52:45','2023-09-04 09:52:45','','interior-design-of-a-bedroom-2022-11-16-06-07-23-utc','','inherit','open','closed','','interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-3','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',437,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-2.jpg',0,'attachment','image/jpeg',0),
(578,1,'2023-09-05 04:55:32','2023-09-05 04:55:32','','bed-setting-2021-08-28-23-37-20-utc','','inherit','open','closed','','bed-setting-2021-08-28-23-37-20-utc-2','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',571,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc-1.jpg',0,'attachment','image/jpeg',0),
(579,1,'2023-09-05 04:56:44','2023-09-05 04:56:44','','beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc','','inherit','open','closed','','beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',571,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg',0,'attachment','image/jpeg',0),
(592,1,'2023-09-05 05:00:13','2023-09-05 05:00:13','','woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc','','inherit','open','closed','','woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',571,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg',0,'attachment','image/jpeg',0),
(608,1,'2023-09-05 05:07:37','2023-09-05 05:07:37','','anse-lazio-beach-2021-08-26-16-02-31-utc','','inherit','open','closed','','anse-lazio-beach-2021-08-26-16-02-31-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',571,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg',0,'attachment','image/jpeg',0),
(612,1,'2023-09-05 05:11:21','2023-09-05 05:11:21','','picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc','','inherit','open','closed','','picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',571,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg',0,'attachment','image/jpeg',0),
(625,1,'2023-09-05 05:23:51','2023-09-05 05:23:51','','toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc','','inherit','open','closed','','toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',622,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg',0,'attachment','image/jpeg',0),
(652,1,'2023-09-05 05:36:03','2023-09-05 05:36:03','','restaurant-table-setting-2022-11-15-21-05-13-utc','','inherit','open','closed','','restaurant-table-setting-2022-11-15-21-05-13-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg',0,'attachment','image/jpeg',0),
(653,1,'2023-09-05 05:37:05','2023-09-05 05:37:05','','bed-setting-2021-08-28-23-37-20-utc','','inherit','open','closed','','bed-setting-2021-08-28-23-37-20-utc-3','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc-2.jpg',0,'attachment','image/jpeg',0),
(657,1,'2023-09-05 05:41:07','2023-09-05 05:41:07','','chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc','','inherit','open','closed','','chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg',0,'attachment','image/jpeg',0),
(659,1,'2023-09-05 05:43:49','2023-09-05 05:43:49','','silverline-script-demo.regular-webfont','','inherit','open','closed','','silverline-script-demo-regular-webfont','','','2023-09-05 05:43:49','2023-09-05 05:43:49','',0,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/silverline-script-demo.regular-webfont.woff',0,'attachment','application/x-font-woff',0),
(670,1,'2023-09-05 05:46:25','2023-09-05 05:46:25','','food-of-restaurant-2022-02-14-19-23-26-utc','','inherit','open','closed','','food-of-restaurant-2022-02-14-19-23-26-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc.jpg',0,'attachment','image/jpeg',0),
(682,1,'2023-09-05 05:50:44','2023-09-05 05:50:44','','Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering','','inherit','open','closed','','waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg',0,'attachment','image/jpeg',0),
(683,1,'2023-09-05 05:50:48','2023-09-05 05:50:48','','The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.','','inherit','open','closed','','dining-in-restaurant-2021-09-24-03-38-12-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg',0,'attachment','image/jpeg',0),
(684,1,'2023-09-05 05:50:51','2023-09-05 05:50:51','','Our versatile seating arrangements provide the perfect backdrop for any occasion.','','inherit','open','closed','','davey-gravy-q_zr4auhxna-unsplash','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash.jpg',0,'attachment','image/jpeg',0),
(694,1,'2023-09-05 05:56:30','2023-09-05 05:56:30','','restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc','','inherit','open','closed','','restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg',0,'attachment','image/jpeg',0),
(696,1,'2023-09-05 05:58:15','2023-09-05 05:58:15','','We invite you to reserve your table and experience the perfect blend of taste, ambiance, and hospitality that defines us.','','inherit','open','closed','','tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg',0,'attachment','image/jpeg',0),
(697,1,'2023-09-05 05:58:18','2023-09-05 05:58:18','','Our private dining spaces offer an intimate setting for your special moments','','inherit','open','closed','','group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg',0,'attachment','image/jpeg',0),
(698,1,'2023-09-05 05:58:21','2023-09-05 05:58:21','','Join us at Coastal Breeze Restaurant to savor moments of culinary delight that will leave a lasting impression.','','inherit','open','closed','','close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg',0,'attachment','image/jpeg',0),
(709,1,'2023-09-05 06:01:30','2023-09-05 06:01:30','','restaurant-breakfast-2021-08-26-17-52-44-utc','','inherit','open','closed','','restaurant-breakfast-2021-08-26-17-52-44-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg',0,'attachment','image/jpeg',0),
(710,1,'2023-09-05 06:02:09','2023-09-05 06:02:09','','Our talented chefs craft each dish with precision and creativity, using only the freshest, locally sourced ingredients.','','inherit','open','closed','','waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg',0,'attachment','image/jpeg',0),
(711,1,'2023-09-05 06:02:12','2023-09-05 06:02:12','','At Coastal Breeze, we believe that exceptional dining goes beyond the plate. Our dedicated staff is committed to ensuring your comfort and satisfaction.','','inherit','open','closed','','shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg',0,'attachment','image/jpeg',0),
(712,1,'2023-09-01 11:56:00','2023-09-01 11:56:00','','Default Kit','','publish','closed','closed','','default-kit-2','','','2023-09-01 11:56:00','2023-09-01 11:56:00','',0,'https://hotellerv6-5.themegoods.com/island/?elementor_library=default-kit',0,'elementor_library','',0),
(713,1,'2023-09-02 04:03:56','2023-09-02 04:03:56','','Reforma1969','','publish','closed','closed','','reforma1969','','','2023-09-02 04:03:56','2023-09-02 04:03:56','',0,'https://hotellerv6-5.themegoods.com/island/?bsf_custom_fonts=reforma1969',0,'bsf_custom_fonts','',0),
(714,1,'2023-09-02 04:28:11','2023-09-02 04:28:11','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mobile-icon.png?_t=1693886259\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-orange.png?_t=1693886259\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-orange.png?_t=1693886259 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange-100x100.png?_t=1693886259 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header','','publish','closed','closed','','header','','','2025-04-19 20:25:54','2025-04-19 20:25:54','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=header&#038;p=56',0,'header','',0),
(828,1,'2023-09-02 04:28:11','2023-09-02 04:28:11','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mobile-icon.png?_t=1693886259\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange.png?_t=1693886259\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange.png?_t=1693886259 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange-100x100.png?_t=1693886259 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header','','inherit','closed','closed','','714-revision-v1','','','2023-09-02 04:28:11','2023-09-02 04:28:11','',714,'https://okullar.com/hoteller/?p=828',0,'revision','',0),
(715,1,'2023-09-02 04:39:25','2023-09-02 04:39:25','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mobile-icon.png?_t=1693886253\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"409\" height=\"35\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-sticky.png?_t=1693886253\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-sticky.png?_t=1693886253 409w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-sticky-300x26.png?_t=1693886253 300w\" sizes=\"(max-width: 409px) 100vw, 409px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header Sticky','','publish','closed','closed','','header-sticky','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=header&#038;p=68',0,'header','',0),
(829,1,'2023-09-02 04:39:25','2023-09-02 04:39:25','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mobile-icon.png?_t=1693886253\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"409\" height=\"35\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-sticky.png?_t=1693886253\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-sticky.png?_t=1693886253 409w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-sticky-300x26.png?_t=1693886253 300w\" sizes=\"(max-width: 409px) 100vw, 409px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header Sticky','','inherit','closed','closed','','715-revision-v1','','','2023-09-02 04:39:25','2023-09-02 04:39:25','',715,'https://okullar.com/hoteller/?p=829',0,'revision','',0),
(716,1,'2023-09-02 05:08:49','2023-09-02 05:08:49','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/menu-icon-white.png?_t=1693886247\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-white.png?_t=1693886247\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-white.png?_t=1693886247 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-white-100x100.png?_t=1693886247 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header Transparent','','publish','closed','closed','','header-transparent','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=header&#038;p=74',0,'header','',0),
(830,1,'2023-09-02 05:08:49','2023-09-02 05:08:49','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"60\" height=\"39\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/menu-icon-white.png?_t=1693886247\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Menus</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-white.png?_t=1693886247\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-white.png?_t=1693886247 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-white-100x100.png?_t=1693886247 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now\">Book now</a></h2>','Header Transparent','','inherit','closed','closed','','716-revision-v1','','','2023-09-02 05:08:49','2023-09-02 05:08:49','',716,'https://okullar.com/hoteller/?p=830',0,'revision','',0),
(81,1,'2023-09-02 11:38:13','2023-09-02 11:38:13','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"52\" height=\"53\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/close-icon.png?_t=1693892056\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Close</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-orange.png?_t=1693892056\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/logo-orange.png?_t=1693892056 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange-100x100.png?_t=1693892056 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now/\" target=\"_blank\" rel=\"noopener\">Book now</a></h2>		\n			<h2>Hoteller</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Island Resort</h2>		\n			<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">\n											Our Rooms\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">\n											About The Hotel\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/restaurant-bar/\">\n											Restaurant & Bar\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/book-now/\">\n											Make a Reservation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://maps.google.com/\" target=\"_blank\" rel=\"noopener\">\n											Get Directions\n											</a>\n									</li>\n						</ul>\n			<h2>Our Rooms</h2>		\n			<h2>Types</h2>		\n					<ul>\n							<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n											Standard Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n											Deluxe Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n											Superior Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n											Signature Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n											Executive Suite\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/pool-villa/\">\n											Pool Villa\n											</a>\n									</li>\n						</ul>\n			<h2>Follow us</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-square\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>','Fullscreen Menu','','publish','closed','closed','','fullscreen-menu','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=fullmenu&#038;p=81',0,'fullmenu','',0),
(831,1,'2023-09-02 11:38:13','2023-09-02 11:38:13','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"#\">\n							<img width=\"52\" height=\"53\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-icon.png?_t=1693892056\" alt=\"\" loading=\"lazy\" />								</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><a href=\"#\">Close</a></h2>		\n																<a href=\"https://hotellerv6-5.themegoods.com/island\">\n							<img width=\"112\" height=\"112\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange.png?_t=1693892056\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange.png?_t=1693892056 112w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/logo-orange-100x100.png?_t=1693892056 100w\" sizes=\"(max-width: 112px) 100vw, 112px\" />								</a>\n			<h2><a href=\"https://hotellerv6-5.themegoods.com/island/book-now/\" target=\"_blank\" rel=\"noopener\">Book now</a></h2>		\n			<h2>Hoteller</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Island Resort</h2>		\n			<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">\n											Our Rooms\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">\n											About The Hotel\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/restaurant-bar/\">\n											Restaurant & Bar\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/book-now/\">\n											Make a Reservation\n											</a>\n									</li>\n								<li>\n											<a href=\"https://maps.google.com/\" target=\"_blank\" rel=\"noopener\">\n											Get Directions\n											</a>\n									</li>\n						</ul>\n			<h2>Our Rooms</h2>		\n			<h2>Types</h2>		\n					<ul>\n							<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n											Standard Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n											Deluxe Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n											Superior Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n											Signature Room\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n											Executive Suite\n											</a>\n									</li>\n								<li>\n											<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/pool-villa/\">\n											Pool Villa\n											</a>\n									</li>\n						</ul>\n			<h2>Follow us</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-square\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>','Fullscreen Menu','','inherit','closed','closed','','81-revision-v1','','','2023-09-02 11:38:13','2023-09-02 11:38:13','',81,'https://okullar.com/hoteller/?p=831',0,'revision','',0),
(108,1,'2023-09-04 05:42:33','2023-09-04 05:42:33','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>© 2023 All Rights Reserved		\n			<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											Our Rooms\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											About The Hotel\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Restaurant\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-square\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"179\" height=\"166\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/tripadvisor_travellers_choice.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"189\" height=\"171\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/tripadvisor_com.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"193\" height=\"108\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/booking_com.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"121\" height=\"197\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/international_hotel_awards.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"183\" height=\"155\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/global_luxury_hotel_spa.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"177\" height=\"176\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/world_boutique_hotel_awards.png?_t=1693826744\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/world_boutique_hotel_awards.png?_t=1693826744 177w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards-150x150.png?_t=1693826744 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards-100x100.png?_t=1693826744 100w\" sizes=\"(max-width: 177px) 100vw, 177px\" />','Footer','','publish','closed','closed','','footer','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=footer&#038;p=108',0,'footer','',0),
(832,1,'2023-09-04 05:42:33','2023-09-04 05:42:33','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>© 2023 All Rights Reserved		\n			<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											Our Rooms\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											About The Hotel\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Restaurant\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-square\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"179\" height=\"166\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tripadvisor_travellers_choice.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"189\" height=\"171\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tripadvisor_com.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"193\" height=\"108\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/booking_com.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"121\" height=\"197\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/international_hotel_awards.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"183\" height=\"155\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/global_luxury_hotel_spa.png?_t=1693826744\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"177\" height=\"176\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards.png?_t=1693826744\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards.png?_t=1693826744 177w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards-150x150.png?_t=1693826744 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/world_boutique_hotel_awards-100x100.png?_t=1693826744 100w\" sizes=\"(max-width: 177px) 100vw, 177px\" />','Footer','','inherit','closed','closed','','108-revision-v1','','','2023-09-04 05:42:33','2023-09-04 05:42:33','',108,'https://okullar.com/hoteller/?p=832',0,'revision','',0),
(224,1,'2023-09-04 07:45:20','2023-09-04 07:45:20','body.page-template-page-r.search-layout-grid .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {\n	bottom: 25px;\n}\n\n.justified-gallery {\n    width: calc(100% + 160px);\n}\n\nbody.single-mphb_room_type .gallery_grid_content_wrapper.justified-gallery {\n	margin-left: -40px;\n}\n\n@media only screen and (min-width: 768px) and (max-width: 960px) { \n	.justified-gallery {\n   width: calc(100% + 80px);\n}\n\nbody.single-mphb_room_type .gallery_grid_content_wrapper.justified-gallery {\n	margin-left: -40px;\n}\n}\n\n@media only screen and (max-width: 767px) {\n	.justified-gallery {\n    width: calc(100% + 80px);\n}\n\nbody.single-mphb_room_type .gallery_grid_content_wrapper.justified-gallery {\n	margin-left: -40px;\n}\n}','hoteller','','publish','closed','closed','','hoteller','','','2023-09-04 07:45:20','2023-09-04 07:45:20','',0,'https://hotellerv6-5.themegoods.com/island/2023/09/04/hoteller/',0,'custom_css','',0),
(295,1,'2023-09-04 08:03:25','2023-09-04 08:03:25','','Standard Room Rate','','publish','closed','closed','','standard-room-rate','','','2023-09-04 08:03:25','2023-09-04 08:03:25','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=295',0,'mphb_rate','',0),
(296,1,'2023-09-04 08:03:56','2023-09-04 08:03:56','','Deluxe Room Rate','','publish','closed','closed','','deluxe-room-rate','','','2023-09-04 08:03:56','2023-09-04 08:03:56','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=296',0,'mphb_rate','',0),
(568,1,'2023-09-05 04:20:29','2023-09-05 04:20:29','','','','confirmed','closed','closed','','568','','','2023-09-05 04:20:29','2023-09-05 04:20:29','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_booking&amp;p=568',0,'mphb_booking','',5),
(570,1,'2023-09-05 04:20:29','2023-09-05 04:20:29','','','','mphb-p-completed','closed','closed','','570','','','2023-09-05 04:20:29','2023-09-05 04:20:29','',0,'https://hotellerv6-5.themegoods.com/island/mphb_payment/570/',0,'mphb_payment','',0),
(660,1,'2023-09-05 05:44:01','2023-09-05 05:44:01','','silverline_script_demoregular','','publish','closed','closed','','silverline_script_demoregular','','','2023-09-05 05:44:01','2023-09-05 05:44:01','',0,'https://hotellerv6-5.themegoods.com/island/?bsf_custom_fonts=silverline_script_demoregular',0,'bsf_custom_fonts','',0),
(717,1,'2023-09-05 06:02:15','2023-09-05 06:02:15','','The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.','','inherit','open','closed','','gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',648,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg',0,'attachment','image/jpeg',0),
(727,1,'2023-09-05 06:07:24','2023-09-05 06:07:24','','koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc','','inherit','open','closed','','koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',725,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-2022-07-07-23-36-04-utc.jpg',0,'attachment','image/jpeg',0),
(740,1,'2023-09-05 06:10:21','2023-09-05 06:10:21','','umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc','','inherit','open','closed','','umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',725,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg',0,'attachment','image/jpeg',0),
(756,1,'2023-09-05 06:14:51','2023-09-05 06:14:51','','ishan-seefromthesky-Xppu_HZiG-E-unsplash','','inherit','open','closed','','ishan-seefromthesky-xppu_hzig-e-unsplash','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',725,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg',0,'attachment','image/jpeg',0),
(765,1,'2023-09-06 04:16:20','2023-09-06 04:16:20','','edvin-johansson-rlwE8f8anOc-unsplash','','inherit','open','closed','','edvin-johansson-rlwe8f8anoc-unsplash','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',725,'https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg',0,'attachment','image/jpeg',0),
(796,1,'2023-09-25 09:12:15','2023-09-25 09:12:15','<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Let\'s Relax &</h1>		\n			<h2>Unwind by the Sea</h2>		\n			<h2>Your Serene Escape at the Beach Hotel</h2>		\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"960\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-300x200.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-1024x683.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-768x512.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-700x466.jpg 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-440x293.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n			<h2>Discover Your Perfect Beach Hotel Getaway</h2>		\n		<p>Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.</p>		\n			<h2>Matt Bruno</h2>		\n			<h2>Matt Bruno - Hotel Manager</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n			<h2>Sunsets and Memories: Create Timeless Moments at Our Beach Hotel</h2>		\n		<p>Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters. </p>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">Learn More</a>		\n			<h2>Our Suites</h2>		\n		<p>Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.</p>		\n			<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">Discover Our Suites</a>		\n															<img width=\"1440\" height=\"961\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-300x200.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-1024x683.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-768x513.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-700x466.jpg 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-440x294.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n														<h2>Standard Room </h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n														<h2>Deluxe Room</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n														<h2>Superior Room</h2>\n							<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin</p>						\n<br/>\n			Testimonials		\n			<h3>Staying at this hotel was an absolute delight</h3>		\n		<p>Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.</p>		\n			<a href=\"#\">\n						Read All Stories\n					</a>\n															<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n															<img width=\"768\" height=\"768\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','hoteller_97','','publish','closed','closed','','hoteller_97','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?elementor_library=hoteller_97',0,'elementor_library','',0),
(833,1,'2023-09-25 09:12:15','2023-09-25 09:12:15','<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Let\'s Relax &</h1>		\n			<h2>Unwind by the Sea</h2>		\n			<h2>Your Serene Escape at the Beach Hotel</h2>		\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"960\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-300x200.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-1024x683.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-768x512.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-700x466.jpg 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-440x293.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n			<h2>Discover Your Perfect Beach Hotel Getaway</h2>		\n		<p>Our dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.</p>		\n			<h2>Matt Bruno</h2>		\n			<h2>Matt Bruno - Hotel Manager</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg\" alt=\"\" style=\"height:600px;\" />\n			<h2>Sunsets and Memories: Create Timeless Moments at Our Beach Hotel</h2>		\n		<p>Our beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters. </p>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">Learn More</a>		\n			<h2>Our Suites</h2>		\n		<p>Wake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.</p>		\n			<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">Discover Our Suites</a>		\n															<img width=\"1440\" height=\"961\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-300x200.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-1024x683.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-768x513.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-700x466.jpg 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-440x294.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n														<h2>Standard Room </h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n														<h2>Deluxe Room</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n														<h2>Superior Room</h2>\n							<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin</p>						\n<br/>\n			Testimonials		\n			<h3>Staying at this hotel was an absolute delight</h3>		\n		<p>Whether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.</p>		\n			<a href=\"#\">\n						Read All Stories\n					</a>\n															<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n															<img width=\"768\" height=\"768\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','hoteller_97','','inherit','closed','closed','','796-revision-v1','','','2023-09-25 09:12:15','2023-09-25 09:12:15','',796,'https://okullar.com/hoteller/?p=833',0,'revision','',0),
(808,1,'2023-09-25 09:17:21','2023-09-25 09:17:21','<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Rooms</h1>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n														<h2>Standard Room </h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n														<h2>Deluxe Room</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n														<h2>Superior Room</h2>\n							<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin</p>						\n<br/>\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\" ></a>\n														<h2>Signature Room</h2>\n							<p>Average size: 55 sqm / 592 sqft<br />Occupancy: 3 adults,2 children<br />Bed: king or queen</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\" ></a>\n														<h2>Executive Suite</h2>\n							<p>Average size: 77 sqm / 828 sqft<br />Occupancy: 3 adults, 2 children<br />Bed: king or queen</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/pool-villa/\" ></a>\n														<h2>Pool Villa</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n<br/>','hoteller_98','','publish','closed','closed','','hoteller_98','','','2023-09-25 09:17:21','2023-09-25 09:17:21','',0,'https://hotellerv6-5.themegoods.com/island/?elementor_library=hoteller_98',0,'elementor_library','',0),
(133,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 1','','publish','closed','closed','','standard-room-1-2','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-1-2/',0,'mphb_room','',0),
(134,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 2','','publish','closed','closed','','standard-room-2','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-2/',0,'mphb_room','',0),
(135,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 3','','publish','closed','closed','','standard-room-3','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-3/',0,'mphb_room','',0),
(136,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 4','','publish','closed','closed','','standard-room-4','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-4/',0,'mphb_room','',0),
(137,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 5','','publish','closed','closed','','standard-room-5','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-5/',0,'mphb_room','',0),
(138,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 6','','publish','closed','closed','','standard-room-6','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-6/',0,'mphb_room','',0),
(139,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 7','','publish','closed','closed','','standard-room-7','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-7/',0,'mphb_room','',0),
(140,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 8','','publish','closed','closed','','standard-room-8','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-8/',0,'mphb_room','',0),
(141,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 9','','publish','closed','closed','','standard-room-9','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-9/',0,'mphb_room','',0),
(142,1,'2023-09-04 06:08:10','2023-09-04 06:08:10','','Standard Room 10','','publish','closed','closed','','standard-room-10','','','2023-09-04 06:08:10','2023-09-04 06:08:10','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/standard-room-10/',0,'mphb_room','',0),
(282,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 1','','publish','closed','closed','','deluxe-1','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-1/',0,'mphb_room','',0),
(283,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 2','','publish','closed','closed','','deluxe-2','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-2/',0,'mphb_room','',0),
(284,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 3','','publish','closed','closed','','deluxe-3','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-3/',0,'mphb_room','',0),
(285,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 4','','publish','closed','closed','','deluxe-4','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-4/',0,'mphb_room','',0),
(286,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 5','','publish','closed','closed','','deluxe-5','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-5/',0,'mphb_room','',0),
(347,1,'2023-09-04 08:37:59','2023-09-04 08:37:59','','Superior Room Rate','','publish','closed','closed','','superior-room-rate','','','2023-09-04 08:37:59','2023-09-04 08:37:59','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=347',0,'mphb_rate','',0),
(386,1,'2023-09-04 09:38:03','2023-09-04 09:38:03','','Signature Room Rate','','publish','closed','closed','','signature-room-rate','','','2023-09-04 09:38:03','2023-09-04 09:38:03','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=386',0,'mphb_rate','',0),
(404,1,'2023-09-04 09:44:40','2023-09-04 09:44:40','','Executive Suite Rate','','publish','closed','closed','','executive-suite-rate','','','2023-09-04 09:44:40','2023-09-04 09:44:40','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=404',0,'mphb_rate','',0),
(458,1,'2023-09-04 09:54:42','2023-09-04 09:54:42','','Pool Villa Rate','','publish','closed','closed','','pool-villa-rate','','','2023-09-04 09:54:42','2023-09-04 09:54:42','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_rate&amp;p=458',0,'mphb_rate','',0),
(569,1,'2023-09-05 04:20:29','2023-09-05 04:20:29','','','','publish','closed','closed','','569','','','2023-09-05 04:20:29','2023-09-05 04:20:29','',568,'https://hotellerv6-5.themegoods.com/island/mphb_reserved_room/569/',0,'mphb_reserved_room','',0),
(287,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 6','','publish','closed','closed','','deluxe-6','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-6/',0,'mphb_room','',0),
(288,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 7','','publish','closed','closed','','deluxe-7','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-7/',0,'mphb_room','',0),
(289,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 8','','publish','closed','closed','','deluxe-8','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-8/',0,'mphb_room','',0),
(290,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 9','','publish','closed','closed','','deluxe-9','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-9/',0,'mphb_room','',0),
(291,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','','Deluxe 10','','publish','closed','closed','','deluxe-10','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/deluxe-10/',0,'mphb_room','',0),
(337,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 1','','publish','closed','closed','','superior-room-1','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-1/',0,'mphb_room','',0),
(338,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 2','','publish','closed','closed','','superior-room-2','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-2/',0,'mphb_room','',0),
(339,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 3','','publish','closed','closed','','superior-room-3','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-3/',0,'mphb_room','',0),
(340,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 4','','publish','closed','closed','','superior-room-4','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-4/',0,'mphb_room','',0),
(341,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 5','','publish','closed','closed','','superior-room-5','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-5/',0,'mphb_room','',0),
(342,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 6','','publish','closed','closed','','superior-room-6','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-6/',0,'mphb_room','',0),
(343,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 7','','publish','closed','closed','','superior-room-7','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-7/',0,'mphb_room','',0),
(344,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 8','','publish','closed','closed','','superior-room-8','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-8/',0,'mphb_room','',0),
(345,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 9','','publish','closed','closed','','superior-room-9','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-9/',0,'mphb_room','',0),
(346,1,'2023-09-04 08:37:35','2023-09-04 08:37:35','','Superior Room 10','','publish','closed','closed','','superior-room-10','','','2023-09-04 08:37:35','2023-09-04 08:37:35','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/superior-room-10/',0,'mphb_room','',0),
(372,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 1','','publish','closed','closed','','signature-room-1','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-1/',0,'mphb_room','',0),
(373,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 2','','publish','closed','closed','','signature-room-2','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-2/',0,'mphb_room','',0),
(374,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 3','','publish','closed','closed','','signature-room-3','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-3/',0,'mphb_room','',0),
(375,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 4','','publish','closed','closed','','signature-room-4','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-4/',0,'mphb_room','',0),
(376,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 5','','publish','closed','closed','','signature-room-5','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-5/',0,'mphb_room','',0),
(129,1,'2023-09-04 06:07:27','2023-09-04 06:07:27','','Normal Season','','publish','closed','closed','','normal-season','','','2023-09-04 06:07:27','2023-09-04 06:07:27','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_season&amp;p=129',0,'mphb_season','',0),
(130,1,'2023-09-04 06:08:00','2023-09-04 06:08:00','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Standard</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Nestled in the heart of the city, our luxurious retreat offers a haven of relaxation and sophistication, perfect for both business and leisure travelers.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-683x1024.jpg?_t=1693821024\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-683x1024.jpg?_t=1693821024 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-200x300.jpg?_t=1693821024 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-768x1152.jpg?_t=1693821024 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-440x660.jpg?_t=1693821024 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-600x900.jpg?_t=1693821024 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg?_t=1693821024 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-200x300.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Sink into the embrace of a king-sized bed adorned with premium linens and fluffy pillows, ensuring a restful night&#8217;s sleep.\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-300x200.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"The spacious en-suite bathroom is a haven of tranquility, featuring a deep soaking tub, rain shower, and complimentary luxury toiletries.\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1-300x200.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Rejuvenate your senses at our onsite spa, offering a range of indulgent treatments and therapies.\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-200x300.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Gaze out of the floor-to-ceiling windows and enjoy panoramic views of the city skyline or tranquil landscapes, depending on your room&#8217;s location.\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Standard Room','','publish','open','closed','','standard-room','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=130',0,'mphb_room_type','',0),
(834,1,'2023-09-04 06:08:00','2023-09-04 06:08:00','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Standard</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Nestled in the heart of the city, our luxurious retreat offers a haven of relaxation and sophistication, perfect for both business and leisure travelers.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg?_t=1693821024\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-683x1024.jpg?_t=1693821024\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-683x1024.jpg?_t=1693821024 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-200x300.jpg?_t=1693821024 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-768x1152.jpg?_t=1693821024 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-440x660.jpg?_t=1693821024 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-600x900.jpg?_t=1693821024 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg?_t=1693821024 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-200x300.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Sink into the embrace of a king-sized bed adorned with premium linens and fluffy pillows, ensuring a restful night&#8217;s sleep.\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-300x200.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"The spacious en-suite bathroom is a haven of tranquility, featuring a deep soaking tub, rain shower, and complimentary luxury toiletries.\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1-300x200.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Rejuvenate your senses at our onsite spa, offering a range of indulgent treatments and therapies.\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-200x300.jpg?_t=1693821024\" data-rel=\"tg_gallery774b560\" data-title=\"Gaze out of the floor-to-ceiling windows and enjoy panoramic views of the city skyline or tranquil landscapes, depending on your room&#8217;s location.\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg?_t=1693821024\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693821025\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Standard Room','','inherit','closed','closed','','130-revision-v1','','','2023-09-04 06:08:00','2023-09-04 06:08:00','',130,'https://okullar.com/hoteller/?p=834',0,'revision','',0),
(143,1,'2023-09-04 06:08:45','2023-09-04 06:08:45','','Airport Transfer','','publish','closed','closed','','airport-transfer','','','2023-09-04 06:08:45','2023-09-04 06:08:45','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_service&amp;p=143',0,'mphb_room_service','',0),
(144,1,'2023-09-04 06:08:58','2023-09-04 06:08:58','','Breakfast','','publish','closed','closed','','breakfast','','','2023-09-04 06:08:58','2023-09-04 06:08:58','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_service&amp;p=144',0,'mphb_room_service','',0),
(280,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Deluxe</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 32 sqm / 344 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Unwind in a spacious environment adorned with contemporary furnishings and enjoy amenities such as a plush king-sized bed, a modern workspace, and a sleek bathroom.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-683x1024.jpg?_t=1693821011\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-683x1024.jpg?_t=1693821011 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-200x300.jpg?_t=1693821011 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-768x1152.jpg?_t=1693821011 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-440x660.jpg?_t=1693821011 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-600x900.jpg?_t=1693821011 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg?_t=1693821011 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-202x300.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc-300x200.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"bed-setting-2021-08-28-23-37-20-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-200x300.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"maria-orlova-6viJObrmnBw-unsplash (1)\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693821011\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693821011\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693821012\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693821012\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Deluxe Room','','publish','closed','closed','','deluxe-room','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=280',0,'mphb_room_type','',0),
(835,1,'2023-09-04 08:00:23','2023-09-04 08:00:23','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Deluxe</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 32 sqm / 344 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Unwind in a spacious environment adorned with contemporary furnishings and enjoy amenities such as a plush king-sized bed, a modern workspace, and a sleek bathroom.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693821011\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-683x1024.jpg?_t=1693821011\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-683x1024.jpg?_t=1693821011 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-200x300.jpg?_t=1693821011 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-768x1152.jpg?_t=1693821011 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-440x660.jpg?_t=1693821011 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc-600x900.jpg?_t=1693821011 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/lodge-interior-design-decorated-in-comfortable-fur-2022-11-09-18-52-39-utc.jpg?_t=1693821011 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-202x300.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc-300x200.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"bed-setting-2021-08-28-23-37-20-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-200x300.jpg?_t=1693821011\" data-rel=\"tg_gallery4f013006\" data-title=\"maria-orlova-6viJObrmnBw-unsplash (1)\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1.jpg?_t=1693821011\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693821011\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693821011\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693821012\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693821012\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Deluxe Room','','inherit','closed','closed','','280-revision-v1','','','2023-09-04 08:00:23','2023-09-04 08:00:23','',280,'https://okullar.com/hoteller/?p=835',0,'revision','',0),
(335,1,'2023-09-04 08:37:34','2023-09-04 08:37:34','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Superior</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-683x1024.jpg?_t=1693820999\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-683x1024.jpg?_t=1693820999 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820999 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-768x1152.jpg?_t=1693820999 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-440x660.jpg?_t=1693820999 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-600x900.jpg?_t=1693820999 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820999 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-200x300.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"Sink into the embrace of a king-sized bed adorned with premium linens and fluffy pillows, ensuring a restful night&#8217;s sleep.\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash-300x200.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"getty-images-YgqvRryUJtU-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"vladimir-mokry-2dTeBxsF-Q0-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Superior Room','','publish','open','closed','','superior-room','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=335',0,'mphb_room_type','',0),
(836,1,'2023-09-04 08:37:34','2023-09-04 08:37:34','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Superior</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693820999\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-683x1024.jpg?_t=1693820999\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-683x1024.jpg?_t=1693820999 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820999 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-768x1152.jpg?_t=1693820999 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-440x660.jpg?_t=1693820999 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-600x900.jpg?_t=1693820999 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820999 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-200x300.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"Sink into the embrace of a king-sized bed adorned with premium linens and fluffy pillows, ensuring a restful night&#8217;s sleep.\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash-300x200.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"getty-images-YgqvRryUJtU-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693820999\" data-rel=\"tg_gallery5bcd7431\" data-title=\"vladimir-mokry-2dTeBxsF-Q0-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820999\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693820999\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Superior Room','','inherit','closed','closed','','335-revision-v1','','','2023-09-04 08:37:34','2023-09-04 08:37:34','',335,'https://okullar.com/hoteller/?p=836',0,'revision','',0),
(370,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Signature</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 55 sqm / 592 sqft<br />Occupancy: 3 adults,2 children<br />Bed: king or queen<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-683x1024.jpg?_t=1693820986\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-683x1024.jpg?_t=1693820986 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-200x300.jpg?_t=1693820986 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-768x1152.jpg?_t=1693820986 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-440x660.jpg?_t=1693820986 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-600x900.jpg?_t=1693820986 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg?_t=1693820986 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-202x300.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash-300x200.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"getty-images-YgqvRryUJtU-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"stylish-dining-room-interior-design-2022-12-07-04-21-41-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Signature Room','','publish','closed','closed','','signature-room','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=370',0,'mphb_room_type','',0),
(837,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Signature</h1>		\n			<h2>Room</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 55 sqm / 592 sqft<br />Occupancy: 3 adults,2 children<br />Bed: king or queen<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-37-20-utc.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693820986\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"683\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-683x1024.jpg?_t=1693820986\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-683x1024.jpg?_t=1693820986 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-200x300.jpg?_t=1693820986 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-768x1152.jpg?_t=1693820986 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-440x660.jpg?_t=1693820986 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc-600x900.jpg?_t=1693820986 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg?_t=1693820986 960w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-202x300.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash-300x200.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"getty-images-YgqvRryUJtU-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/getty-images-YgqvRryUJtU-unsplash.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820986\" data-rel=\"tg_gallery513e58b4\" data-title=\"stylish-dining-room-interior-design-2022-12-07-04-21-41-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820986\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693820986\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Signature Room','','inherit','closed','closed','','370-revision-v1','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',370,'https://okullar.com/hoteller/?p=837',0,'revision','',0),
(377,1,'2023-09-04 09:35:45','2023-09-04 09:35:45','','Signature Room 6','','publish','closed','closed','','signature-room-6','','','2023-09-04 09:35:45','2023-09-04 09:35:45','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/signature-room-6/',0,'mphb_room','',0),
(395,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Executive </h1>		\n			<h2>Suite</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 77 sqm / 828 sqft<br />Occupancy: 3 adults, 2 children<br />Bed: king or queen<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"681\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-681x1024.jpg?_t=1693820974\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-681x1024.jpg?_t=1693820974 681w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693820974 199w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-768x1156.jpg?_t=1693820974 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-440x662.jpg?_t=1693820974 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-600x903.jpg?_t=1693820974 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820974 957w\" sizes=\"(max-width: 681px) 100vw, 681px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-225x300.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"jake-goossen-MM7nD2FjI3U-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc-300x200.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"bed-setting-2021-08-29-01-31-35-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"stylish-dining-room-interior-design-2022-12-07-04-21-41-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night','Executive Suite','','publish','open','closed','','executive-suite','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=395',0,'mphb_room_type','',0),
(838,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Executive </h1>		\n			<h2>Suite</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 77 sqm / 828 sqft<br />Occupancy: 3 adults, 2 children<br />Bed: king or queen<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>The suites feature interconnected rooms or a dedicated kids\' area. Unwind together in comfort and make the most of your stay with thoughtful amenities for travelers.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/antique-luxury-bed-and-furnitures-bed-room-interi-2022-11-01-02-08-05-utc.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-28-23-54-07-utc.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-design-of-a-bedroom-2022-11-16-06-07-23-utc-1.jpg?_t=1693820974\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"681\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-681x1024.jpg?_t=1693820974\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-681x1024.jpg?_t=1693820974 681w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693820974 199w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-768x1156.jpg?_t=1693820974 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-440x662.jpg?_t=1693820974 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-600x903.jpg?_t=1693820974 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693820974 957w\" sizes=\"(max-width: 681px) 100vw, 681px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-225x300.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"jake-goossen-MM7nD2FjI3U-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc-300x200.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"bed-setting-2021-08-29-01-31-35-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc-200x300.jpg?_t=1693820974\" data-rel=\"tg_gallery70af03e3\" data-title=\"stylish-dining-room-interior-design-2022-12-07-04-21-41-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/stylish-dining-room-interior-design-2022-12-07-04-21-41-utc.jpg?_t=1693820974\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693820974\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night','Executive Suite','','inherit','closed','closed','','395-revision-v1','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',395,'https://okullar.com/hoteller/?p=838',0,'revision','',0),
(397,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','','Executive Suite 1','','publish','closed','closed','','executive-suite-1','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/executive-suite-1/',0,'mphb_room','',0),
(398,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','','Executive Suite 2','','publish','closed','closed','','executive-suite-2','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/executive-suite-2/',0,'mphb_room','',0),
(399,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','','Executive Suite 3','','publish','closed','closed','','executive-suite-3','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/executive-suite-3/',0,'mphb_room','',0),
(400,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','','Executive Suite 4','','publish','closed','closed','','executive-suite-4','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/executive-suite-4/',0,'mphb_room','',0),
(401,1,'2023-09-04 09:43:34','2023-09-04 09:43:34','','Executive Suite 5','','publish','closed','closed','','executive-suite-5','','','2023-09-04 09:43:34','2023-09-04 09:43:34','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/executive-suite-5/',0,'mphb_room','',0),
(437,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Pool</h1>		\n			<h2>Deluxe Villa</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-768x1024.jpg?_t=1693973870\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-768x1024.jpg?_t=1693973870 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-225x300.jpg?_t=1693973870 225w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-440x587.jpg?_t=1693973870 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-600x800.jpg?_t=1693973870 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693973870 1080w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"vladimir-mokry-2dTeBxsF-Q0-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc-300x200.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"bedroom-interior-design-2021-10-21-02-42-37-utc\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash-200x300.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"mesut-cicen-s-ZJpt0UdpU-unsplash\" >\n							<img src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Pool Villa','','publish','open','closed','','pool-villa','','','2025-04-19 20:25:55','2025-04-19 20:25:55','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=mphb_room_type&#038;p=437',0,'mphb_room_type','',0),
(839,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Pool</h1>		\n			<h2>Deluxe Villa</h2>		\n			<h2><a href=\"#room-gallery\">View gallery</a></h2>		\n			<h2>Features</h2>		\n		<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin<br />Bathroom: bath tub and walk-in shower</p>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/modern-bed-room-interior-design-2022-11-01-00-11-46-utc.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n						<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bed-setting-2021-08-29-01-31-35-utc.jpg?_t=1693973869\" alt=\"\" style=\"height:600px;\" />\n			<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-768x1024.jpg?_t=1693973870\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-768x1024.jpg?_t=1693973870 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-225x300.jpg?_t=1693973870 225w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-440x587.jpg?_t=1693973870 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash-600x800.jpg?_t=1693973870 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/jake-goossen-MM7nD2FjI3U-unsplash.jpg?_t=1693973870 1080w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash-199x300.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"vladimir-mokry-2dTeBxsF-Q0-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/vladimir-mokry-2dTeBxsF-Q0-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash-300x200.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"greg-rivers-ww8Rll1Vsfc-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/greg-rivers-ww8Rll1Vsfc-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc-300x200.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"bedroom-interior-design-2021-10-21-02-42-37-utc\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/bedroom-interior-design-2021-10-21-02-42-37-utc.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n							<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash-200x300.jpg?_t=1693973870\" data-rel=\"tg_gallery3a55c875\" data-title=\"mesut-cicen-s-ZJpt0UdpU-unsplash\" >\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/mesut-cicen-s-ZJpt0UdpU-unsplash.jpg?_t=1693973870\" alt=\"\" />\n							</a>\n<br/>\n			<h2>Discover all accomodations</h2>		\n						<a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/maria-orlova-6viJObrmnBw-unsplash-1-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Standard Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\">Standard Room</a></h3>\n										27\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;69 per night						\n						<a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ahmed-Ldi8bOXWIFs-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Deluxe Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\">Deluxe Room</a></h3>\n										32\n										m2\n																/&nbsp;\n																		2 adults\n																		1 children\n							from\n							&#36;99 per night						\n						<a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/hutomo-abrianto-9mPl0Zo7_gQ-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Superior Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\">Superior Room</a></h3>\n										42\n										m2\n																/&nbsp;\n																		3 adults\n																		1 children\n							from\n							&#36;129 per night						\n						<a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/interior-interior-design-home-wooden-decoration-2022-11-15-23-53-09-utc-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Signature Room\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\">Signature Room</a></h3>\n										55\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;169 per night						\n						<a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">\n							<img src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beazy-pMY1mpaaUAs-unsplash-660x913.jpg?_t=1693973870\" alt=\"\"/>\n						</a>\n							<h3><a title=\"Executive Suite\" href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\">Executive Suite</a></h3>\n										77\n										m2\n																/&nbsp;\n																		3 adults\n																		2 children\n							from\n							&#36;199 per night','Pool Villa','','inherit','closed','closed','','437-revision-v1','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',437,'https://okullar.com/hoteller/?p=839',0,'revision','',0),
(439,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','','Pool Villa 1','','publish','closed','closed','','pool-villa-1','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/pool-villa-1/',0,'mphb_room','',0),
(440,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','','Pool Villa 2','','publish','closed','closed','','pool-villa-2','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/pool-villa-2/',0,'mphb_room','',0),
(441,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','','Pool Villa 3','','publish','closed','closed','','pool-villa-3','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/pool-villa-3/',0,'mphb_room','',0),
(442,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','','Pool Villa 4','','publish','closed','closed','','pool-villa-4','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/pool-villa-4/',0,'mphb_room','',0),
(443,1,'2023-09-04 09:51:23','2023-09-04 09:51:23','','Pool Villa 5','','publish','closed','closed','','pool-villa-5','','','2023-09-04 09:51:23','2023-09-04 09:51:23','',0,'https://hotellerv6-5.themegoods.com/island/mphb_room/pool-villa-5/',0,'mphb_room','',0),
(809,1,'2023-09-01 11:56:00','2023-09-01 11:56:00','<!-- 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://hotellerv6-5.themegoods.com/island/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page-2','','','2023-09-01 11:56:00','2023-09-01 11:56:00','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=2',0,'page','',0),
(810,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','','Shop','','publish','closed','closed','','shop-2','','','2023-09-01 11:56:36','2023-09-01 11:56:36','',0,'https://hotellerv6-5.themegoods.com/island/shop/',0,'page','',0),
(811,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart-2','','','2023-09-01 11:56:36','2023-09-01 11:56:36','',0,'https://hotellerv6-5.themegoods.com/island/cart/',0,'page','',0),
(7,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout-2','','','2023-09-01 11:56:36','2023-09-01 11:56:36','',0,'https://hotellerv6-5.themegoods.com/island/checkout/',0,'page','',0),
(812,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account-2','','','2023-09-01 11:56:36','2023-09-01 11:56:36','',0,'https://hotellerv6-5.themegoods.com/island/my-account/',0,'page','',0),
(813,1,'2023-09-01 11:56:36','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','','','2023-09-01 11:56:36','0000-00-00 00:00:00','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=9',0,'page','',0),
(814,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_rooms]','Accommodations','','publish','closed','closed','','accommodations','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/accommodations/',0,'page','',0),
(815,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_availability_search]','Search Availability','','publish','closed','closed','','search-availability','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/search-availability/',0,'page','',0),
(816,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_search_results]','Search Results','','publish','closed','closed','','search-results','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/search-results/',0,'page','',0),
(817,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_booking_cancellation]','Booking Cancellation','','publish','closed','closed','','booking-cancellation','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/booking-cancellation/',0,'page','',0),
(818,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_checkout]','Booking Confirmation','','publish','closed','closed','','booking-confirmation','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/booking-confirmation/',0,'page','',0),
(819,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_booking_confirmation]','Booking Confirmed','','publish','closed','closed','','booking-confirmed','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',818,'https://hotellerv6-5.themegoods.com/island/booking-confirmation/booking-confirmed/',0,'page','',0),
(820,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','Your reservation is canceled.','Booking Canceled','','publish','closed','closed','','booking-canceled','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',818,'https://hotellerv6-5.themegoods.com/island/booking-confirmation/booking-canceled/',0,'page','',0),
(821,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_booking_confirmation]','Reservation Received','','publish','closed','closed','','reservation-received','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',818,'https://hotellerv6-5.themegoods.com/island/booking-confirmation/reservation-received/',0,'page','',0),
(822,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','Unfortunately, your transaction cannot be completed at this time. Please try again or contact us.','Transaction Failed','','publish','closed','closed','','transaction-failed','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',818,'https://hotellerv6-5.themegoods.com/island/booking-confirmation/transaction-failed/',0,'page','',0),
(823,1,'2023-09-01 12:01:08','2023-09-01 12:01:08','[mphb_account]','My Account','','publish','closed','closed','','my-account-2-2','','','2023-09-01 12:01:08','2023-09-01 12:01:08','',0,'https://hotellerv6-5.themegoods.com/island/my-account-2/',0,'page','',0),
(459,1,'2023-09-04 09:56:05','2023-09-04 09:56:05','<style>/*! elementor - v3.16.0 - 20-09-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Our Rooms</h1>		\n			<h2>Once your workday is over, make an effort to disconnect from screens and engage in activities that don\'t involve electronic devices. Take breaks to read physical books or magazines rather than digital screens to give your eyes a rest.</h2>		\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n														<h2>Standard Room </h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n														<h2>Deluxe Room</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n														<h2>Superior Room</h2>\n							<p>Average size: 42 sqm / 452 sqft<br />Occupancy: 3 adults, 1 child<br />Bed: king or twin</p>						\n<br/>\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/signature-room/\" ></a>\n														<h2>Signature Room</h2>\n							<p>Average size: 55 sqm / 592 sqft<br />Occupancy: 3 adults,2 children<br />Bed: king or queen</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/executive-suite/\" ></a>\n														<h2>Executive Suite</h2>\n							<p>Average size: 77 sqm / 828 sqft<br />Occupancy: 3 adults, 2 children<br />Bed: king or queen</p>						\n						<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/pool-villa/\" ></a>\n														<h2>Pool Villa</h2>\n							<p>Average size: 27 sqm / 290 sqft<br />Occupancy: 2 adults, 1 child<br />Bed: king or twin</p>						\n<br/>','Our Rooms','','publish','closed','closed','','our-rooms','','','2023-09-04 09:56:05','2023-09-04 09:56:05','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=459',0,'page','',0),
(498,1,'2023-09-04 11:27:47','2023-09-04 11:27:47','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Book now</h1>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\n<form method=\"GET\" action=\"https://hotellerv6-5.themegoods.com/island/search-results/\">\n<p class = \"mphb-required-fields-tip\">\n	<small>\nRequired fields are followed by		<abbr title=\"required\">*</abbr>\n</small></p>\n\n		<label for=\"mphb_check_in_date-mphb-search-form-64f6a6fff4081\">\nCheck-in			<abbr title=\"Formatted as dd/mm/yyyy\">*</abbr>\n</label>\n\n<input\n			id=\"mphb_check_in_date-mphb-search-form-64f6a6fff4081\"\n			data-datepick-group=\"mphb-search-form-64f6a6fff4081\"\n			value=\"\"\n			placeholder=\"Check-in Date\"\n			required=\"required\"\n			type=\"text\"\n			inputmode=\"none\"\n			name=\"mphb_check_in_date\"\n			class=\"mphb-datepick\"\n			autocomplete=\"off\"\n			/>\n\n<label for=\"mphb_check_out_date-mphb-search-form-64f6a6fff4081\">\nCheck-out			<abbr title=\"Formatted as dd/mm/yyyy\">*</abbr>\n</label>\n\n<input\n			id=\"mphb_check_out_date-mphb-search-form-64f6a6fff4081\"\n			data-datepick-group=\"mphb-search-form-64f6a6fff4081\"\n			value=\"\"\n			placeholder=\"Check-out Date\"\n			required=\"required\"\n			type=\"text\"\n			inputmode=\"none\"\n			name=\"mphb_check_out_date\"\n			class=\"mphb-datepick\"\n			autocomplete=\"off\"\n			/>\n\n<label for=\"mphb_adults-mphb-search-form-64f6a6fff4081\">\nAdults			</label>\n\n<select id=\"mphb_adults-mphb-search-form-64f6a6fff4081\" name=\"mphb_adults\" >\n<option value=\"1\"  selected=\'selected\'>1</option>\n<option value=\"2\" >2</option>\n<option value=\"3\" >3</option>\n<option value=\"4\" >4</option>\n<option value=\"5\" >5</option>\n<option value=\"6\" >6</option>\n<option value=\"7\" >7</option>\n<option value=\"8\" >8</option>\n<option value=\"9\" >9</option>\n<option value=\"10\" >10</option>\n<option value=\"11\" >11</option>\n<option value=\"12\" >12</option>\n<option value=\"13\" >13</option>\n<option value=\"14\" >14</option>\n<option value=\"15\" >15</option>\n<option value=\"16\" >16</option>\n<option value=\"17\" >17</option>\n<option value=\"18\" >18</option>\n<option value=\"19\" >19</option>\n<option value=\"20\" >20</option>\n<option value=\"21\" >21</option>\n<option value=\"22\" >22</option>\n<option value=\"23\" >23</option>\n<option value=\"24\" >24</option>\n<option value=\"25\" >25</option>\n<option value=\"26\" >26</option>\n<option value=\"27\" >27</option>\n<option value=\"28\" >28</option>\n<option value=\"29\" >29</option>\n<option value=\"30\" >30</option>\n</select>\n\n<label for=\"mphb_children-mphb-search-form-64f6a6fff4081\">\nChildren			</label>\n\n<select id=\"mphb_children-mphb-search-form-64f6a6fff4081\" name=\"mphb_children\">\n<option value=\"0\"  selected=\'selected\'>0</option>\n<option value=\"1\" >1</option>\n<option value=\"2\" >2</option>\n<option value=\"3\" >3</option>\n<option value=\"4\" >4</option>\n<option value=\"5\" >5</option>\n<option value=\"6\" >6</option>\n<option value=\"7\" >7</option>\n<option value=\"8\" >8</option>\n<option value=\"9\" >9</option>\n<option value=\"10\" >10</option>\n</select>\n\n<input id=\"mphb_check_in_date-mphb-search-form-64f6a6fff4081-hidden\" value=\"\" type=\"hidden\" name=\"mphb_check_in_date\" /><input id=\"mphb_check_out_date-mphb-search-form-64f6a6fff4081-hidden\" value=\"\" type=\"hidden\" name=\"mphb_check_out_date\" />\n\n<input type=\"submit\" value=\"Search\"/>\n\n</form>\n<h2>Would you like to make a reservation with children, multiple rooms or more than 2 adults?</h2>\nFor reservations with more than 2 adults and/or children as well as requests for multiple rooms, please contact us.\n\n 	<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n											<a href=\"mailto:reservation@thehoteller.com\">\nreservation@thehoteller.com\n</a></li>\n 	<li>\n											<a href=\"tel:+4503367322\">\n+4503367322\n</a></li>\n</ul>','Book Now','','publish','closed','closed','','book-now','','','2023-09-04 11:27:47','2023-09-04 11:27:47','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=498',0,'page','',0),
(571,1,'2023-09-05 04:52:15','2023-09-05 04:52:15','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>About Us</h1>\n<h2><a href=\"#learn-more\">Learn More</a></h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"683\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-1024x683.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-1024x683.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-300x200.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-768x512.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-700x466.jpg?_t=1693891290 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-440x293.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-600x400.jpg?_t=1693891290 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg?_t=1693891290 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>Our beach hotel boasts an unrivaled location, directly facing the sun-kissed beach. Wake up to the sight of the sun rising over the horizon, painting the sky with hues of gold and pink. Step outside and sink your toes into the powdery sand, embark on leisurely strolls along the water\'s edge, or simply bask in the sun\'s warm embrace.</h2>\n<h2>Indulge in the lap of luxury with our meticulously designed accommodations. Each room and suite is a sanctuary of comfort, featuring elegant furnishings, plush bedding, and modern amenities. Whether you choose an ocean-view suite or a cozy room, expect nothing but the finest in relaxation and style.</h2>\n<img width=\"768\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-768x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-768x1024.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-225x300.jpg?_t=1693891290 225w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-440x587.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-600x800.jpg?_t=1693891290 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg?_t=1693891290 1080w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>															<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-1024x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-1024x1024.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-300x300.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-150x150.jpg?_t=1693891290 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-768x768.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-440x440.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-610x610.jpg?_t=1693891290 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-600x600.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-100x100.jpg?_t=1693891290 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg?_t=1693891290 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>The Island</h2>\n<h2>Recharge your spirit with our range of recreational activities. Dive into the inviting pool, where the waters seem to blend seamlessly with the ocean beyond. For those seeking relaxation, our spa offers a selection of rejuvenating treatments designed to pamper and revitalize.</h2>\n<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg?_t=1693891290 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg?_t=1693891290 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg?_t=1693891290 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1693891290 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>Honeymoon Paradise</h2>\n<h2>Celebrate life\'s milestones in an unforgettable setting. Our beach hotel offers event spaces that provide an idyllic backdrop for weddings, corporate retreats, and special occasions. Imagine exchanging vows with the sun setting over the water or hosting a business conference with the gentle sea breeze as your companion.</h2>','About Us','','publish','closed','closed','','about-us','','','2025-04-19 20:25:56','2025-04-19 20:25:56','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=571',0,'page','',0),
(840,1,'2023-09-05 04:52:15','2023-09-05 04:52:15','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>About Us</h1>\n<h2><a href=\"#learn-more\">Learn More</a></h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"683\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-1024x683.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-1024x683.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-300x200.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-768x512.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-700x466.jpg?_t=1693891290 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-440x293.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc-600x400.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg?_t=1693891290 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>Our beach hotel boasts an unrivaled location, directly facing the sun-kissed beach. Wake up to the sight of the sun rising over the horizon, painting the sky with hues of gold and pink. Step outside and sink your toes into the powdery sand, embark on leisurely strolls along the water\'s edge, or simply bask in the sun\'s warm embrace.</h2>\n<h2>Indulge in the lap of luxury with our meticulously designed accommodations. Each room and suite is a sanctuary of comfort, featuring elegant furnishings, plush bedding, and modern amenities. Whether you choose an ocean-view suite or a cozy room, expect nothing but the finest in relaxation and style.</h2>\n<img width=\"768\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-768x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-768x1024.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-225x300.jpg?_t=1693891290 225w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-440x587.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc-600x800.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg?_t=1693891290 1080w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>															<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-1024x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-1024x1024.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-300x300.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-150x150.jpg?_t=1693891290 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-768x768.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-440x440.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-610x610.jpg?_t=1693891290 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-600x600.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc-100x100.jpg?_t=1693891290 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg?_t=1693891290 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>The Island</h2>\n<h2>Recharge your spirit with our range of recreational activities. Dive into the inviting pool, where the waters seem to blend seamlessly with the ocean beyond. For those seeking relaxation, our spa offers a selection of rejuvenating treatments designed to pamper and revitalize.</h2>\n<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1693891290\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1693891290 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg?_t=1693891290 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg?_t=1693891290 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1693891290 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg?_t=1693891290 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg?_t=1693891290 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg?_t=1693891290 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg?_t=1693891290 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1693891290 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<h2>Honeymoon Paradise</h2>\n<h2>Celebrate life\'s milestones in an unforgettable setting. Our beach hotel offers event spaces that provide an idyllic backdrop for weddings, corporate retreats, and special occasions. Imagine exchanging vows with the sun setting over the water or hosting a business conference with the gentle sea breeze as your companion.</h2>','About Us','','inherit','closed','closed','','571-revision-v1','','','2023-09-05 04:52:15','2023-09-05 04:52:15','',571,'https://okullar.com/hoteller/?p=840',0,'revision','',0),
(622,1,'2023-09-05 05:22:32','2023-09-05 05:22:32','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Contact Us</h1>\nEscape to our beach hotel, where tranquility meets luxury, and every moment is an opportunity to create cherished memories.\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\">\n<ul></ul>\n<form action=\"/v6-5/island/wp-admin/admin-ajax.php#wpcf7-f635-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"635\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f635-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" /></p>\n<label> Your name\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n\n<label> Your email\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n\n<label> Subject\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n\n<label> Your message (optional)\n<input size=\"40\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-message\" /> </label>\n\n<input type=\"submit\" value=\"Submit\" />\n\n</form>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1200\" height=\"1200\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1693891938\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1693891938 1200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg?_t=1693891938 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1693891938 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg?_t=1693891938 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg?_t=1693891938 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg?_t=1693891938 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg?_t=1693891938 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg?_t=1693891938 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg?_t=1693891938 100w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n<h2>123 Oceanfront Avenue\nSeaside Haven, Coastal Cove</h2>\n 	<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n											<a href=\"mailto:reservation@thehoteller.com\">\nreservation@thehoteller.com\n</a></li>\n 	<li>\n											<a href=\"tel:+4503367322\">\n+4503367322\n</a></li>\n</ul>','Contact Us','','publish','closed','closed','','contact-us','','','2025-04-19 20:25:56','2025-04-19 20:25:56','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=622',0,'page','',0),
(824,1,'2023-09-01 11:56:00','2023-09-01 11:56:00','Welcome to <a href=\"https://hotellerv6-5.themegoods.com/\">Hoteller | Design Hotel WordPress Theme Sites</a>. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world-2','','','2023-09-01 11:56:00','2023-09-01 11:56:00','',0,'https://hotellerv6-5.themegoods.com/island/?p=1',0,'post','',1),
(825,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\">\n	<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n	<div class=\"wp-block-group alignwide\" style=\"padding-bottom:var(--wp--preset--spacing--40)\">\n		<!-- wp:site-title {\"level\":0} /-->\n		<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /-->\n	</div>\n	<!-- /wp:group -->\n</div>\n<!-- /wp:group -->\n\n			<!-- wp:group {\"layout\":{\"inherit\":true}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:heading {\"level\":1} -->\n				<h1 class=\"wp-block-heading\">Cart</h1>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->\n			</div>\n			<!-- /wp:group -->\n		<!-- wp:pattern {\"slug\":\"twentytwentythree/footer-default\"} /-->\n','','','publish','closed','closed','','cart','','','2025-04-19 20:26:00','2025-04-19 20:26:00','',0,'https://hoteller.host/v6-5/island/2023/09/01/cart/',0,'wp_template','',0),
(826,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\">\n	<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n	<div class=\"wp-block-group alignwide\" style=\"padding-bottom:var(--wp--preset--spacing--40)\">\n		<!-- wp:site-title {\"level\":0} /-->\n		<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /-->\n	</div>\n	<!-- /wp:group -->\n</div>\n<!-- /wp:group -->\n\n			<!-- wp:group {\"layout\":{\"inherit\":true}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:heading {\"level\":1} -->\n				<h1 class=\"wp-block-heading\">Checkout</h1>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->\n			</div>\n			<!-- /wp:group -->\n		<!-- wp:pattern {\"slug\":\"twentytwentythree/footer-default\"} /-->\n','','','publish','closed','closed','','checkout','','','2025-04-19 20:26:00','2025-04-19 20:26:00','',0,'https://hoteller.host/v6-5/island/2023/09/01/checkout/',0,'wp_template','',0),
(827,1,'2023-09-01 11:56:36','2023-09-01 11:56:36','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation-2','','','2023-09-01 11:56:36','2023-09-01 11:56:36','',0,'https://hoteller.host/v6-5/island/2023/09/01/navigation/',0,'wp_navigation','',0),
(128,1,'2023-09-04 06:02:34','2023-09-04 06:02:34','','Reservation','','publish','open','closed','','reservation','','','2023-09-04 06:02:34','2023-09-04 06:02:34','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=product&amp;p=128',0,'product','',0),
(635,1,'2023-09-05 05:25:30','2023-09-05 05:25:30','<label> Your name\r\n    [text* your-name autocomplete:name] </label>\r\n\r\n<label> Your email\r\n    [email* your-email autocomplete:email] </label>\r\n\r\n<label> Subject\r\n    [text* your-subject] </label>\r\n\r\n<label> Your message (optional)\r\n    [text your-message] </label>\r\n\r\n[submit \"Submit\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@hoteller.host>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@hoteller.host>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.','Contact Form','','publish','closed','closed','','contact-form','','','2023-09-05 05:25:30','2023-09-05 05:25:30','',0,'https://hotellerv6-5.themegoods.com/island/?post_type=wpcf7_contact_form&amp;p=635',0,'wpcf7_contact_form','',0),
(648,1,'2023-09-05 05:34:06','2023-09-05 05:34:06','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Restaurant</h1>\n<h2>& Bar</h2>\n<h2><a href=\"#learn-more\">Learn More</a></h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-600x900.jpg?_t=1694161420 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.</h2>\n<h2>Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.</h2>\n<h2>Peter Mayer</h2>\n<h2>Peter Mayor - Our Chef</h2>\n<img width=\"768\" height=\"1101\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-768x1101.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-768x1101.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-209x300.jpg?_t=1694161420 209w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-714x1024.jpg?_t=1694161420 714w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-440x631.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-600x860.jpg?_t=1694161420 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg?_t=1694161420 837w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-600x900.jpg?_t=1694161420 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Breakfast</h2>\n<h2>Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.</h2>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"The restaurant&#8217;s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"Whether you&#8217;re seeking an intimate dinner for two, a family celebration, or a business gathering\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"Our versatile seating arrangements provide the perfect backdrop for any occasion.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-600x900.jpg?_t=1694161420 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Lunch</h2>\n<h2>Complement your meal with a selection from our thoughtfully curated wine list and crafted cocktail menu. Our sommelier has carefully chosen wines that enhance the flavors of your dishes, while our mixologists create signature cocktails that are as artful as they are delicious.</h2>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"Our private dining spaces offer an intimate setting for your special moments\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"Join us at Coastal Breeze Restaurant to savor moments of culinary delight that will leave a lasting impression.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"We invite you to reserve your table and experience the perfect blend of taste, ambiance, and hospitality that defines us.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-600x900.jpg?_t=1694161420 600w, https://okullar.com/hoteller/wp-content/uploads/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Dinner</h2>\n<h2>Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.</h2>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc-201x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"At Coastal Breeze, we believe that exceptional dining goes beyond the plate. Our dedicated staff is committed to ensuring your comfort and satisfaction.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"The restaurant&#8217;s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"Our talented chefs craft each dish with precision and creativity, using only the freshest, locally sourced ingredients.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>','Restaurant &amp; Bar','','publish','closed','closed','','restaurant-bar','','','2025-04-19 20:25:56','2025-04-19 20:25:56','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=648',0,'page','',0),
(842,1,'2023-09-05 05:34:06','2023-09-05 05:34:06','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Restaurant</h1>\n<h2>& Bar</h2>\n<h2><a href=\"#learn-more\">Learn More</a></h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc-600x900.jpg?_t=1694161420 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-table-setting-2022-11-15-21-05-13-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.</h2>\n<h2>Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.</h2>\n<h2>Peter Mayer</h2>\n<h2>Peter Mayor - Our Chef</h2>\n<img width=\"768\" height=\"1101\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-768x1101.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-768x1101.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-209x300.jpg?_t=1694161420 209w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-714x1024.jpg?_t=1694161420 714w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-440x631.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc-600x860.jpg?_t=1694161420 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/chef-creating-a-cake-in-the-kitchen-of-a-restauran-2022-12-16-22-28-23-utc.jpg?_t=1694161420 837w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc-600x900.jpg?_t=1694161420 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/food-of-restaurant-2022-02-14-19-23-26-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Breakfast</h2>\n<h2>Welcome to Coastal Breeze Restaurant, where passion for flavor and a commitment to quality converge to create an extraordinary dining experience. Nestled in the heart of the city, our restaurant is a culinary haven that tantalizes the senses, offering a fusion of exquisite cuisine, warm ambiance, and impeccable service.</h2>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"The restaurant&#8217;s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/dining-in-restaurant-2021-09-24-03-38-12-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"Whether you&#8217;re seeking an intimate dinner for two, a family celebration, or a business gathering\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-serving-plates-on-a-table-at-the-restaurant-2022-12-16-21-30-24-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerya5d365d\" data-title=\"Our versatile seating arrangements provide the perfect backdrop for any occasion.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/davey-gravy-Q_zr4AUhxnA-unsplash-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc-600x900.jpg?_t=1694161420 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-cook-pouring-dressing-2023-08-16-18-08-33-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Lunch</h2>\n<h2>Complement your meal with a selection from our thoughtfully curated wine list and crafted cocktail menu. Our sommelier has carefully chosen wines that enhance the flavors of your dishes, while our mixologists create signature cocktails that are as artful as they are delicious.</h2>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"Our private dining spaces offer an intimate setting for your special moments\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/group-of-entrepreneurs-having-business-lunch-in-re-2022-12-13-21-04-25-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"Join us at Coastal Breeze Restaurant to savor moments of culinary delight that will leave a lasting impression.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/close-up-of-cooked-octopus-in-a-restaurant-serving-2021-08-28-06-38-44-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallery02aa9f5\" data-title=\"We invite you to reserve your table and experience the perfect blend of taste, ambiance, and hospitality that defines us.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/tables-laid-for-service-in-empty-restaurant-2021-08-26-16-15-09-utc-1-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n\n<img width=\"768\" height=\"1152\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-768x1152.jpg?_t=1694161420\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-768x1152.jpg?_t=1694161420 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-200x300.jpg?_t=1694161420 200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-683x1024.jpg?_t=1694161420 683w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-440x660.jpg?_t=1694161420 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc-600x900.jpg?_t=1694161420 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/restaurant-breakfast-2021-08-26-17-52-44-utc.jpg?_t=1694161420 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n<h2>Dinner</h2>\n<h2>Step into a world of understated elegance and refined design. The restaurant\'s contemporary yet welcoming décor sets the stage for an unforgettable dining experience. Whether you\'re seeking an intimate dinner for two, a family celebration, or a business gathering, our versatile seating arrangements provide the perfect backdrop for any occasion.</h2>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc-201x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"At Coastal Breeze, we believe that exceptional dining goes beyond the plate. Our dedicated staff is committed to ensuring your comfort and satisfaction.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/shot-of-a-focused-chef-preparing-a-dish-in-the-kit-2023-01-06-11-22-09-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"The restaurant&#8217;s contemporary yet welcoming décor sets the stage for an unforgettable dining experience.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/gourmet-meal-plate-served-on-restaurant-table-2022-10-11-22-14-08-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>\n<a href=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc.jpg\" data-thumb=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc-200x300.jpg?_t=1694161420\" data-rel=\"tg_gallerydafa274\" data-title=\"Our talented chefs craft each dish with precision and creativity, using only the freshest, locally sourced ingredients.\" >\n<img  src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/waiter-woman-serving-group-of-friends-with-food-in-2022-04-15-19-16-43-utc-660x913.jpg?_t=1694161420\" alt=\"\" />\n</a>','Restaurant &amp; Bar','','inherit','closed','closed','','648-revision-v1','','','2023-09-05 05:34:06','2023-09-05 05:34:06','',648,'https://okullar.com/hoteller/?p=842',0,'revision','',0),
(725,1,'2023-09-05 06:05:50','2023-09-05 06:05:50','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Let\'s Relax &</h1>\n<h2>Unwind by the Sea</h2>\n<h2>Your Serene Escape at the Beach Hotel</h2>\n<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"960\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg?_t=1694161373 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-300x200.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-1024x683.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-768x512.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-700x466.jpg?_t=1694161373 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-440x293.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-600x400.jpg?_t=1694161373 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />\n<h2>Discover Your Perfect Beach Hotel Getaway</h2>\nOur dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.\n<h2>Matt Bruno</h2>\n<h2>Matt Bruno - Hotel Manager</h2>\n<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<h2>Sunsets and Memories: Create Timeless Moments at Our Beach Hotel</h2>\nOur beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\n\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>			<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">Learn More</a>\n<h2>Our Suites</h2>\nWake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">Discover Our Suites</a>\n<img width=\"1440\" height=\"961\" src=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://okullar.com/hoteller/wp-content/uploads/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg?_t=1694161373 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-300x200.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-1024x683.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-768x513.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-700x466.jpg?_t=1694161373 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-440x294.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-600x400.jpg?_t=1694161373 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n<h2>Standard Room</h2>\nAverage size: 27 sqm / 290 sqft\nOccupancy: 2 adults, 1 child\nBed: king or twin\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n<h2>Deluxe Room</h2>\nAverage size: 27 sqm / 290 sqft\nOccupancy: 2 adults, 1 child\nBed: king or twin\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n<h2>Superior Room</h2>\nAverage size: 42 sqm / 452 sqft\nOccupancy: 3 adults, 1 child\nBed: king or twin\n\nTestimonials\n<h3>Staying at this hotel was an absolute delight</h3>\nWhether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.\n\n<a href=\"#\">\nRead All Stories\n</a>\n<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg?_t=1694161373 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg?_t=1694161373 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg?_t=1694161373 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg?_t=1694161373 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1694161373 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<img width=\"768\" height=\"768\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg?_t=1694161373 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg?_t=1694161373 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg?_t=1694161373 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg?_t=1694161373 100w, https://okullar.com/hoteller/wp-content/uploads/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1694161373 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','Home','','publish','closed','closed','','home','','','2025-04-19 20:25:56','2025-04-19 20:25:56','',0,'https://hotellerv6-5.themegoods.com/island/?page_id=725',0,'page','',0),
(843,1,'2023-09-05 06:05:50','2023-09-05 06:05:50','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Let\'s Relax &</h1>\n<h2>Unwind by the Sea</h2>\n<h2>Your Serene Escape at the Beach Hotel</h2>\n<h2>At our Beach Hotel, we understand that the essence of a memorable vacation lies in the details. Our attentive staff is here to provide personalized service, catering to your needs and preferences to make your stay truly exceptional.</h2>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"960\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc.jpg?_t=1694161373 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-300x200.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-1024x683.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-768x512.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-700x466.jpg?_t=1694161373 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-440x293.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/umbrella-and-deck-chair-around-outdoor-swimming-po-2022-12-16-03-52-01-utc-600x400.jpg?_t=1694161373 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />\n<h2>Discover Your Perfect Beach Hotel Getaway</h2>\nOur dedicated staff is committed to ensuring your comfort and satisfaction. From the moment you enter, you\'ll be welcomed with genuine warmth and attentiveness that adds an extra layer of delight to your dining experience.\n<h2>Matt Bruno</h2>\n<h2>Matt Bruno - Hotel Manager</h2>\n<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/woman-in-luxury-spa-resort-near-the-swimming-pool-2021-08-31-12-03-42-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/ishan-seefromthesky-Xppu_HZiG-E-unsplash.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/anse-lazio-beach-2021-08-26-16-02-31-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/beach-wooden-chairs-for-vacations-on-tropical-beac-2022-03-10-07-25-48-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<img data-flickity-lazyload=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1694161373\" alt=\"\" style=\"height:600px;\" />\n<h2>Sunsets and Memories: Create Timeless Moments at Our Beach Hotel</h2>\nOur beachfront haven offers a range of accommodation options to suit every traveler\'s needs. From spacious ocean-view suites to cozy bungalows, each room is thoughtfully designed to provide comfort and stunning views of the turquoise waters.\n\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>			<a href=\"https://hotellerv6-5.themegoods.com/island/about-us/\">Learn More</a>\n<h2>Our Suites</h2>\nWake up to the gentle sound of waves crashing on the shore and step onto your private balcony to witness breathtaking sunrises and sunsets.\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/our-rooms/\">Discover Our Suites</a>\n<img width=\"1440\" height=\"961\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash.jpg?_t=1694161373 1440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-300x200.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-1024x683.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-768x513.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-700x466.jpg?_t=1694161373 700w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-440x294.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/edvin-johansson-rlwE8f8anOc-unsplash-600x400.jpg?_t=1694161373 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/standard-room/\" ></a>\n<h2>Standard Room</h2>\nAverage size: 27 sqm / 290 sqft\nOccupancy: 2 adults, 1 child\nBed: king or twin\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/deluxe-room/\" ></a>\n<h2>Deluxe Room</h2>\nAverage size: 27 sqm / 290 sqft\nOccupancy: 2 adults, 1 child\nBed: king or twin\n\n<a href=\"https://hotellerv6-5.themegoods.com/island/accommodation/superior-room/\" ></a>\n<h2>Superior Room</h2>\nAverage size: 42 sqm / 452 sqft\nOccupancy: 3 adults, 1 child\nBed: king or twin\n\nTestimonials\n<h3>Staying at this hotel was an absolute delight</h3>\nWhether I was enjoying breakfast overlooking the ocean or having a romantic dinner under the stars, the culinary offerings were top-notch.\n\n<a href=\"#\">\nRead All Stories\n</a>\n<img width=\"1024\" height=\"1024\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg?_t=1694161373 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg?_t=1694161373 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg?_t=1694161373 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg?_t=1694161373 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1694161373 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<img width=\"768\" height=\"768\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1694161373\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-768x768.jpg?_t=1694161373 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-300x300.jpg?_t=1694161373 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-1024x1024.jpg?_t=1694161373 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-150x150.jpg?_t=1694161373 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-440x440.jpg?_t=1694161373 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-610x610.jpg?_t=1694161373 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-600x600.jpg?_t=1694161373 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc-100x100.jpg?_t=1694161373 100w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/picnic-on-the-beach-texel-netherlands-couple-havi-2023-01-06-20-50-00-utc.jpg?_t=1694161373 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','Home','','inherit','closed','closed','','725-revision-v1','','','2023-09-05 06:05:50','2023-09-05 06:05:50','',725,'https://okullar.com/hoteller/?p=843',0,'revision','',0),
(841,1,'2023-09-05 05:22:32','2023-09-05 05:22:32','<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h1>Contact Us</h1>\nEscape to our beach hotel, where tranquility meets luxury, and every moment is an opportunity to create cherished memories.\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\">\n<ul></ul>\n<form action=\"/v6-5/island/wp-admin/admin-ajax.php#wpcf7-f635-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"635\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f635-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" /></p>\n<label> Your name\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n\n<label> Your email\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n\n<label> Subject\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n\n<label> Your message (optional)\n<input size=\"40\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-message\" /> </label>\n\n<input type=\"submit\" value=\"Submit\" />\n\n</form>\n<style>/*! elementor - v3.15.0 - 20-08-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1200\" height=\"1200\" src=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1693891938\" alt=\"\" loading=\"lazy\" srcset=\"https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc.jpg?_t=1693891938 1200w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-300x300.jpg?_t=1693891938 300w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-1024x1024.jpg?_t=1693891938 1024w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-150x150.jpg?_t=1693891938 150w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-768x768.jpg?_t=1693891938 768w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-440x440.jpg?_t=1693891938 440w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-610x610.jpg?_t=1693891938 610w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-600x600.jpg?_t=1693891938 600w, https://hotellerv6-5.themegoods.com/island/wp-content/uploads/sites/2/2023/09/toddler-boy-on-beach-with-mother-2021-08-26-16-19-14-utc-100x100.jpg?_t=1693891938 100w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n<h2>123 Oceanfront Avenue\nSeaside Haven, Coastal Cove</h2>\n 	<link rel=\"stylesheet\" href=\"https://hotellerv6-5.themegoods.com/island/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n											<a href=\"mailto:reservation@thehoteller.com\">\nreservation@thehoteller.com\n</a></li>\n 	<li>\n											<a href=\"tel:+4503367322\">\n+4503367322\n</a></li>\n</ul>','Contact Us','','inherit','closed','closed','','622-revision-v1','','','2023-09-05 05:22:32','2023-09-05 05:22:32','',622,'https://okullar.com/hoteller/?p=841',0,'revision','',0),
(844,1,'2025-04-19 20:26:00','2025-04-19 20:26:00','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\">\n	<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n	<div class=\"wp-block-group alignwide\" style=\"padding-bottom:var(--wp--preset--spacing--40)\">\n		<!-- wp:site-title {\"level\":0} /-->\n		<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /-->\n	</div>\n	<!-- /wp:group -->\n</div>\n<!-- /wp:group -->\n\n			<!-- wp:group {\"layout\":{\"inherit\":true}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:heading {\"level\":1} -->\n				<h1 class=\"wp-block-heading\">Cart</h1>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->\n			</div>\n			<!-- /wp:group -->\n		<!-- wp:pattern {\"slug\":\"twentytwentythree/footer-default\"} /-->\n','','','inherit','closed','closed','','825-revision-v1','','','2025-04-19 20:26:00','2025-04-19 20:26:00','',825,'https://okullar.com/hoteller/?p=844',0,'revision','',0),
(845,1,'2025-04-19 20:26:00','2025-04-19 20:26:00','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\">\n	<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n	<div class=\"wp-block-group alignwide\" style=\"padding-bottom:var(--wp--preset--spacing--40)\">\n		<!-- wp:site-title {\"level\":0} /-->\n		<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /-->\n	</div>\n	<!-- /wp:group -->\n</div>\n<!-- /wp:group -->\n\n			<!-- wp:group {\"layout\":{\"inherit\":true}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:heading {\"level\":1} -->\n				<h1 class=\"wp-block-heading\">Checkout</h1>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->\n			</div>\n			<!-- /wp:group -->\n		<!-- wp:pattern {\"slug\":\"twentytwentythree/footer-default\"} /-->\n','','','inherit','closed','closed','','826-revision-v1','','','2025-04-19 20:26:00','2025-04-19 20:26:00','',826,'https://okullar.com/hoteller/?p=845',0,'revision','',0);
/*!40000 ALTER TABLE `punseNP_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_term_relationships`
--

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

--
-- Dumping data for table `punseNP_term_relationships`
--

LOCK TABLES `punseNP_term_relationships` WRITE;
/*!40000 ALTER TABLE `punseNP_term_relationships` DISABLE KEYS */;
INSERT INTO `punseNP_term_relationships` VALUES
(1,1,0),
(796,16,0),
(808,16,0),
(824,1,0),
(128,7,0),
(128,6,0),
(128,2,0),
(128,15,0);
/*!40000 ALTER TABLE `punseNP_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_term_taxonomy`
--

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

--
-- Dumping data for table `punseNP_term_taxonomy`
--

LOCK TABLES `punseNP_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `punseNP_term_taxonomy` DISABLE KEYS */;
INSERT INTO `punseNP_term_taxonomy` VALUES
(1,1,'category','',0,2),
(2,2,'product_type','',0,1),
(3,3,'product_type','',0,0),
(4,4,'product_type','',0,0),
(5,5,'product_type','',0,0),
(6,6,'product_visibility','',0,1),
(7,7,'product_visibility','',0,1),
(8,8,'product_visibility','',0,0),
(9,9,'product_visibility','',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_cat','',0,1),
(16,16,'elementor_library_type','',0,2);
/*!40000 ALTER TABLE `punseNP_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_termmeta`
--

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

--
-- Dumping data for table `punseNP_termmeta`
--

LOCK TABLES `punseNP_termmeta` WRITE;
/*!40000 ALTER TABLE `punseNP_termmeta` DISABLE KEYS */;
INSERT INTO `punseNP_termmeta` VALUES
(1,16,'_mphb_import_id','17'),
(2,15,'product_count_product_cat','0');
/*!40000 ALTER TABLE `punseNP_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_terms`
--

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

--
-- Dumping data for table `punseNP_terms`
--

LOCK TABLES `punseNP_terms` WRITE;
/*!40000 ALTER TABLE `punseNP_terms` DISABLE KEYS */;
INSERT INTO `punseNP_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'simple','simple',0),
(3,'grouped','grouped',0),
(4,'variable','variable',0),
(5,'external','external',0),
(6,'exclude-from-search','exclude-from-search',0),
(7,'exclude-from-catalog','exclude-from-catalog',0),
(8,'featured','featured',0),
(9,'outofstock','outofstock',0),
(10,'rated-1','rated-1',0),
(11,'rated-2','rated-2',0),
(12,'rated-3','rated-3',0),
(13,'rated-4','rated-4',0),
(14,'rated-5','rated-5',0),
(15,'Uncategorized','uncategorized',0),
(16,'page','page',0);
/*!40000 ALTER TABLE `punseNP_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_usermeta`
--

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

--
-- Dumping data for table `punseNP_usermeta`
--

LOCK TABLES `punseNP_usermeta` WRITE;
/*!40000 ALTER TABLE `punseNP_usermeta` DISABLE KEYS */;
INSERT INTO `punseNP_usermeta` VALUES
(1,1,'nickname','admin_b3xyo1im'),
(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,'punseNP_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'punseNP_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','1'),
(16,1,'session_tokens','a:1:{s:64:\"9e9e2cd63d5ecb73df7ab5c54efda165fdd5950e81a6f928bda3e9daa610705d\";a:4:{s:10:\"expiration\";i:1745266600;s:2:\"ip\";s:14:\"24.133.106.170\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";s:5:\"login\";i:1745093800;}}'),
(17,1,'punseNP_dashboard_quick_press_last_post_id','5'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"24.133.106.0\";}'),
(19,1,'hoteller-pointer-required-plugins-dismissed','hoteller-pointer-required-plugins'),
(20,1,'hoteller-pointer-registration-dismissed','hoteller-pointer-registration'),
(21,1,'_woocommerce_tracks_anon_id','woo:cpEvZd2Hx2tmNykrt1hwLqfF'),
(22,1,'hoteller-pointer-loftloader-dismissed','hoteller-pointer-loftloader'),
(23,1,'wc_last_active','1745020800'),
(24,1,'elementor_introduction','a:1:{s:27:\"ai-get-started-announcement\";b:1;}'),
(25,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),
(26,1,'punseNP_user-settings','editor=tinymce&libraryContent=browse'),
(27,1,'punseNP_user-settings-time','1745094779'),
(28,1,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}');
/*!40000 ALTER TABLE `punseNP_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_users`
--

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

--
-- Dumping data for table `punseNP_users`
--

LOCK TABLES `punseNP_users` WRITE;
/*!40000 ALTER TABLE `punseNP_users` DISABLE KEYS */;
INSERT INTO `punseNP_users` VALUES
(1,'admin_b3xyo1im','$wp$2y$12$f4OGAuQcKpXh8fSGZuj3sONA2mH2Sli3vjKVkimk6rqMg0Sidv/qC','admin_b3xyo1im','erer@webservis.com.tr','https://okullar.com/hoteller','2025-04-19 20:15:56','',0,'admin');
/*!40000 ALTER TABLE `punseNP_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_wc_admin_note_actions`
--

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

--
-- Dumping data for table `punseNP_wc_admin_note_actions`
--

LOCK TABLES `punseNP_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `punseNP_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `punseNP_wc_admin_note_actions` VALUES
(1,1,'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),
(2,2,'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),
(3,3,'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),
(4,4,'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),
(5,5,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned','',NULL,NULL),
(6,6,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),
(7,7,'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),
(8,8,'update-wc-subscriptions-3-0-15','View latest version','https://okullar.com/hoteller/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),
(9,9,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),
(10,12,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(11,13,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(12,14,'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),
(13,14,'dismiss','Dismiss','','actioned','',NULL,NULL),
(14,15,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(15,15,'dismiss','Dismiss','','actioned','',NULL,NULL),
(16,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(17,16,'dismiss','Dismiss','','actioned','',NULL,NULL),
(18,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(19,17,'dismiss','Dismiss','','actioned','',NULL,NULL),
(20,18,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),
(21,19,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(22,19,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),
(23,20,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(24,20,'dismiss','Dismiss','','actioned','',NULL,NULL),
(25,21,'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),
(26,22,'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),
(27,23,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php','unactioned','',NULL,NULL),
(28,23,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(29,24,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://okullar.com/hoteller/wp-admin/update-core.php','unactioned','',NULL,NULL),
(30,24,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(31,25,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),
(32,26,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(33,26,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL),
(34,27,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL),
(35,27,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),
(36,28,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned','',NULL,NULL),
(37,29,'extension-settings','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php','unactioned','',NULL,NULL),
(38,29,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(39,30,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(40,30,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(41,31,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL),
(42,32,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(43,33,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(44,33,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL),
(45,34,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(46,34,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(47,35,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(48,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(49,36,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(50,36,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(51,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(52,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL),
(53,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(54,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL),
(55,39,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(56,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL),
(57,40,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(58,40,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(59,41,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(60,41,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned','',NULL,NULL),
(61,42,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(62,42,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),
(63,43,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(64,43,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://okullar.com/hoteller/wp-admin/#','actioned','',NULL,NULL),
(65,44,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(66,44,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),
(67,45,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL),
(68,46,'plugin-list','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(69,46,'dismiss','Dismiss','https://okullar.com/hoteller/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL),
(70,47,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(71,47,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(72,48,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(73,49,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(74,50,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned','',NULL,NULL),
(75,51,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://okullar.com/hoteller/wp-admin/plugins.php','unactioned','',NULL,NULL),
(76,51,'dismiss','Dismiss','https://okullar.com/hoteller/wp-admin/#','actioned','',NULL,NULL),
(77,52,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php','unactioned','',NULL,NULL),
(78,52,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(79,53,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned','',NULL,NULL),
(80,53,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned','',NULL,NULL),
(81,54,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned','',NULL,NULL),
(82,55,'sirt-woo-2024-11-xss-admin','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(83,55,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned','',NULL,NULL),
(84,56,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned','',NULL,NULL),
(85,57,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://okullar.com/hoteller/wp-admin/wp-admin/plugins.php','actioned','',NULL,NULL),
(86,58,'stripe_nocapture_q2_2025_click','Update now','https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click','unactioned','',NULL,NULL),
(87,59,'WooCommerce-Stripe-Gateway-Update-April-2025','See available updates','https://okullar.com/hoteller/wp-admin/update-core.php?','actioned','',NULL,NULL),
(88,60,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','Dismiss','#','actioned','',NULL,NULL),
(89,61,'notify-refund-returns-page','Sayfayı düzenle','https://okullar.com/hoteller/wp-admin/post.php?post=25&action=edit','actioned','',NULL,NULL);
/*!40000 ALTER TABLE `punseNP_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_wc_admin_notes`
--

DROP TABLE IF EXISTS `punseNP_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) 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) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_admin_notes`
--

LOCK TABLES `punseNP_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `punseNP_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `punseNP_wc_admin_notes` VALUES
(1,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(2,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(3,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(4,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(5,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(6,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(7,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(8,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(9,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(10,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(11,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(12,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(13,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(14,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(15,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(16,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(17,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(18,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(19,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(20,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(21,'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','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(22,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(23,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(24,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(25,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(26,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2025-04-19 20:21:36',NULL,0,'plain','',0,0,'info'),
(27,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(28,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(29,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(30,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(31,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(32,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(33,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(34,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(35,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(36,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(39,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(40,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(41,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(42,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(43,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(44,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(45,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(46,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(47,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(48,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(49,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(50,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(51,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(52,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(53,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(54,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(55,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(56,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(57,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(58,'stripe_orderstatus_bug_q2_2025','update','en_US','Action Required: Update Order Status Manager','Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(59,'WooCommerce-Stripe-Gateway-Update-April-2025','update','en_US','Action required: Update WooCommerce Stripe Gateway to v9.4.1','<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(60,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','update','en_US','WooCommerce Stripe Gateway has been updated to v9.4.1','<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.','{}','pending','woocommerce.com','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info'),
(61,'wc-refund-returns-page','info','en_US','Mağazanızın güvenilirliğini artırmak için bir geri ödeme ve iade politikası sayfası oluşturun.','Sizin için örnek bir geri ödeme ve iade politikası sayfası oluşturduk. Lütfen bir göz atın ve mağazanıza uyacak şekilde güncelleyin.','{}','unactioned','woocommerce-core','2025-04-19 20:21:37',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `punseNP_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_wc_category_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_category_lookup`
--

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

--
-- Table structure for table `punseNP_wc_customer_lookup`
--

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

--
-- Dumping data for table `punseNP_wc_customer_lookup`
--

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

--
-- Table structure for table `punseNP_wc_download_log`
--

DROP TABLE IF EXISTS `punseNP_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_download_log`
--

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

--
-- Table structure for table `punseNP_wc_order_addresses`
--

DROP TABLE IF EXISTS `punseNP_wc_order_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_order_addresses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `email` (`email`(191)),
  KEY `phone` (`phone`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_addresses`
--

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

--
-- Table structure for table `punseNP_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_coupon_lookup`
--

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

--
-- Table structure for table `punseNP_wc_order_operational_data`
--

DROP TABLE IF EXISTS `punseNP_wc_order_operational_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `order_key` (`order_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_operational_data`
--

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

--
-- Table structure for table `punseNP_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_product_lookup`
--

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

--
-- Table structure for table `punseNP_wc_order_stats`
--

DROP TABLE IF EXISTS `punseNP_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_stats`
--

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

--
-- Table structure for table `punseNP_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_order_tax_lookup`
--

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

--
-- Table structure for table `punseNP_wc_orders`
--

DROP TABLE IF EXISTS `punseNP_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) unsigned DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  KEY `billing_email` (`billing_email`(191)),
  KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  KEY `parent_order_id` (`parent_order_id`),
  KEY `date_updated` (`date_updated_gmt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_orders`
--

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

--
-- Table structure for table `punseNP_wc_orders_meta`
--

DROP TABLE IF EXISTS `punseNP_wc_orders_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_orders_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
  KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_orders_meta`
--

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

--
-- Table structure for table `punseNP_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_product_attributes_lookup`
--

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

--
-- Table structure for table `punseNP_wc_product_download_directories`
--

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

--
-- Dumping data for table `punseNP_wc_product_download_directories`
--

LOCK TABLES `punseNP_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `punseNP_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `punseNP_wc_product_download_directories` VALUES
(1,'file:///home/okullar/public_html/hoteller/wp-content/uploads/woocommerce_uploads/',1),
(2,'https://okullar.com/hoteller/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `punseNP_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `punseNP_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `global_unique_id` varchar(100) 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) 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) DEFAULT 'taxable',
  `tax_class` varchar(100) 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`),
  KEY `sku` (`sku`(50))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_product_meta_lookup`
--

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

--
-- Table structure for table `punseNP_wc_rate_limits`
--

DROP TABLE IF EXISTS `punseNP_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_rate_limits`
--

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

--
-- Table structure for table `punseNP_wc_reserved_stock`
--

DROP TABLE IF EXISTS `punseNP_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_reserved_stock`
--

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

--
-- Table structure for table `punseNP_wc_tax_rate_classes`
--

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

--
-- Dumping data for table `punseNP_wc_tax_rate_classes`
--

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

--
-- Table structure for table `punseNP_wc_webhooks`
--

DROP TABLE IF EXISTS `punseNP_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_wc_webhooks`
--

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

--
-- Table structure for table `punseNP_woocommerce_api_keys`
--

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

--
-- Dumping data for table `punseNP_woocommerce_api_keys`
--

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

--
-- Table structure for table `punseNP_woocommerce_attribute_taxonomies`
--

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

--
-- Dumping data for table `punseNP_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `punseNP_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `punseNP_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `punseNP_woocommerce_log`
--

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

--
-- Dumping data for table `punseNP_woocommerce_log`
--

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

--
-- Table structure for table `punseNP_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `punseNP_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `punseNP_woocommerce_order_items`
--

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

--
-- Dumping data for table `punseNP_woocommerce_order_items`
--

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

--
-- Table structure for table `punseNP_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `punseNP_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `punseNP_woocommerce_payment_tokens`
--

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

--
-- Dumping data for table `punseNP_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `punseNP_woocommerce_sessions`
--

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

--
-- Dumping data for table `punseNP_woocommerce_sessions`
--

LOCK TABLES `punseNP_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `punseNP_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `punseNP_woocommerce_sessions` VALUES
(1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:764:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"erer@webservis.com.tr\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1745266908);
/*!40000 ALTER TABLE `punseNP_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `punseNP_woocommerce_shipping_zone_locations`
--

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

--
-- Dumping data for table `punseNP_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `punseNP_woocommerce_shipping_zone_methods`
--

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

--
-- Dumping data for table `punseNP_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `punseNP_woocommerce_shipping_zones`
--

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

--
-- Dumping data for table `punseNP_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `punseNP_woocommerce_tax_rate_locations`
--

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

--
-- Dumping data for table `punseNP_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `punseNP_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `punseNP_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `punseNP_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) 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) 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `punseNP_woocommerce_tax_rates`
--

LOCK TABLES `punseNP_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `punseNP_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `punseNP_woocommerce_tax_rates` 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 2025-05-01 18:29:39